agentcash-onboarding
Installation
SKILL.md
AgentCash Onboarding
AgentCash gives your AI agent pay-per-call access to premium APIs via x402 micropayments. This skill guides you through a one-time setup: wallet, optional invite credits, and the core AgentCash skill.
Onboarding Flow
When the user wants to set up or onboard into AgentCash:
- Run onboard — With or without an invite code:
- If the user provided an invite code: run
npx agentcash@latest onboard <code>so they get free credits as part of setup. - If no invite code: run
npx agentcash@latest onboard. This installs the core skill and prompts the user to open a link to get credits (for example deposit or redeem later).
- If the user provided an invite code: run
After that, the user can check balance with npx agentcash balance, open the funding flow with npx agentcash fund, inspect funding addresses only when needed with npx agentcash accounts, or redeem an invite code later with npx agentcash redeem <code>.
Quick Start
1. Run onboard (with or without invite code)
With invite code:
Related skills