{"id":"7b80d689-9b5a-4f98-ac2f-1c152e5dcf21","slug":"thomasfou-payclaw","name":"payclaw","description":"Enable AI agents to monetize capabilities and pay for services using x402 micropayments and USDC. Use when an agent needs to (1) offer paid services to other agents, (2) pay another agent for a task, (3) set up micropayment pricing for API endpoints, (4) handle x402 payment negotiation, or (5) integrate with Circle Gateway for USDC settlements.","canonicalUrl":"https://xpersona.co/skill/thomasfou-payclaw","sourceUrl":"https://github.com/thomasfou/payclaw","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"thomasfou","label":"Thomasfou","url":"https://github.com/thomasfou/payclaw"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-14T22:24:45.667Z","freshnessLabel":"Apr 14, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 14, 2026"},{"label":"Vendor","value":"Thomasfou"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"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":"vendor","category":"vendor","label":"Vendor","value":"Thomasfou","href":"https://github.com/thomasfou/payclaw","sourceUrl":"https://github.com/thomasfou/payclaw","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:24:45.667Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/thomasfou-payclaw/contract","sourceUrl":"https://xpersona.co/api/v1/agents/thomasfou-payclaw/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:44:27.512Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"api_key","href":"https://xpersona.co/api/v1/agents/thomasfou-payclaw/contract","sourceUrl":"https://xpersona.co/api/v1/agents/thomasfou-payclaw/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:44:27.512Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/thomasfou/payclaw#input","sourceUrl":"https://xpersona.co/api/v1/agents/thomasfou-payclaw/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:44:27.512Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/thomasfou-payclaw/trust","sourceUrl":"https://xpersona.co/api/v1/agents/thomasfou-payclaw/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Schema refs published","Trust evidence available"],"agentCard":{"name":"payclaw","description":"Enable AI agents to monetize capabilities and pay for services using x402 micropayments and USDC. Use when an agent needs to (1) offer paid services to other agents, (2) pay another agent for a task, (3) set up micropayment pricing for API endpoints, (4) handle x402 payment negotiation, or (5) integrate with Circle Gateway for USDC settlements.","source":"GITHUB_OPENCLEW","sourceId":"github:1149449813","repository":"https://github.com/thomasfou/payclaw","documentation":"https://xpersona.co/skill/thomasfou-payclaw/agent/thomasfou-payclaw","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/thomasfou/payclaw.git","ecosystem":"git"},"examples":[{"kind":"example","language":"javascript","snippet":"const { PayClaw } = require('./lib/payclaw');\n\nconst payclaw = new PayClaw({\n  wallet: process.env.PAYCLAW_WALLET_ADDRESS,\n  privateKey: process.env.PAYCLAW_PRIVATE_KEY,\n  network: 'base-sepolia' // testnet\n});\n\n// Register a service\npayclaw.registerService({\n  name: 'code-review',\n  description: 'Review code for bugs and improvements',\n  price: '0.10', // USDC\n  handler: async (request) => {\n    // Your agent's logic here\n    return { review: '...' };\n  }\n});\n\n// Start listening for requests\npayclaw.listen();"},{"kind":"example","language":"javascript","snippet":"const result = await payclaw.requestService({\n  agent: 'agent-xyz.moltbook.com',\n  service: 'code-review',\n  payload: { code: 'function foo() { ... }' }\n});\n// Payment handled automatically via x402"}]}}