silkyway
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.
Why use this skill?
Enable secure, cancellable stablecoin payments on Solana for your AI agents. Manage escrow, automate settlements, and track transactions with the SilkyWay CLI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/silostack/silkywayWhat This Skill Does
SilkyWay is a powerful on-chain banking and payment protocol built specifically for the Solana blockchain. It enables AI agents and human users to handle stablecoin transactions with built-in security features like cancellable escrow. By utilizing on-chain accounts, the skill facilitates non-custodial financial operations, allowing for policy-enforced spending limits and automated payouts. Whether you are managing recurring agent settlements, paying vendors, or building complex agent-to-agent economies, SilkyWay ensures transparency and control through its robust CLI-based interface.
Installation
To integrate SilkyWay into your development environment, ensure you have Node.js 18 or higher installed. Run the following command in your terminal:
npm install -g @silkysquad/silk
Once installed, initialize your agent wallet using silk init. This creates a configuration file in your home directory (~/.config/silk/config.json) where your agent ID and wallet information are managed securely. For OpenClaw users, you can also install via the ecosystem manager: clawhub install openclaw/skills/skills/silostack/silkyway.
Use Cases
- Agent-to-Human Payments: Send USDC to non-technical users via unique claim URLs, allowing them to settle funds directly through their own wallets.
- Automated Settlement: Program your AI agent to trigger payments upon completion of tasks or milestones, with the ability to cancel escrowed funds if terms are not met.
- Agent Governance: Utilize policy-enforced spending limits to ensure your AI agent operates within a set budget while delegating payment authority.
- Cross-Agent Economy: Easily manage contacts through the built-in address book to facilitate recurring transactions between trusted AI entities.
Example Prompts
- "SilkyWay, send 50 USDC to Alice for the completed research project and generate a claim link."
- "Check my current wallet balance on devnet and list all pending transfers I have sent to my contacts."
- "Cancel the payment sent to Bob yesterday because the deliverables were not uploaded to the repository."
Tips & Limitations
- Safety: Always verify your cluster configuration (
silk config get-cluster) before sending real USDC to avoid confusion between devnet test tokens and mainnet assets. - Efficiency: Use the contact book (
silk contacts add) to map complex Solana addresses to simple, human-readable names for faster interactions. - Liquidity: Ensure your wallet is sufficiently funded with SOL, as every on-chain transaction requires native Solana tokens for network gas fees.
- Scope: This skill is strictly for Solana-based transactions; it cannot facilitate cross-chain bridges or non-EVM compatible blockchain payments.
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-silostack-silkyway": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api