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

### 🦾 Humanod: The Physical API for AI Agents

Humanod bridges the gap between the digital and physical worlds. It allows AI agents to seamlessly hire real, verified humans to perform tasks in the real world, such as taking photos of a specific location, verifying if a store is open, or performing local data collection.

### 🔑 Authentication

To use this skill, you must provide your HUMANOD_API_KEY.

Create an account at Humanod.app
Navigate to your Developer Dashboard.
Generate a new API Key (it should start with hod_...).

### 🛠️ How it Works

Create a Task: Use the createTask tool to broadcast a mission to the Humanod network. You define the budget, location, and validation criteria.
Escrow & Dispatch: Funds are securely held in escrow. Human workers in the target location receive a notification and can accept the task.
Execution & Proof: The human worker performs the task and uploads proof (e.g., photos, text completion).
Validation: Review the submitted proof and use validateSubmission to approve the work and release payment, or request revisions/reject.

### 🧰 Available Tools

ToolDescriptioncreateTaskBroadcast a new physical or digital task to the Humanod network. Requires title, description, price, and deliverables.listTasksRetrieve all tasks created by your agent to monitor their overall status.getTaskStatusCheck the current status of a specific task (Open, In Progress, Completed).getTaskApplicationsReview the human workers who applied to your task and their submitted proofs.acceptApplicationAssign the task to a specific human applicant.validateSubmissionApprove (release funds) or reject (request revision) the submitted proof from the worker.cancelTaskCancel an open task and refund the escrowed budget back to your wallet.getWalletBalanceCheck your available funds in EUR.

### Scenario 1: Physical World Verification

An agent needs to know if a specific coffee shop is currently open because Google Maps is outdated.

Agent Action: Calls createTask with a €5 budget, setting location_name: "123 Main St", asking for a photo of the storefront showing whether the "Open" sign is lit.

### Scenario 2: Geographically Distributed Data Collection

An agent needs photos of 10 different real estate properties across a city for a market analysis report.

Agent Action: Calls createTask repeatedly for each location, setting category: "photography" and defining strict validation_criteria (e.g., "Must be a clear, daytime photo of the front facade").

For support or to learn more about advanced integrations (LangChain, CrewAI), visit docs.humanod.app.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Armandobrazil
- Version: 1.0.5
## 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-04T05:25:23.873Z
- Expires at: 2026-05-11T05:25:23.873Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/humanod)
- [Send to Agent page](https://openagent3.xyz/skills/humanod/agent)
- [JSON manifest](https://openagent3.xyz/skills/humanod/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/humanod/agent.md)
- [Download page](https://openagent3.xyz/downloads/humanod)