โ† All skills
Tencent SkillHub ยท Developer Tools

PayClaw

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,...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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,...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, payclaw-io/SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.7.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

PayClaw โ€” Badge + Spend for AI Agents

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 โ†’

1. Add to your agent

{ "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.

2. Use it

Your agent calls payclaw_getAgentIdentity before acting at any merchant. That's it.

UCP Identity Linking

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)

Tools

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

How Authorization Scales

ActionWhat HappensBrowseBadge declaration โ€” UCP identity token issuedSearchBadge declaration โ€” UCP identity token issuedCheckoutBadge + Spend โ€” human approval โ†’ single-use Visa issued

Example

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.

Security

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

Badge Only?

If you only need identity (no payment): clawhub install payclaw-badge

Links

payclaw.io For Merchants Trust & Verification npm: @payclaw/mcp-server Protocol spec: ucp-agent-badge GitHub: badge-server

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • payclaw-io/SKILL.md Docs