Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Declare your agent's identity before merchants ban your user's account. Badge + Spend: identity and virtual cards for AI agents. MCP-native, human-approved,...
Declare your agent's identity before merchants ban your user's account. Badge + Spend: identity and virtual cards for AI agents. MCP-native, human-approved,...
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.
Agents are not bots. PayClaw proves it โ then lets them pay. Your AI agent looks like a bot to every merchant on the internet. PayClaw gives it two things: Badge โ Declares your agent as an authorized actor. A UCP-compatible credential that lets it through merchant defenses. Free. No card required. Spend โ Issues a single-use virtual Visa when your agent needs to pay. Human-approved. Self-destructs after use. Your real card never enters the chat. ๐งช Developer Sandbox is open. Real infrastructure, test money. Get sandbox access โ
{ "mcpServers": { "payclaw": { "command": "npx", "args": ["-y", "@payclaw/mcp-server"], "env": { "PAYCLAW_API_URL": "https://api.payclaw.io" } } } } No API key required. On first use, your agent will show a code and a URL. Approve on your phone in one tap โ your Consent Key is stored automatically. Requires Node.js 20+. Node 18 is end-of-life. If you see engine errors: node -v โ install from nodejs.org or nvm install 20.
Your agent calls payclaw_getAgentIdentity before acting at any merchant. That's it.
PayClaw is a UCP (Universal Commerce Protocol) Credential Provider. Merchants who declare the PayClaw identity extension (io.payclaw.common.identity) signal to every UCP-compliant agent that declared agents are preferred at their store. For Merchants โ how to add PayClaw to your UCP manifest Protocol spec โ io.payclaw.common.identity (MIT)
ToolWhat It Doespayclaw_getAgentIdentityDeclare yourself as an authorized actor before acting at any merchant. Without this, UCP-compliant merchants may prefer or require a declared agent. Returns a trip-level UCP-compatible credential. Agents are not bots. PayClaw proves it.payclaw_getCardDeclare purchase intent โ get single-use virtual Visa (Spend)payclaw_reportPurchaseReport transaction outcome โ close the audit trail
ActionWhat HappensBrowseBadge declaration โ UCP identity token issuedSearchBadge declaration โ UCP identity token issuedCheckoutBadge + Spend โ human approval โ single-use Visa issued
You: "Buy me a cold brew from Starbucks" Agent: Let me declare myself first... [calls payclaw_getAgentIdentity({ merchant: "starbucks.com" })] โ DECLARED โ authorized actor at starbucks.com Found a cold brew for $5.95. Getting a card... [calls payclaw_getCard: merchant=Starbucks, amount=$5.95] โ Virtual Visa issued. Completing purchase... [calls payclaw_reportPurchase: success โ ] Done! Cold brew ordered. Card self-destructed.
Zero standing access โ no card exists until your agent requests one Single-use cards โ merchant-locked, amount-capped, 15-minute expiry Human approval โ every purchase requires your explicit OK Intent audit โ every purchase compared against declared intent $500 cap โ hard ceiling on account balance Your real card never enters the chat
If you only need identity (no payment): clawhub install payclaw-badge
payclaw.io For Merchants Trust & Verification npm: @payclaw/mcp-server Protocol spec: ucp-agent-badge GitHub: badge-server
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.