Install
openclaw skills install humanodGive your AI agent hands in the real world. Hire verified humans for physical tasks, data collection, and physical verification via the Humanod network.
openclaw skills install humanodHumanod 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.
To use this skill, you must provide your HUMANOD_API_KEY.
hod_...).createTask tool to broadcast a mission to the Humanod network. You define the budget, location, and validation criteria.validateSubmission to approve the work and release payment, or request revisions/reject.| Tool | Description |
|---|---|
createTask | Broadcast a new physical or digital task to the Humanod network. Requires title, description, price, and deliverables. |
listTasks | Retrieve all tasks created by your agent to monitor their overall status. |
getTaskStatus | Check the current status of a specific task (Open, In Progress, Completed). |
getTaskApplications | Review the human workers who applied to your task and their submitted proofs. |
acceptApplication | Assign the task to a specific human applicant. |
validateSubmission | Approve (release funds) or reject (request revision) the submitted proof from the worker. |
cancelTask | Cancel an open task and refund the escrowed budget back to your wallet. |
getWalletBalance | Check your available funds in EUR. |
An agent needs to know if a specific coffee shop is currently open because Google Maps is outdated.
Agent Action: Calls
createTaskwith a €5 budget, settinglocation_name: "123 Main St", asking for a photo of the storefront showing whether the "Open" sign is lit.
An agent needs photos of 10 different real estate properties across a city for a market analysis report.
Agent Action: Calls
createTaskrepeatedly for each location, settingcategory: "photography"and defining strictvalidation_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.