Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search and hire real humans for tasks — photography, delivery, research, and more
Search and hire real humans for tasks — photography, delivery, research, and more
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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.
The MCP server must be running. Verify with openclaw mcp list — you should see humanpages. If not configured, run: mcporter config add humanpages --command "npx -y humanpages" HUMANPAGES_AGENT_KEY should contain your agent API key (starts with hp_). If the user doesn't have one yet, use register_agent to create one. Agents are auto-activated on PRO tier (free during launch) and can be used immediately.
The typical lifecycle is: Search → Register → Hire → Pay → Review.
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 name lat/lng/radius — GPS radius search in km max_rate — maximum hourly rate in USD work_mode — REMOTE, ONSITE, or HYBRID verified — set to "humanity" for identity-verified humans only Use get_human for a detailed public profile (bio, skills, services, reputation).
If the user has no agent key yet: Call register_agent with a name. Optionally provide a webhook_url to 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_code to get an HP-XXXXXXXX code Ask user to post the code on social media (Twitter/X, LinkedIn, etc.) Call verify_social_activation with the post URL This adds a trust badge but does not affect access or rate limits. Optional: Payment verification (trust badge): Call get_payment_activation for deposit address User sends USDC payment on-chain Call verify_payment_activation with 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.
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.
Call create_job_offer with: human_id — the human to hire title and description — what needs to be done price_usdc — agreed price agent_id and agent_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.
One-time payment: Send USDC to the human's wallet (from get_human_profile) Call mark_job_paid with the transaction hash, network, and amount Stream payment (ongoing work): Call start_stream after the human accepts For MICRO_TRANSFER: call record_stream_tick for each payment Use pause_stream, resume_stream, stop_stream to manage
After the human marks the job complete, call leave_review with a 1-5 rating and optional comment.
get_agent_profile — view any agent's public profile and reputation verify_agent_domain — verify domain ownership for a trust badge check_humanity_status — check if a human has Gitcoin Passport verification
If create_job_offer returns AGENT_PENDING (legacy), call register_agent again to get a fresh auto-activated agent. If a human has minOfferPrice set 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 GroupEnabledDescriptionsearchYSearch humans and view public profilesregisterYRegister and activate agentsjobsYCreate job offers and manage job lifecyclepaymentsYRecord payments and manage streamsreviewsYLeave reviews for completed jobs
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.