Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Pay-per-use resource marketplace for AI agents. Access APIs like screenshots, keyword research, web scraping, email validation, and more. Discover resources for free, pay only when executing. Uses HTTP 402 protocol with wallet-based spending limits. All requests are cryptographically signed - tokens are useless without your private key. --- name: agent-hub description: Pay-per-use resource marketplace for AI agents. Access APIs like screenshots, keyword research, web scraping, email validation, and more. Discover resources for free, pay only when executing. Uses HTTP 402 protocol with wallet-based spending limits. All requests are cryptographically signed - tokens are useless without your private key. metadata: { "clawdbot": { "emoji": "⚡", "homepag
git clone https://github.com/Jarvis-And-I/agent-hub-skill.gitOverall rank
#30
Adoption
No public adoption signal
Trust
Unknown
Freshness
Apr 15, 2026
Freshness
Last checked Apr 15, 2026
Best For
agent-hub is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Pay-per-use resource marketplace for AI agents. Access APIs like screenshots, keyword research, web scraping, email validation, and more. Discover resources for free, pay only when executing. Uses HTTP 402 protocol with wallet-based spending limits. All requests are cryptographically signed - tokens are useless without your private key. --- name: agent-hub description: Pay-per-use resource marketplace for AI agents. Access APIs like screenshots, keyword research, web scraping, email validation, and more. Discover resources for free, pay only when executing. Uses HTTP 402 protocol with wallet-based spending limits. All requests are cryptographically signed - tokens are useless without your private key. metadata: { "clawdbot": { "emoji": "⚡", "homepag Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Jarvis And I
Artifacts
0
Benchmarks
0
Last release
Unpublished
Install & run
git clone https://github.com/Jarvis-And-I/agent-hub-skill.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Jarvis And I
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
mkdir -p ~/.clawdbot/skills/agent-hub
cat > ~/.clawdbot/skills/agent-hub/config.json << 'EOF'
{
"token": "cb_YOUR_TOKEN_HERE",
"apiUrl": "https://agent-hub.dev/api"
}
EOFbash
# Production scripts/agent-hub-connect.sh "XXXXXXXX" # Local testing AGENT_HUB_URL=http://localhost:3000/api scripts/agent-hub-connect.sh "XXXXXXXX"
bash
curl -X POST "https://agent-hub.dev/api/auth/connect" \
bash
curl -X POST "http://localhost:3000/api/auth/connect" \
-H "Content-Type: application/json" \
-d '{bash
# Production
curl -X POST "https://agent-hub.dev/api/auth/connect" \
# Local testing
curl -X POST "http://localhost:3000/api/auth/connect" \
-H "Content-Type: application/json" \
-d '{
"code": "XXXXXXXX",
"clawdbotId": "your-unique-instance-id"
}'bash
mkdir -p ~/.clawdbot/skills/agent-hub
cat > ~/.clawdbot/skills/agent-hub/config.json << 'EOF'
{
"token": "cb_YOUR_TOKEN_HERE",
"apiUrl": "https://agent-hub.dev/api"
}
EOFEditorial read
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Pay-per-use resource marketplace for AI agents. Access APIs like screenshots, keyword research, web scraping, email validation, and more. Discover resources for free, pay only when executing. Uses HTTP 402 protocol with wallet-based spending limits. All requests are cryptographically signed - tokens are useless without your private key. --- name: agent-hub description: Pay-per-use resource marketplace for AI agents. Access APIs like screenshots, keyword research, web scraping, email validation, and more. Discover resources for free, pay only when executing. Uses HTTP 402 protocol with wallet-based spending limits. All requests are cryptographically signed - tokens are useless without your private key. metadata: { "clawdbot": { "emoji": "⚡", "homepag
Pay-per-use resource marketplace for AI agents using HTTP 402 protocol.
There are two ways to get started:
If the user already has an Agent Hub token from connecting their Clawdbot:
mkdir -p ~/.clawdbot/skills/agent-hub
cat > ~/.clawdbot/skills/agent-hub/config.json << 'EOF'
{
"token": "cb_YOUR_TOKEN_HERE",
"apiUrl": "https://agent-hub.dev/api"
}
EOF
Walk the user through the connection flow:
localhost:3000/dashboard for local testing)# Production
scripts/agent-hub-connect.sh "XXXXXXXX"
# Local testing
AGENT_HUB_URL=http://localhost:3000/api scripts/agent-hub-connect.sh "XXXXXXXX"
Or via API:
# Production
curl -X POST "https://agent-hub.dev/api/auth/connect" \
# Local testing
curl -X POST "http://localhost:3000/api/auth/connect" \
-H "Content-Type: application/json" \
-d '{
"code": "XXXXXXXX",
"clawdbotId": "your-unique-instance-id"
}'
The connect script automatically:
mkdir -p ~/.clawdbot/skills/agent-hub
cat > ~/.clawdbot/skills/agent-hub/config.json << 'EOF'
{
"token": "cb_YOUR_TOKEN_HERE",
"apiUrl": "https://agent-hub.dev/api"
}
EOF
scripts/agent-hub.sh search screenshot
Find resources to accomplish a task:
scripts/agent-hub.sh search "screenshot"
scripts/agent-hub.sh search "keyword"
scripts/agent-hub.sh search "email"
Or via API:
curl "https://agent-hub.dev/api/resources?q=screenshot"
Understand how to use a resource before executing:
scripts/agent-hub.sh docs screenshot
Or via API:
curl "https://agent-hub.dev/api/resources/screenshot/docs"
Execute an action and pay from your wallet:
scripts/agent-hub.sh execute screenshot capture '{"url": "https://example.com"}'
Or via API:
curl -X POST "https://agent-hub.dev/api/resources/screenshot/execute" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $AGENT_HUB_TOKEN" \
-d '{
"action": "capture",
"params": {"url": "https://example.com"}
}'
View balance and spending limits:
scripts/agent-hub.sh wallet
| Resource | Actions | Price | Description |
|----------|---------|-------|-------------|
| screenshot | capture | $0.02 | Capture webpage screenshots |
| keyword-research | search, suggestions | $0.05, $0.03 | SEO keyword data and ideas |
| web-scraper | extract | $0.03 | Extract content from webpages |
| email-validator | validate | $0.01 | Validate email addresses |
| domain-info | lookup | $0.02 | WHOIS and DNS information |
Check for the latest resources:
scripts/agent-hub.sh list
| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | /api/resources | List all resources |
| GET | /api/resources?q=<query> | Search resources |
| GET | /api/resources/<slug> | Get resource details |
| GET | /api/resources/<slug>/docs | Get documentation |
| Method | Endpoint | Description |
|--------|----------|-------------|
| POST | /api/resources/<slug>/execute | Execute resource action |
Request body:
{
"action": "action_name",
"params": { "key": "value" },
"maxPrice": 10
}
Response (success):
{
"status": 200,
"paymentId": "pay_abc123",
"charged": 2,
"result": { ... }
}
Response (402 - payment required):
{
"status": 402,
"price": 50,
"autoApproved": false,
"reason": "exceeds_auto_approve_limit"
}
Reference: references/api-reference.md
| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | /api/wallet | Check balance and limits |
| PUT | /api/wallet | Update spending limits |
| POST | /api/wallet/topup | Add funds |
| GET | /api/wallet/transactions | Transaction history |
Reference: references/wallet.md
| Method | Endpoint | Description |
|--------|----------|-------------|
| POST | /api/auth/connect | Connect with linking code |
| GET | /api/auth/me | Verify token |
Reference: references/authentication.md
When executing a resource, you may receive different responses:
If the cost is under your auto-approve threshold, it executes immediately:
{"status": 200, "charged": 2, "result": {...}}
If the cost exceeds auto-approve but is within per-transaction limit:
{
"status": 402,
"autoApproved": false,
"reason": "exceeds_auto_approve_limit",
"price": 50
}
→ Ask the user for approval before retrying.
{
"status": 402,
"error": "Insufficient balance",
"walletBalance": 10,
"price": 50
}
→ Tell user to add funds at agent-hub.dev/dashboard
{
"status": 402,
"error": "Exceeds per-transaction limit",
"price": 200,
"limit": 100
}
→ Tell user to increase their limit in dashboard settings.
Reference: references/402-handling.md
# Search for screenshot resource
scripts/agent-hub.sh search screenshot
# Read the docs
scripts/agent-hub.sh docs screenshot
# Take a screenshot
scripts/agent-hub.sh execute screenshot capture '{"url": "https://example.com", "fullPage": true}'
# Get keyword data
scripts/agent-hub.sh execute keyword-research search '{"keyword": "productivity apps"}'
# Get suggestions
scripts/agent-hub.sh execute keyword-research suggestions '{"keyword": "productivity", "limit": 10}'
# Research a competitor
# 1. Screenshot their homepage
scripts/agent-hub.sh execute screenshot capture '{"url": "https://competitor.com"}'
# 2. Scrape their content
scripts/agent-hub.sh execute web-scraper extract '{"url": "https://competitor.com"}'
# 3. Research their keywords
scripts/agent-hub.sh execute keyword-research search '{"keyword": "competitor product name"}'
Users configure spending limits in their dashboard:
| Limit | Default | Purpose | |-------|---------|---------| | Daily limit | $10.00 | Max spend per day | | Per-transaction | $1.00 | Max single transaction | | Auto-approve | $0.50 | Auto-execute under this |
Use maxPrice — Set maxPrice in requests to cap spending:
{"action": "...", "params": {...}, "maxPrice": 10}
Check wallet first — For expensive operations, check balance:
scripts/agent-hub.sh wallet
Mention costs — Inform user of costs for operations >$0.10
Handle 402s gracefully — Don't retry without user approval
| Error | Cause | Solution | |-------|-------|----------| | 401 Unauthorized | Invalid/missing token | Reconnect via linking flow | | 402 Payment Required | Various | See 402 handling section | | 400 Bad Request | Invalid params | Read resource docs | | 404 Not Found | Wrong resource slug | Search for correct slug | | 500 Server Error | Internal error | Retry once, then report |
Reference: references/error-handling.md
💡 Pro Tip: Always read the docs for a resource before executing. Each resource has different parameters and return formats.
⚠️ Cost Awareness: Operations cost real money from the user's wallet. Always be transparent about costs and get approval for expensive operations.
🚀 Quick Win: Start by searching available resources with scripts/agent-hub.sh list to see what's possible.
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T06:08:26.470Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Jarvis And I",
"href": "https://github.com/Jarvis-And-I/agent-hub-skill",
"sourceUrl": "https://github.com/Jarvis-And-I/agent-hub-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T05:21:22.124Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T05:21:22.124Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/jarvis-and-i-agent-hub-skill/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to agent-hub and adjacent AI workflows.