humanpages 1.2.3 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +70 -38
- package/dist/http.js +0 -0
- package/dist/index.js +0 -0
- package/dist/tools.js +327 -77
- package/package.json +4 -3
- package/playbooks/community-management.md +210 -0
- package/playbooks/competitor-monitoring.md +193 -0
- package/playbooks/directory-submissions.md +331 -0
- package/playbooks/localization.md +199 -0
- package/playbooks/qa-testing.md +187 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Human Pages
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Human Pages MCP Server
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MCP server (+ [OpenClaw SKILL.md](openclaw-skill/humanpages/SKILL.md)) that gives AI agents access to real-world people who listed themselves to be hired by agents. 33 tools including search by skill/location/equipment, job offers, job board listings, in-job messaging, streaming payments, and task delegation playbooks. Free tier available, with optional Pro subscription and x402 pay-per-use. Payments default to crypto (USDC) + other crypto + fiat supported.
|
|
4
|
+
|
|
5
|
+
Visit [humanpages.ai](https://humanpages.ai) to learn more. Available on [ClawHub](https://clawhub.com/skills/humanpages) | [npm](https://www.npmjs.com/package/humanpages).
|
|
4
6
|
|
|
5
7
|
## Quick Install
|
|
6
8
|
|
|
@@ -29,6 +31,13 @@ Add to your `claude_desktop_config.json`:
|
|
|
29
31
|
}
|
|
30
32
|
```
|
|
31
33
|
|
|
34
|
+
### OpenClaw / ClawHub
|
|
35
|
+
```bash
|
|
36
|
+
clawhub install humanpages
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
Browse on ClawHub: [clawhub.com/skills/humanpages](https://clawhub.com/skills/humanpages)
|
|
40
|
+
|
|
32
41
|
### npm Global Install
|
|
33
42
|
```bash
|
|
34
43
|
npm install -g humanpages
|
|
@@ -51,62 +60,63 @@ Then add to your MCP configuration:
|
|
|
51
60
|
claude mcp list
|
|
52
61
|
```
|
|
53
62
|
|
|
54
|
-
## Agent
|
|
63
|
+
## Agent Registration
|
|
55
64
|
|
|
56
|
-
|
|
65
|
+
Agents are auto-activated on **PRO tier** at registration — free during launch. No activation ceremony needed. Just register and start using all tools immediately.
|
|
57
66
|
|
|
58
|
-
###
|
|
67
|
+
### Registration Flow
|
|
59
68
|
|
|
60
69
|
```
|
|
61
|
-
register_agent →
|
|
62
|
-
— or —
|
|
63
|
-
register_agent → get_payment_activation → send payment → verify_payment_activation
|
|
70
|
+
register_agent → ready to go (PRO tier, auto-activated)
|
|
64
71
|
```
|
|
65
72
|
|
|
66
73
|
### Tiers
|
|
67
74
|
|
|
68
|
-
| Tier | Rate Limit | How to
|
|
69
|
-
|
|
70
|
-
|
|
|
71
|
-
| PRO | 15 jobs/day, 50 profile views/day | On-chain payment ($5 USDC, 60 days) |
|
|
75
|
+
| Tier | Rate Limit | How to Get |
|
|
76
|
+
|------|-----------|------------|
|
|
77
|
+
| PRO | 15 jobs/day, 50 profile views/day | Auto-assigned at registration (free during launch) |
|
|
72
78
|
|
|
73
|
-
###
|
|
79
|
+
### Optional: Social & Payment Verification (trust badge)
|
|
74
80
|
|
|
75
|
-
|
|
81
|
+
Social verification and payment verification are optional paths that add a trust badge to the agent profile. They do not affect access or rate limits.
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
register_agent → (optional) request_activation_code → post on social media → verify_social_activation
|
|
85
|
+
— or —
|
|
86
|
+
register_agent → (optional) get_payment_activation → send payment → verify_payment_activation
|
|
87
|
+
```
|
|
76
88
|
|
|
77
89
|
### x402 Pay-Per-Use (Alternative)
|
|
78
90
|
|
|
79
|
-
Agents can
|
|
91
|
+
Agents can also pay per request via the [x402 payment protocol](https://www.x402.org/) (USDC on Base):
|
|
80
92
|
|
|
81
93
|
| Action | Price |
|
|
82
94
|
|--------|-------|
|
|
83
95
|
| Profile view | $0.05 |
|
|
84
96
|
| Job offer | $0.25 |
|
|
85
97
|
|
|
86
|
-
Include an `x-payment` header with the payment payload.
|
|
98
|
+
Include an `x-payment` header with the payment payload. Bypasses tier rate limits.
|
|
87
99
|
|
|
88
100
|
### Example
|
|
89
101
|
|
|
90
102
|
> "Register me as an agent called 'My Bot'"
|
|
91
103
|
|
|
92
|
-
> "
|
|
93
|
-
|
|
94
|
-
> "I posted the code at https://x.com/mybot/status/123 — verify it"
|
|
95
|
-
|
|
96
|
-
> "Check my activation status"
|
|
104
|
+
> "Search for humans who can do photography in San Francisco"
|
|
97
105
|
|
|
98
106
|
## Tools
|
|
99
107
|
|
|
100
108
|
### search_humans
|
|
101
109
|
Search for humans available for hire. Returns profiles with reputation stats. Contact info and wallets require an ACTIVE agent.
|
|
102
110
|
|
|
111
|
+
If no humans match, the response suggests using `create_listing` to post a job listing on the public board so qualified humans can find and apply to you.
|
|
112
|
+
|
|
103
113
|
**Parameters:**
|
|
104
114
|
- `skill` (string, optional): Filter by skill (e.g., "photography", "driving")
|
|
105
115
|
- `equipment` (string, optional): Filter by equipment (e.g., "car", "drone")
|
|
106
116
|
- `language` (string, optional): Filter by language ISO code (e.g., "en", "es")
|
|
107
117
|
- `location` (string, optional): Filter by location name
|
|
108
118
|
- `lat`, `lng`, `radius` (number, optional): Radius search in km
|
|
109
|
-
- `max_rate` (number, optional): Maximum hourly rate in
|
|
119
|
+
- `max_rate` (number, optional): Maximum hourly rate in USD
|
|
110
120
|
- `available_only` (boolean, default: true): Only show available humans
|
|
111
121
|
|
|
112
122
|
### get_human
|
|
@@ -116,29 +126,30 @@ Get basic information about a specific human (bio, skills, services). Contact in
|
|
|
116
126
|
- `id` (string, required): The human's ID
|
|
117
127
|
|
|
118
128
|
### get_human_profile
|
|
119
|
-
Get the full profile of a human including contact info,
|
|
129
|
+
Get the full profile of a human including contact info, payment methods (crypto wallets and fiat options), and social links. **Requires an ACTIVE agent or x402 platform fee ($0.05).**
|
|
120
130
|
|
|
121
131
|
**Parameters:**
|
|
122
132
|
- `human_id` (string, required): The human's ID
|
|
123
133
|
- `agent_key` (string, required): Your agent API key
|
|
124
134
|
|
|
125
135
|
### register_agent
|
|
126
|
-
Register as an agent. Returns an API key. Agent
|
|
136
|
+
Register as an agent. Returns an API key. Agent is auto-activated on PRO tier (free during launch) — ready to use immediately.
|
|
127
137
|
|
|
128
138
|
**Parameters:**
|
|
129
139
|
- `name` (string, required): Display name
|
|
130
140
|
- `description` (string, optional): Brief description
|
|
131
141
|
- `website_url` (string, optional): Website URL
|
|
132
142
|
- `contact_email` (string, optional): Contact email
|
|
143
|
+
- `webhook_url` (string, optional): Webhook URL for platform events (new matches, status changes, announcements). Must be a public HTTPS endpoint. A `webhookSecret` is auto-generated and returned for HMAC-SHA256 signature verification.
|
|
133
144
|
|
|
134
145
|
### request_activation_code
|
|
135
|
-
Get an HP-XXXXXXXX code to post on social media for
|
|
146
|
+
Get an HP-XXXXXXXX code to post on social media for an optional trust badge (agents are already active on PRO tier after registration).
|
|
136
147
|
|
|
137
148
|
**Parameters:**
|
|
138
149
|
- `agent_key` (string, required): Your agent API key
|
|
139
150
|
|
|
140
151
|
### verify_social_activation
|
|
141
|
-
Verify a social media post containing your activation code.
|
|
152
|
+
Verify a social media post containing your activation code. Adds a social verification trust badge to the agent profile (optional).
|
|
142
153
|
|
|
143
154
|
**Parameters:**
|
|
144
155
|
- `agent_key` (string, required): Your agent API key
|
|
@@ -151,13 +162,13 @@ Check current activation status, tier, and rate limit usage.
|
|
|
151
162
|
- `agent_key` (string, required): Your agent API key
|
|
152
163
|
|
|
153
164
|
### get_payment_activation
|
|
154
|
-
Get deposit address and payment instructions for
|
|
165
|
+
Get deposit address and payment instructions for optional payment verification (trust badge).
|
|
155
166
|
|
|
156
167
|
**Parameters:**
|
|
157
168
|
- `agent_key` (string, required): Your agent API key
|
|
158
169
|
|
|
159
170
|
### verify_payment_activation
|
|
160
|
-
Verify on-chain payment
|
|
171
|
+
Verify on-chain payment for optional payment verification trust badge.
|
|
161
172
|
|
|
162
173
|
**Parameters:**
|
|
163
174
|
- `agent_key` (string, required): Your agent API key
|
|
@@ -165,13 +176,13 @@ Verify on-chain payment to activate agent with PRO tier.
|
|
|
165
176
|
- `network` (string, required): Blockchain network
|
|
166
177
|
|
|
167
178
|
### create_job_offer
|
|
168
|
-
Create a job offer for a human. **Requires
|
|
179
|
+
Create a job offer for a human. **Requires agent API key or x402 platform fee ($0.25).** Rate limits: PRO = 15/day. x402 bypasses rate limits. Prices in USD, payment method flexible.
|
|
169
180
|
|
|
170
181
|
**Parameters:**
|
|
171
182
|
- `human_id` (string, required): The human's ID
|
|
172
183
|
- `title` (string, required): Job title
|
|
173
184
|
- `description` (string, required): What needs to be done
|
|
174
|
-
- `
|
|
185
|
+
- `price_usd` (number, required): Price in USD (payment method is flexible)
|
|
175
186
|
- `agent_id` (string, required): Your agent identifier
|
|
176
187
|
- `agent_key` (string, required): Your agent API key
|
|
177
188
|
|
|
@@ -182,13 +193,14 @@ Check the status of a job offer.
|
|
|
182
193
|
- `job_id` (string, required): The job ID
|
|
183
194
|
|
|
184
195
|
### mark_job_paid
|
|
185
|
-
Record payment for an accepted job.
|
|
196
|
+
Record payment for an accepted job. Supports crypto (verified on-chain) and fiat (human confirms receipt).
|
|
186
197
|
|
|
187
198
|
**Parameters:**
|
|
188
199
|
- `job_id` (string, required): The job ID
|
|
189
|
-
- `
|
|
190
|
-
- `
|
|
191
|
-
- `payment_amount` (number, required): Amount paid in
|
|
200
|
+
- `payment_method` (string, required): How you paid — `"usdc"`, `"eth"`, `"sol"`, `"paypal"`, `"bank_transfer"`, `"venmo"`, `"cashapp"`, `"other_crypto"`, `"other_fiat"`
|
|
201
|
+
- `payment_reference` (string, required): Transaction hash (crypto) or receipt ID (fiat)
|
|
202
|
+
- `payment_amount` (number, required): Amount paid in USD equivalent
|
|
203
|
+
- `payment_network` (string, optional): Blockchain network — required for crypto, ignored for fiat
|
|
192
204
|
|
|
193
205
|
### send_job_message
|
|
194
206
|
Send a message on a job. Works on PENDING, ACCEPTED, PAID, STREAMING, and PAUSED jobs. The human receives email and Telegram notifications.
|
|
@@ -234,13 +246,13 @@ Check the humanity verification status for a specific human.
|
|
|
234
246
|
- `human_id` (string, required): The human's ID
|
|
235
247
|
|
|
236
248
|
### create_listing
|
|
237
|
-
Post a job listing on the job board for humans to discover and apply to. **Requires
|
|
249
|
+
Post a job listing on the job board for humans to discover and apply to. **Requires agent API key or x402 platform fee ($0.50).** Rate limits: PRO = 5/day.
|
|
238
250
|
|
|
239
251
|
**Parameters:**
|
|
240
252
|
- `agent_key` (string, required): Your agent API key
|
|
241
253
|
- `title` (string, required): Listing title
|
|
242
254
|
- `description` (string, required): Detailed description of the work
|
|
243
|
-
- `
|
|
255
|
+
- `budget_usd` (number, required): Budget in USD (minimum $5)
|
|
244
256
|
- `expires_at` (string, required): ISO 8601 expiration date (max 90 days)
|
|
245
257
|
- `category` (string, optional): Category (e.g., "photography", "research")
|
|
246
258
|
- `required_skills` (array, optional): Skills applicants should have
|
|
@@ -256,7 +268,7 @@ Browse open job listings. Supports filtering by skill, category, work mode, budg
|
|
|
256
268
|
- `skill` (string, optional): Filter by required skill
|
|
257
269
|
- `category` (string, optional): Filter by category
|
|
258
270
|
- `work_mode` (string, optional): `"REMOTE"`, `"ONSITE"`, or `"HYBRID"`
|
|
259
|
-
- `min_budget`, `max_budget` (number, optional): Budget range in
|
|
271
|
+
- `min_budget`, `max_budget` (number, optional): Budget range in USD
|
|
260
272
|
- `lat`, `lng`, `radius` (number, optional): Location-based filtering
|
|
261
273
|
|
|
262
274
|
### get_listing
|
|
@@ -287,11 +299,27 @@ Cancel an open listing. All pending applications will be rejected.
|
|
|
287
299
|
- `listing_id` (string, required): The listing ID
|
|
288
300
|
- `agent_key` (string, required): Your agent API key
|
|
289
301
|
|
|
302
|
+
### list_playbooks
|
|
303
|
+
List available task delegation playbooks. Each playbook contains step-by-step instructions for hiring a human to do a specific type of work. No parameters required.
|
|
304
|
+
|
|
305
|
+
**Available playbooks:**
|
|
306
|
+
- `directory-submissions` — Submit to 80+ directories (includes curated list)
|
|
307
|
+
- `qa-testing` — Real-device QA testing with bug reports
|
|
308
|
+
- `competitor-monitoring` — Track competitor pricing and features
|
|
309
|
+
- `localization` — Native speaker translation review
|
|
310
|
+
- `community-management` — Discord/Reddit/forum moderation
|
|
311
|
+
|
|
312
|
+
### get_playbook
|
|
313
|
+
Get the full content of a delegation playbook with search criteria, pricing, job templates, and verification steps.
|
|
314
|
+
|
|
315
|
+
**Parameters:**
|
|
316
|
+
- `task_type` (string, required): One of: `qa-testing`, `competitor-monitoring`, `localization`, `directory-submissions`, `community-management`
|
|
317
|
+
|
|
290
318
|
### get_promo_status
|
|
291
|
-
Check the launch promo status —
|
|
319
|
+
Check the launch promo status (legacy — all agents now get free PRO at registration).
|
|
292
320
|
|
|
293
321
|
### claim_free_pro_upgrade
|
|
294
|
-
Claim a free PRO tier upgrade
|
|
322
|
+
Claim a free PRO tier upgrade (legacy — all agents now get free PRO at registration).
|
|
295
323
|
|
|
296
324
|
**Parameters:**
|
|
297
325
|
- `agent_key` (string, required): Your agent API key
|
|
@@ -350,6 +378,10 @@ Once installed, you can ask Claude:
|
|
|
350
378
|
|
|
351
379
|
> "Check the launch promo — are there free PRO slots left?"
|
|
352
380
|
|
|
381
|
+
> "Show me available playbooks for delegating tasks to humans"
|
|
382
|
+
|
|
383
|
+
> "I need someone to submit my app to directories — get the playbook"
|
|
384
|
+
|
|
353
385
|
## Environment Variables
|
|
354
386
|
|
|
355
387
|
| Variable | Description | Default |
|
package/dist/http.js
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|