Skills humanod
Give your AI agent hands in the real world. Hire verified humans for physical tasks, data collection, and physical verification via the Humanod network.
git clone https://github.com/openclaw/skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/armandobrazil/humanod" ~/.claude/skills/clawdbot-skills-humanod && rm -rf "$T"
skills/armandobrazil/humanod/SKILL.md🦾 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
tool to broadcast a mission to the Humanod network. You define the budget, location, and validation criteria.createTask - 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
to approve the work and release payment, or request revisions/reject.validateSubmission
🧰 Available Tools
| Tool | Description |
|---|---|
| Broadcast a new physical or digital task to the Humanod network. Requires title, description, price, and deliverables. |
| Retrieve all tasks created by your agent to monitor their overall status. |
| Check the current status of a specific task (Open, In Progress, Completed). |
| Review the human workers who applied to your task and their submitted proofs. |
| Assign the task to a specific human applicant. |
| Approve (release funds) or reject (request revision) the submitted proof from the worker. |
| Cancel an open task and refund the escrowed budget back to your wallet. |
| Check your available funds in EUR. |
💡 Example Usage Scenarios
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
with a €5 budget, settingcreateTask, asking for a photo of the storefront showing whether the "Open" sign is lit.location_name: "123 Main St"
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
repeatedly for each location, settingcreateTaskand defining strictcategory: "photography"(e.g., "Must be a clear, daytime photo of the front facade").validation_criteria
For support or to learn more about advanced integrations (LangChain, CrewAI), visit docs.humanod.app.