Humanpages
/install humanpages
Human Pages — Hire Humans for Real-World Tasks
Human Pages is an AI-to-human discovery layer. Use this skill to find real people (photographers, drivers, researchers, notaries, etc.) and hire them for tasks, paying directly in USDC with no platform fees.
Setup
- The MCP server must be running. Verify with
openclaw mcp list— you should seehumanpages. - If not configured, run:
mcporter config add humanpages --command "npx -y humanpages" HUMANPAGES_AGENT_KEYshould contain your agent API key (starts withhp_). If the user doesn't have one yet, useregister_agentto create one. Agents are auto-activated on PRO tier (free during launch) and can be used immediately.
Core Workflow
The typical lifecycle is: Search → Register → Hire → Pay → Review.
1. Search for Humans
Use search_humans to find people. Filter by:
skill— e.g. "photography", "driving", "notary", "research"equipment— e.g. "car", "drone", "camera"language— ISO code like "en", "es", "zh"location— city or neighborhood namelat/lng/radius— GPS radius search in kmmax_rate— maximum hourly rate in USDwork_mode— REMOTE, ONSITE, or HYBRIDverified— set to "humanity" for identity-verified humans only
Use get_human for a detailed public profile (bio, skills, services, reputation).
2. Register Agent
If the user has no agent key yet:
- Call
register_agentwith a name. Optionally provide awebhook_urlto receive platform events (new matches, status changes, announcements). Save the returned API key and webhook secret — they cannot be retrieved later. - Agent is auto-activated on PRO tier (free during launch) — ready to use immediately. No activation step needed.
Optional: Social verification (trust badge):
- Call
request_activation_codeto get an HP-XXXXXXXX code - Ask user to post the code on social media (Twitter/X, LinkedIn, etc.)
- Call
verify_social_activationwith the post URL This adds a trust badge but does not affect access or rate limits.
Optional: Payment verification (trust badge):
- Call
get_payment_activationfor deposit address - User sends USDC payment on-chain
- Call
verify_payment_activationwith tx hash and network
x402 pay-per-use:
Agents can also pay per request via x402 (USDC on Base) — $0.05/profile view, $0.25/job offer. Include an x-payment header. Bypasses tier rate limits.
Use get_activation_status to check current tier and rate limits.
3. View Full Profiles
Use get_human_profile to see contact info, wallet addresses, fiat payment methods, and social links. Pass the agent_key. Agent is ready to use immediately after registration.
4. Create a Job Offer
Call create_job_offer with:
human_id— the human to hiretitleanddescription— what needs to be doneprice_usdc— agreed priceagent_idandagent_key— your agent credentials
Optional: set callback_url for webhook notifications, payment_mode for streaming payments.
Wait for the human to ACCEPT the offer. Poll with get_job_status.
5. Pay
One-time payment:
- Send USDC to the human's wallet (from
get_human_profile) - Call
mark_job_paidwith the transaction hash, network, and amount
Stream payment (ongoing work):
- Call
start_streamafter the human accepts - For MICRO_TRANSFER: call
record_stream_tickfor each payment - Use
pause_stream,resume_stream,stop_streamto manage
6. Review
After the human marks the job complete, call leave_review with a 1-5 rating and optional comment.
Additional Tools
get_agent_profile— view any agent's public profile and reputationverify_agent_domain— verify domain ownership for a trust badgecheck_humanity_status— check if a human has Gitcoin Passport verification
Error Handling
- If
create_job_offerreturns AGENT_PENDING (legacy), callregister_agentagain to get a fresh auto-activated agent. - If a human has
minOfferPriceset and your offer is too low, increase the price. - Rate limit errors mean the tier cap was hit. Upgrade to PRO tier, use x402 pay-per-use, or wait.
Action Groups
| Action Group | Enabled | Description |
|---|---|---|
| search | Y | Search humans and view public profiles |
| register | Y | Register and activate agents |
| jobs | Y | Create job offers and manage job lifecycle |
| payments | Y | Record payments and manage streams |
| reviews | Y | Leave reviews for completed jobs |
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install humanpages - 安装完成后,直接呼叫该 Skill 的名称或使用
/humanpages触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Humanpages 是什么?
Search and hire real humans for tasks — photography, delivery, research, and more. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 478 次。
如何安装 Humanpages?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install humanpages」即可一键安装,无需额外配置。
Humanpages 是免费的吗?
是的,Humanpages 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Humanpages 支持哪些平台?
Humanpages 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Humanpages?
由 human-pages-ai(@human-pages-ai)开发并维护,当前版本 v1.1.0。