payall-cli
Operate the Payall crypto card CLI tool. Use this skill whenever the user wants to: manage crypto debit cards, check card balances, apply for new cards, compare cards, list marketplace cards, view card fees, login/logout with an EVM wallet, check auth status, send USDT on any chain (BSC, ETH, TRON), check wallet balances, top up cards with crypto, or any card/wallet operation via terminal. Also trigger when the user mentions "payall", "crypto card", "card balance", "apply for card", "card fees", "send USDT", "TRON transfer", "wallet balance", "top up card", "crypto debit card", or wants to run payall CLI commands. This skill knows every available command and the correct flags/arguments for each.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/c0ldsmi1e/payall-cliPayall CLI
A terminal tool for managing crypto debit cards funded with USDT and sending crypto on-chain. Run payall <command> from anywhere.
Setup
- Install:
npm install -g payall-cliorbun install -g payall-cli - Credentials: Stored encrypted at
~/.payall/
If payall is not found, install it first with the command above.
Auth Commands
Authentication uses EVM wallet private key signing. A single login call handles both registration (new wallets auto-register) and login for existing users.
payall auth login # Interactive login (prompts for private key)
payall auth login --save-key # Interactive login + save key for wallet commands
payall auth login --key <private_key> # Non-interactive login — key auto-saved (use this for agents)
payall auth login --invite XYZ # Include referral code (first-time only)
payall auth status # Show current session info
payall auth logout # Clear session, credentials, and saved key
The private key is signed locally and never sent to the server. When --key is passed, the key is automatically saved (AES-256-GCM encrypted) so subsequent wallet commands work without re-entering it.
All CLI requests include source: "payall-cli" automatically for backend analytics tracking.
Card Commands
Browsing (no auth required)
payall cards list # List all marketplace cards
payall cards list --search "bit" # Search by card name
payall cards list --sort general # Sort by: general, benefit, privacy, fees
payall cards list --sort-dir asc # Sort direction: asc, desc
payall cards list --skip-kyc # Only cards without KYC requirement
payall cards list --kyc-only # Only cards requiring KYC
payall cards info <card_id> # Full card details + fees
payall cards compare <id1> <id2> # Side-by-side comparison
payall cards fees # Fee quote (defaults to card 23, OPEN_CARD)
payall cards fees --card-id 39 # Fee quote for specific card
payall cards fees --type CARD_CHARGE # Types: OPEN_CARD, CARD_CHARGE, CARD_WITHDRAW
payall cards fees --type CARD_CHARGE --amount 100 # card_bin auto-resolved
payall cards fees --amount 100 # With specific amount
payall cards fees --currency EUR # With specific currency
payall cards fees --card-bin 44742000 # Explicit BIN override (optional)
User Cards (auth required)
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-c0ldsmi1e-payall-cli": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Llm Seo
Strategy to get recommended by ChatGPT, Claude, Perplexity, and Gemini. Use when someone wants help with LLM SEO, AI search optimization, AEO, or GEO.
Seo Plan
Creates a traditional SEO roadmap for early-stage startups. Use when someone wants help with SEO strategy, keyword research, or organic search growth.
Cold Outreach Marketing
Helps define ICP, draft cold emails and DMs, and plan outreach sequences for startup sales. Use when someone needs help with sales outreach, cold emails, or finding early customers.
Influencer Plan
Influencer and creator partnership strategy and outreach for startups. Use when someone wants help with influencer marketing, creator partnerships, or sponsored content.
User Research
Designs survey questions, interview scripts, and feedback loops for user research. Use when someone wants help with user research, customer interviews, surveys, or collecting user feedback.