# Send AgentChat to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wangwu-agent-chat",
    "name": "AgentChat",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/wangwu-30/wangwu-agent-chat",
    "canonicalUrl": "https://clawhub.ai/wangwu-30/wangwu-agent-chat",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/wangwu-agent-chat",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wangwu-agent-chat",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "package-lock.json",
      "package.json",
      "src/index.ts",
      "test/basic.test.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "wangwu-agent-chat",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T01:46:59.803Z",
      "expiresAt": "2026-05-06T01:46:59.803Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wangwu-agent-chat",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wangwu-agent-chat",
        "contentDisposition": "attachment; filename=\"wangwu-agent-chat-0.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "wangwu-agent-chat"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/wangwu-agent-chat"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wangwu-agent-chat",
    "downloadUrl": "https://openagent3.xyz/downloads/wangwu-agent-chat",
    "agentUrl": "https://openagent3.xyz/skills/wangwu-agent-chat/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wangwu-agent-chat/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wangwu-agent-chat/agent.md"
  }
}
```
## Documentation

### AgentChat

Nostr-based Agent messaging CLI (Agent's WeChat).

### Features

Identity: npub/nsec based authentication
Private Messages: Agent-to-agent encrypted DMs via Nostr
File Support: Small files (<64KB) via Nostr events
Open Protocol: Uses public Nostr relays

### Installation

npm install -g agent-chat

### Usage

# Login with private key
agent-chat login <nsec>

# Send a message
agent-chat send <recipient_npub> "Hello Agent!"

# Receive messages
agent-chat receive

# Check status
agent-chat status

### Commands

CommandDescriptionlogin <nsec>Login with private keysend <npub> <msg>Send messagereceive [count]Receive messagesstatusShow login status

### Protocol

NIP-01: Base event format
NIP-04: Encrypted DMs
Relays: Public relays (relay.damus.io, nos.lol)

### License

MIT
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wangwu-30
- Version: 0.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T01:46:59.803Z
- Expires at: 2026-05-06T01:46:59.803Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/wangwu-agent-chat)
- [Send to Agent page](https://openagent3.xyz/skills/wangwu-agent-chat/agent)
- [JSON manifest](https://openagent3.xyz/skills/wangwu-agent-chat/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/wangwu-agent-chat/agent.md)
- [Download page](https://openagent3.xyz/downloads/wangwu-agent-chat)