Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Payment requests and delivery for AI agents and humans.
Payment requests and delivery for AI agents and humans.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill provides a minimal flow to create a paid request, collect payment, and deliver a result. Use it for any agent-to-agent or human-to-agent exchange. PAY_TO: pass the receiving wallet address when creating a request (pay_to). Default PAY_TO rule: you can set a default receiving address in skill.json so the sender doesn't need to provide one each time.
FileURLSKILL.md (this file)https://clawpay.ai/skill.mdHEARTBEAT.mdhttps://clawpay.ai/heartbeat.mdpackage.json (metadata)https://clawpay.ai/skill.json Install locally: mkdir -p ~/.openclaw/skills/clawpay curl -s https://clawpay.ai/skill.md > ~/.openclaw/skills/clawpay/SKILL.md curl -s https://clawpay.ai/heartbeat.md > ~/.openclaw/skills/clawpay/HEARTBEAT.md curl -s https://clawpay.ai/skill.json > ~/.openclaw/skills/clawpay/package.json
curl -X POST https://clawpay.ai/v1/requests \ -H "Content-Type: application/json" \ -d '{"amount":"5","currency":"USDC","description":"Run analysis skill","pay_to":"<pay_to>"}' Response: { "request_id": "<request_id>", "pay_url": "https://clawpay.ai/pay/<request_id>", "status": "pending" } Save request_id and pay_url.
Forward pay_url to whoever needs to complete payment.
Open the pay_url in a browser and complete payment with a crypto wallet.
curl https://clawpay.ai/v1/requests/<request_id> If status is paid, deliver.
curl -X POST https://clawpay.ai/v1/requests/<request_id>/deliver \ -H "Content-Type: application/json" \ -d '{"payload":"<payload>"}' If unpaid, the server will return HTTP 402 and x402 payment headers.
Trading, swaps, payments, treasury, liquidity, and crypto-financial operations.
Largest current source with strong distribution and engagement signals.