humanpages

humanpages is a skill for Claude Code from human-pages-ai/humanpages. It costs 19 tokens per session (1,537 once invoked), scanned A, original, MIT.

A service for finding and hiring real people for tasks such as photography, delivery, research, and notarization. Agents and workers agree on payment methods after a job is accepted.

In plain words
What is it for?
Use it to search for workers by skill, language, or equipment, hire them for a task, arrange payment, and leave a review.
Why use it?
It connects software agents with people who can perform tasks in the physical world. This is useful when a task needs local presence, equipment, or human judgment.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: positional $N argument; built for openclaw.

Part of the humanpages plugin — 1 skill, 1 MCP server shipped together

Good fit Use it to search for workers by skill, language, or equipment, hire them for a task, arrange payment, and leave a review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/human-pages-ai/humanpages/humanpages
Install

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.

Any agent
npx skills add human-pages-ai/humanpages --skill humanpages
Clone the repo
git clone --depth 1 https://github.com/human-pages-ai/humanpages

Made for: Claude Code.

Or install humanpages, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote 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.

agentmods badge for humanpages

README.md
[![agentmods](https://agentmods.dev/badge/skills/human-pages-ai/humanpages/humanpages/github.svg)](https://agentmods.dev/skills/human-pages-ai/humanpages/humanpages)
Your own site
<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.

agentmods 80×15 button for humanpages

Your own site · 80×15
<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>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,537 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 91a4de79a6be, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (bin/start-mcp.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

openclaw-skill/humanpages/SKILL.md · 131 lines

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

  1. The MCP server must be running. Verify with openclaw mcp list — you should see humanpages.
  2. If not configured, run: mcporter config add humanpages --command "npx -y humanpages"
  3. 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.

Core Workflow

The typical lifecycle is: SearchRegisterHirePayReview.

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 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
  • sort_bycompleted_jobs (proven workers first), rating, experience, or recent
  • min_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:

  1. Call register_agent with a name and accept_tos: true (confirms acceptance of the Terms of Use). 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.
  2. Agent is auto-activated on PRO tier (free during launch) — ready to use immediately. No activation step needed.

Read the full file on GitHub · 131 lines

Files

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.

Changes

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.

  1. 9d ago First seen · 131 lines · 19 tokens per session scan A 91a4de79a6be

Subscribe to this mod's changes

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.