← All skills
Tencent SkillHub Β· AI

Badge by PayClaw

Declare your agent's identity before merchants ban your user's account. One tool. Five minutes. No card required.

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. One tool. Five minutes. No card required.

⬇ 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
README.md, SKILL.md, package-lock.json, package.json, server.json, src/api/client.ts

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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.5.1

Documentation

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

Badge by PayClaw

Agents are not bots. Prove it before you shop. Your AI agent looks like a bot to every merchant on the internet. Badge gives it a way to declare what it is: an authorized actor, shopping on behalf of a real human, with explicit consent. One MCP tool call. Your agent declares itself. UCP-compliant merchants let it through.

Setup

Add to your MCP client config: { "mcpServers": { "payclaw-badge": { "command": "npx", "args": ["-y", "@payclaw/badge"], "env": { "PAYCLAW_API_KEY": "your_key_from_payclaw.io", "PAYCLAW_API_URL": "https://api.payclaw.io" } } } } Credentials: PAYCLAW_API_KEY required. Get your key at payclaw.io/dashboard/badge. For zero-friction install (no key, device auth), use payclaw-io instead. 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.

UCP Identity Linking

Badge is a UCP (Universal Commerce Protocol) Credential Provider. Merchants who declare io.payclaw.common.identity in their UCP manifest signal that declared agents are preferred at their store. For Merchants β€” add PayClaw to your UCP manifest Protocol spec β€” MIT

Tools

ToolDescriptionpayclaw_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 UCP-compatible credential.payclaw_reportBadgePresentedSignal Badge presentation to a merchant

How It Works

Agent calls payclaw_getAgentIdentity({ merchant: "starbucks.com" }) PayClaw issues a UCP-compatible verification token Agent presents disclosure to merchants PayClaw checks outcome (accepted/denied/inconclusive) Verified Trips count goes up No card issued. No money moves. Badge is identity only. Free forever.

Security & Privacy

Credentials: PAYCLAW_API_KEY required. Get your key at payclaw.io/dashboard/badge. Data: Identity declarations and trip outcomes are reported to PayClaw for verification and Verified Trips. See payclaw.io/trust. Source: github.com/payclaw/badge-server (MIT), npm: @payclaw/badge. For payment too, use payclaw-io β€” Badge + Spend.

Links

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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • src/api/client.ts Scripts
  • package-lock.json Config
  • package.json Config
  • server.json Config