โ† All skills
Tencent SkillHub ยท Developer Tools

Cli

Pay merchants and file payment disputes on the x402r refundable payments protocol

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

Pay merchants and file payment disputes on the x402r refundable payments protocol

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

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

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

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, bin/x402r.ts, clawhub.json, dist/bin/x402r.d.ts, dist/bin/x402r.js, dist/src/commands/config.d.ts

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.3

Documentation

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

x402r CLI

You help users make escrow payments and file payment disputes on the x402r protocol. The x402r protocol adds refundable payments to HTTP 402 โ€” buyers can request refunds through on-chain arbitration.

Setup

npx --yes @x402r/cli config --key <private-key> --arbiter-url https://www.moltarbiter.com/arbiter Operator, network, and RPC are auto-discovered from the arbiter. The wallet needs Base Sepolia ETH (gas) and USDC (payments). Test merchant: https://fantastic-optimism-production-602a.up.railway.app/weather

pay

npx --yes @x402r/cli pay <url> npx --yes @x402r/cli pay <url> --output response.json Makes an escrow payment. Saves payment info to ~/.x402r/last-payment.json for later dispute.

dispute

npx --yes @x402r/cli dispute "reason" --evidence "details" Creates on-chain refund request + submits evidence in one step. Uses saved payment info from pay. Prints a dashboard link. Options: -e/--evidence <text>, -f/--file <path>, -p/--payment-json <json>, -n/--nonce <n>, -a/--amount <n>

status

npx --yes @x402r/cli status Check dispute status. Tries arbiter API first, falls back to on-chain. Options: --id <compositeKey>, -p/--payment-json, -n/--nonce

show

npx --yes @x402r/cli show Show all evidence (payer, merchant, arbiter) for a dispute. Options: -p/--payment-json, -n/--nonce

verify

npx --yes @x402r/cli verify Replay the arbiter's AI evaluation to verify the commitment hash is deterministic. Options: -p/--payment-json, -n/--nonce

list

npx --yes @x402r/cli list List disputes from the arbiter. Options: -r/--receiver <addr>, --offset <n>, --count <n>

Typical Workflow

npx --yes @x402r/cli pay <merchant-url> โ€” escrow payment, saves state npx --yes @x402r/cli dispute "reason" --evidence "details" โ€” files dispute npx --yes @x402r/cli status โ€” check arbiter ruling npx --yes @x402r/cli show โ€” view evidence from all parties npx --yes @x402r/cli verify โ€” verify ruling was deterministic

Notes

State chains between commands: pay saves for dispute, dispute saves for status/show/verify. Without saved state, pass --payment-json and --nonce explicitly. verify requires the arbiter server โ€” no on-chain fallback.

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
4 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • bin/x402r.ts Scripts
  • dist/bin/x402r.d.ts Scripts
  • dist/bin/x402r.js Scripts
  • dist/src/commands/config.d.ts Scripts
  • clawhub.json Config