What is Cobo Payments Skill?
Cobo Payments Skill is a payment capability extension package designed specifically for AI coding assistants (Claude Code, Cursor, etc.), allowing you to operate the Cobo Payment API (/payments/*) directly using natural language â no need to manually look up documentation or write boilerplate code.
Core Capabilities
1. Pay-in (Receiving Payments)
- Create payment orders by specifying fiat currency amounts, with automatic cryptocurrency conversion based on exchange rates
- Generate payment links that can be shared with payers to complete transactions
- Real-time order status tracking (Pending â Processing â Completed)
2. Refund
- Initiate refunds on completed orders
- Support direct refunds to a specified address, or use a refund link to let the payer submit their own address
3. Payout / Settlement
- Crypto payout: Transfer funds from a merchant account to an on-chain address
- Fiat off-ramp: Settle crypto balances to a bank account
4. Merchant Management
- Create and manage multiple merchants
- Supports two modes: Shared Wallet and Separate Wallet
5. Balance Inquiry
- Query balances for individual merchants, PSP (developer) accounts, and payment wallets
6. Exchange Rates & Supported Tokens
- Query real-time exchange rates; supports USDT / USDC on multiple chains including Tron, Ethereum, BNB Chain, Polygon, Arbitrum, and Solana
Installation
Requirements:- Python 3.9+
- Claude Code (recommended for best results) or Cursor
- A Cobo Portal account with Payment functionality enabled
Quick Start
Step 1: Configure environment and log inIn the Dev environment, you can use
cobo keys register to register automatically.