Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add human-pages-ai/humanpages --skill humanpagesgit clone --depth 1 https://github.com/human-pages-ai/humanpagesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/human-pages-ai/humanpages/humanpages)<a href="https://agentmods.dev/skills/human-pages-ai/humanpages/humanpages"><img src="https://agentmods.dev/badge/skills/human-pages-ai/humanpages/humanpages/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/human-pages-ai/humanpages/humanpages"><img src="https://agentmods.dev/badge/skills/human-pages-ai/humanpages/humanpages.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.01537 |
| Opus 5 | $0.00010 | $0.00768 |
| Sonnet 5 | $0.00004 | $0.00307 |
| Haiku 4.5 | $0.00002 | $0.00154 |
Grade A, and why
humanpages scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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. Prices are denominated in USD. Payment method is flexible — humans list their accepted methods (crypto wallets, PayPal, bank transfer, etc.) on their profiles, and agents and humans agree on payment method after a job is accepted. No platform fees on human payments.
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 onlysort_by—completed_jobs(proven workers first),rating,experience, orrecentmin_completed_jobs— only return humans with at least N completed platform jobs
Use get_human for a detailed public profile (bio, skills, services, reputation).
No results? Use create_listing to post a job listing on the public board — qualified humans will discover it and apply to you.
2. Register Agent
If the user has no agent key yet:
- Call
register_agentwith a name andaccept_tos: true(confirms acceptance of the Terms of Use). 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.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 131 lines · 19 tokens per session scan A 91a4de79a6be
humanpages is a skill published in the GitHub repository human-pages-ai/humanpages (7 stars, last pushed 5mo ago), licensed MIT. It adds 19 tokens to every session and 1,537 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
help-flow
Help about Rosetta: explains capabilities and usage.
external-lib-flow
Workflow for onboarding an external private library so AI can use it without source access.
memora
Use when working with persistent memory across sessions, storing/retrieving knowledge, managing TODOs/issues, or when context from previous sessions would be helpful.
coding-flow
Light coding workflow: features, fixes, refactors, unit tests, etc.; scales small to large.
adhoc-flow
Workflow for the rest of tasks: lightweight documentation, build, track, synchronize, etc.
coding-agents-prompting-flow
Workflow for authoring and adapting AI-agent prompts: skills, agents, workflows, rules, etc.