Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Agent banking and payments on Solana. Send and receive stablecoins with cancellable escrow transfers. Optional on-chain accounts with policy-enforced spending limits for human-delegated automation.
Agent banking and payments on Solana. Send and receive stablecoins — non-custodial, on-chain.
npm install -g @silkysquad/silk
Requires Node.js 18+.
# 1. Initialize (creates wallet and agent ID)
silk init
# 2. Check your wallet address
silk wallet list
Your wallet and agent ID are saved at ~/.config/silk/config.json. Your private key never leaves your machine. silk init is idempotent — safe to run multiple times.
Default cluster is mainnet-beta (real USDC). Switch to devnet for testing with free tokens.
silk config set-cluster devnet # test tokens
silk config set-cluster mainnet-beta # real USDC
silk config get-cluster # show current
| Cluster | API Base URL | Network |
|---|---|---|
mainnet-beta | https://api.silkyway.ai | Mainnet (real USDC) |
devnet | https://devnet-api.silkyway.ai | Devnet (test USDC) |
On devnet, use the faucet — it gives you 0.1 SOL (for transaction fees) + 100 USDC:
silk config set-cluster devnet
silk wallet fund
silk balance
npx skills add LeoYeAI/openclaw-master-skills --skill silkHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.