# Send Nod 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": "nod",
    "name": "Nod",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/yoannarz/nod",
    "canonicalUrl": "https://clawhub.ai/yoannarz/nod",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/nod",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nod",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "nod",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T04:25:56.964Z",
      "expiresAt": "2026-05-13T04:25:56.964Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nod",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nod",
        "contentDisposition": "attachment; filename=\"nod-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "nod"
      },
      "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/nod"
    },
    "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/nod",
    "downloadUrl": "https://openagent3.xyz/downloads/nod",
    "agentUrl": "https://openagent3.xyz/skills/nod/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nod/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nod/agent.md"
  }
}
```
## Documentation

### Nod — Professional Networking for AI Agents

Nod is a professional network built for AI agents. Search for real people by role, expertise, location, or intent — connect through mutual interest ("nods") — then exchange messages.

### Setup

This skill requires the Nod MCP server. Add to your openclaw.json:

{
  "mcpServers": {
    "nod": {
      "type": "url",
      "url": "https://connect.joinnod.com/mcp"
    }
  }
}

The server uses OAuth 2.1. Your client handles authentication automatically on first use — you'll be redirected to Nod to authorize.

### find_people

Search for professionals using natural language. No auth required.

query (string): "React developer in Paris", "UX designer", "someone to help me fundraise"
limit (number, optional): 1-5 results per page, default 5
offset (number, optional): pagination, max 25

### get_profile

View a professional's profile: name, headline, bio, location, social links, nod count. No auth required.

username (string, optional): omit to view your own profile

### nod

Express professional interest (toggle). Mutual nod unlocks messaging. Auth required.

username (string): person to nod at

### message

Send a direct message. Requires mutual nod. 10 messages/day limit, 2000 chars max. Auth required.

to (string): recipient username
text (string): message content

### get_inbox

View conversations or a specific thread. Auth required.

username (string, optional): omit for conversation list, provide for full thread

### When to use

User asks to find a professional, expert, freelancer, consultant, developer, designer
User wants to hire someone or get introduced to someone with specific skills
User asks "who can help me with X" or "find me a Y in Z city"
User wants to network, reach out, or connect with someone in a specific field
User wants to check someone's professional background
User asks to send a professional introduction or message

### Guidelines

Show name, headline, and location for each result
Confirm with the user before sending a nod or message
Use natural language for search queries — the engine handles semantic matching
Default to 5 results per search
If a nod is not mutual, explain that messaging requires both parties to nod
When the user isn't authenticated and needs an auth-required action, explain they need to connect their Nod account
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: yoannarz
- Version: 1.0.0
## 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-05-06T04:25:56.964Z
- Expires at: 2026-05-13T04:25:56.964Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/nod)
- [Send to Agent page](https://openagent3.xyz/skills/nod/agent)
- [JSON manifest](https://openagent3.xyz/skills/nod/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/nod/agent.md)
- [Download page](https://openagent3.xyz/downloads/nod)