SP3ND Agent Skill

March 31, 2026 · View on GitHub

Buy products from Amazon & eBay using USDC on Solana — fully autonomous via x402 payment protocol.

What is this?

This is an Agent Skill for SP3ND, a decentralized e-commerce bridge that lets AI agents autonomously purchase real products from Amazon and eBay using USDC on Solana. No KYC, no payment processing fees, 0% platform fee, free Prime shipping on Amazon, to 200+ countries.

Install

npx skills add kent-x1/sp3nd-agent-skill

This installs the SP3ND skill to all supported agents on your machine. The CLI will auto-detect which agents you have and let you choose where to install.

Also available on ClawHub.

Manual install for Claude Code

mkdir -p ~/.claude/skills/sp3nd
cp SKILL.md ~/.claude/skills/sp3nd/SKILL.md

Manual install for OpenAI Codex

mkdir -p ~/.codex/skills/sp3nd
cp SKILL.md ~/.codex/skills/sp3nd/SKILL.md

Manual install for VS Code / GitHub Copilot

mkdir -p .github/skills/sp3nd
cp SKILL.md .github/skills/sp3nd/SKILL.md

Compatible Agents

This skill works with any agent that supports the Agent Skills standard, including:

  • Claude Code / Claude.ai (Anthropic)
  • ChatGPT / Codex CLI (OpenAI)
  • GitHub Copilot (VS Code)
  • Cursor
  • Windsurf
  • Goose (Block)
  • Gemini CLI (Google)
  • Amp, Cline, Roo Code, Trae, and 30+ more

What Agents Can Do

  1. Set up a wallet — generate a Solana keypair, give the public key to a human to fund with USDC
  2. Register — instant API credentials, no approval queue
  3. Create a cart — add Amazon and eBay products, mixed in a single cart
  4. Place an order — ship to 200+ countries with free Prime shipping on Amazon
  5. Pay autonomously — x402 protocol handles USDC payment on Solana
  6. Track orders — monitor order status from creation to delivery
  7. Regenerate keys — lost your API secret? Prove wallet ownership to get a new one

Key Details

FeatureDetail
Platform fee0%
PaymentUSDC on Solana (x402)
Amazon shippingFree Prime on eligible items
eBay shippingPer-item, location-aware pricing
KYCNone required
Countries200+
Amazon marketplaces22
eBay marketplaces8

Web Discovery

This skill is also available via web discovery:

  • Agent card (A2A): https://sp3nd.shop/.well-known/agent-card.json
  • Skill file: https://sp3nd.shop/skill.md

License

Apache 2.0