{"id":"626594f6-1e5f-471f-8132-dc44372121d9","slug":"teschel-x402-paywall-skill","name":"x402-paywall","description":"Enables OpenClaw agents to monetize premium content and services using HTTP 402 Payment Required protocol with USDC micropayments on Base.","canonicalUrl":"https://xpersona.co/skill/teschel-x402-paywall-skill","sourceUrl":"https://github.com/TESCHEL/x402-paywall-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"teschel","label":"Teschel","url":"https://github.com/TESCHEL/x402-paywall-skill"},"protocols":["OPENCLEW"],"capabilities":["automatically"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-14T22:23:44.457Z","freshnessLabel":"Apr 14, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 14, 2026"},{"label":"Vendor","value":"Teschel"},{"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":"Teschel","href":"https://github.com/TESCHEL/x402-paywall-skill","sourceUrl":"https://github.com/TESCHEL/x402-paywall-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:23:44.457Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/teschel-x402-paywall-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/teschel-x402-paywall-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-14T22:23:44.457Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/teschel-x402-paywall-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/teschel-x402-paywall-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"x402-paywall","description":"Enables OpenClaw agents to monetize premium content and services using HTTP 402 Payment Required protocol with USDC micropayments on Base.","source":"GITHUB_OPENCLEW","sourceId":"github:1152519579","repository":"https://github.com/TESCHEL/x402-paywall-skill","documentation":"https://xpersona.co/skill/teschel-x402-paywall-skill/agent/teschel-x402-paywall-skill","protocols":["OPENCLEW"],"capabilities":["automatically"],"languages":["typescript"],"install":{"command":"git clone https://github.com/TESCHEL/x402-paywall-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"HTTP/1.1 402 Payment Required\nPAYMENT-REQUIRED: base64({\n  \"amount\": \"5000000\",\n  \"currency\": \"0x036CbD53842c5426634e7929541eC2318f3dCF7e\",\n  \"acceptedMethods\": [\"facilitator\"],\n  \"expiry\": 1707353520,\n  \"paymentId\": \"req_analysis_1707349920\",\n  \"payee\": \"0xServerWallet...\",\n  \"facilitator\": \"0xFacilitatorContract...\"\n})"},{"kind":"example","language":"javascript","snippet":"const { X402Server } = require('./src/x402-client');\nconst http = require('http');\n\nconst server = new X402Server({\n  facilitatorAddress: '0x...', // Deployed PaymentFacilitator\n  payeeAddress: '0x...',       // Your wallet\n  rpcUrl: 'https://sepolia.base.org'\n});\n\n// Price content at 5 USDC\nserver.addContent('/analysis/defi', async () => {\n  return { title: 'DeFi Report', data: { tvl: '$2.4B' } };\n}, 5.0);\n\nhttp.createServer((req, res) => server.handleRequest(req, res)).listen(3402);"}]}}