Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Pay merchants and file payment disputes on the x402r refundable payments protocol
Pay merchants and file payment disputes on the x402r refundable payments protocol
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.
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.
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
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.
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>
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
npx --yes @x402r/cli show Show all evidence (payer, merchant, arbiter) for a dispute. Options: -p/--payment-json, -n/--nonce
npx --yes @x402r/cli verify Replay the arbiter's AI evaluation to verify the commitment hash is deterministic. Options: -p/--payment-json, -n/--nonce
npx --yes @x402r/cli list List disputes from the arbiter. Options: -r/--receiver <addr>, --offset <n>, --count <n>
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
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.