agentcash-onboarding
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 (e.g. deposit or redeem later).
- If the user provided an invite code: run
After that, the user can check balance with npx agentcash@latest wallet info, deposit USDC (Base or Solana), or redeem an invite code later with npx agentcash@latest wallet redeem <code>.
Quick Start
1. Run onboard (with or without invite code)
With invite code:
npx agentcash@latest onboard <invite-code>
Without invite code:
npx agentcash@latest onboard
This sets up the wallet and core integration. Without a code, the user will be prompted to open a link to add credits (deposit or redeem).
2. Check your balance
npx agentcash@latest wallet info
Shows wallet address, USDC balance, and deposit link. If balance is 0, direct the user to https://agentcash.dev/onboard to get free credits.
Triggers
Use this skill when the user says they want to:
- Set up AgentCash, onboard, or get started with AgentCash
- Use paid APIs with AgentCash and need initial setup
- Install or add the AgentCash skill
- Use an invite code to get credits during setup
After Onboarding
Once onboarding is done, read the agentcash (core) skill for:
- Discovering endpoints:
npx agentcash@latest discover <origin> - Making paid requests:
npx agentcash@latest fetch <url> - Wallet: balance, redeem, deposit (see core skill or
npx agentcash@latest wallet info)
Support
- Homepage: https://agentcash.dev
- Deposit: User’s deposit link is shown in
npx agentcash@latest wallet info