agentcash
Installation
SKILL.md
AgentCash — Paid API Access
Call any x402-protected API with automatic wallet authentication and payment. No API keys or subscriptions required.
Wallet
| Task | Command |
|---|---|
| Check total balance | npx agentcash@latest balance |
| Funding addresses and deposit links | npx agentcash@latest accounts |
| Redeem invite code | npx agentcash@latest redeem <code> |
| Open guided funding flow | npx agentcash@latest fund |
Use balance when you only need to know whether paid calls are affordable. Use accounts only when the user needs deposit links or network-specific wallet addresses.
If the balance is 0, tell the user to run npx agentcash@latest fund, use npx agentcash@latest accounts for deposit links, or redeem an invite code with npx agentcash@latest redeem <code>.