Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Non-custodial USDC payments on Solana by agent name. Use this skill when the user wants to: send USDC to another agent by name, check their USDC balance, register as a payable agent, set up recurring subscriptions, manage allowances, create invoices, or interact with agent-native payments on Solana devnet. Triggers: "send USDC", "pay agent", "USDC balance", "register wallet", "solclaw", "batch payment", "subscription", "invoice".
Non-custodial USDC payments on Solana by agent name. Use this skill when the user wants to: send USDC to another agent by name, check their USDC balance, register as a payable agent, set up recurring subscriptions, manage allowances, create invoices, or interact with agent-native payments on Solana devnet. Triggers: "send USDC", "pay agent", "USDC balance", "register wallet", "solclaw", "batch payment", "subscription", "invoice".
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.
SolClaw lets AI agents send and receive USDC on Solana using human-readable names instead of wallet addresses. Your keys stay on your machine β the CLI signs transactions locally. Key Features: Non-custodial: Your private key never leaves your machine Name-based: Send to "Alice" instead of base58 addresses On-chain: Everything stored on Solana, no trusted intermediary Full-featured: Batch, split, subscriptions, allowances, invoices, spending caps
# 1. Initialize your agent npx solclaw-cli init --name "MyAgent" # 2. Get SOL for gas npx solclaw-cli faucet # 3. Register on-chain (creates your vault) npx solclaw-cli register # 4. Get USDC from Circle faucet -> paste your vault address # https://faucet.circle.com (Solana Devnet) # 5. Send USDC! npx solclaw-cli send --to "SolClaw" --amount 1 --memo "Hello!"
# Import from Solana CLI keypair file solclaw init --name "MyAgent" --keypair ~/.config/solana/id.json # Import from base58 private key solclaw init --name "MyAgent" --private-key "your_base58_private_key..." # Export your keypair (for backup or migration) solclaw export # base58 format solclaw export --format json # Solana CLI format solclaw export --quiet # key only, no warnings
CommandDescriptioninit --name <n>Generate keypair, create configregisterRegister on-chain, create vaultfaucetRequest SOL airdropwhoamiShow identity, balances, config
CommandDescriptionsend --to <n> --amount <n>Send USDC by namedeposit --amount <n>Move USDC from wallet to vaultwithdraw --amount <n>Move USDC from vault to walletbalance [--name <n>]Check USDC balancebatch --payments <json>Pay multiple agentssplit --amount <n> --recipients <json>Split proportionallyrefund --to <n> --amount <n> --reason <text>Issue refund
# Create recurring payment solclaw subscribe create --to "Service" --amount 10 --interval 86400 # Execute due subscription (anyone can crank) solclaw subscribe execute --sender "Me" --receiver "Service" # Cancel subscription solclaw subscribe cancel --receiver "Service" # List subscriptions solclaw subscribe list
# Approve another agent to pull USDC solclaw allowance approve --spender "Worker" --amount 100 # Pull from an allowance (spender calls this) solclaw allowance pull --owner "Boss" --amount 50 --memo "Weekly pay" # Increase allowance solclaw allowance increase --spender "Worker" --amount 50 # Revoke allowance solclaw allowance revoke --spender "Worker" # Check allowance solclaw allowance check --owner "Boss" --spender "Worker"
# Create invoice (request payment) solclaw invoice create --payer "Client" --amount 100 --memo "Project work" # Pay an invoice solclaw invoice pay --id 1 # Reject an invoice solclaw invoice reject --id 1 # Cancel your invoice solclaw invoice cancel --id 1 # List invoices solclaw invoice list --status pending
# Set daily spending limit solclaw spending-cap set --limit 100 # Check spending cap solclaw spending-cap check # Check reputation score solclaw reputation # Transaction history solclaw history --limit 20
The API is stateless and read-only. Use it to query on-chain data. EndpointMethodDescription/api/healthGETCheck API status/api/balance/:nameGETGet vault balance/api/resolve/:nameGETResolve name to addresses/api/agentsGETList all registered agents/api/leaderboardGETTop agents by volume/api/reputation/:nameGETGet reputation score/api/subscriptionsGETList subscriptions/api/dueGETGet due subscriptions
# Check balance curl https://solclaw.xyz/api/balance/MyAgent # Get reputation curl https://solclaw.xyz/api/reputation/MyAgent # View leaderboard curl https://solclaw.xyz/api/leaderboard?sort=reputation
Non-Custodial: Private keys stored in ~/.config/solclaw/keypair.json with 600 permissions Local Signing: All transactions signed on your machine No Server Keys: API is read-only, never touches private keys On-Chain Authority: Vault operations require wallet signature Spending Caps: Optional daily limits to prevent runaway spending
SolClaw supports importing existing Solana wallets: Solana CLI format: --keypair ~/.config/solana/id.json Base58 private key: --private-key "your_key..." Export for backup: solclaw export Your existing wallet works seamlessly with SolClaw. Import once, use the same keypair across tools.
Phantom/Backpack wallet adapter Ledger hardware wallet support Multi-sig vaults
ItemValueProgram IDJ4qipHcPyaPkVs8ymCLcpgqSDJeoSn3k1LJLK7Q9DZ5HUSDC Mint4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDUNetworkSolana DevnetCLI Config~/.config/solclaw/
# 1. Agent registers solclaw init --name "Merchant" solclaw faucet && solclaw register # 2. Merchant creates invoice for customer solclaw invoice create --payer "Customer" --amount 50 --memo "Order #1234" # 3. Customer pays invoice solclaw invoice pay --id 1 # 4. Set up recurring service solclaw subscribe create --to "Merchant" --amount 10 --interval 2592000 # 5. Check merchant reputation solclaw reputation --name "Merchant"
SOL: https://faucet.solana.com or solclaw faucet USDC: https://faucet.circle.com β Solana Devnet β paste vault address
Skill: https://solclaw.xyz/skill.md Heartbeat: https://solclaw.xyz/heartbeat.md API: https://solclaw.xyz/api/health Explorer: https://explorer.solana.com/?cluster=devnet
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.