Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

humanpageshumanpages 搜索

Agent Skill

humanpages 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

15,054

周安装

609

GitHub Stars

公开资料未说明

下载量

4,726
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:humanpages(humanpages 搜索)
来源仓库:https://github.com/human-pages-ai/humanpages
安装命令:
openclaw skills install humanpages
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install humanpages

简介

搜索并雇用真人来执行任务——摄影、交付、研究等

  • 适用于需要外包非自动化任务、获取人力支持的实际业务场景。
  • 连接真实服务人员,覆盖拍摄、物流、调研等多种线下工作能力。
  • 使用前需核实服务区域、资质认证及费用结算方式,确保合规可靠。
  • humanpages 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
humanpages
description
Search and hire real humans for tasks — photography, delivery, research, and more
homepage
https://humanpages.ai
license
MIT
user-invocable
true
metadata
openclaw
primaryEnv
HUMANPAGES_AGENT_KEY
requires
env
bins

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

  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

Use get_human for a detailed public profile (bio, skills, services, reputation).

2. Register Agent

If the user has no agent key yet:

  1. 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.
  2. Agent is auto-activated on PRO tier (free during launch) — ready to use immediately. No activation step needed.

Optional: Social verification (trust badge):

  1. Call request_activation_code to get an HP-XXXXXXXX code
  2. Ask user to post the code on social media (Twitter/X, LinkedIn, etc.)
  3. 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):

  1. Call get_payment_activation for deposit address
  2. User sends USDC payment on-chain
  3. 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.

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

5. Pay

One-time payment:

  1. Send USDC to the human's wallet (from get_human_profile)
  2. Call mark_job_paid with the transaction hash, network, and amount

Stream payment (ongoing work):

  1. Call start_stream after the human accepts
  2. For MICRO_TRANSFER: call record_stream_tick for each payment
  3. Use pause_stream, resume_stream, stop_stream to 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 reputation
  • verify_agent_domain — verify domain ownership for a trust badge
  • check_humanity_status — check if a human has Gitcoin Passport verification

Error Handling

  • 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 Groups

Action GroupEnabledDescription
searchYSearch humans and view public profiles
registerYRegister and activate agents
jobsYCreate job offers and manage job lifecycle
paymentsYRecord payments and manage streams
reviewsYLeave reviews for completed jobs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.88%
按下载量换算3,350

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills