
Agentcash Onboarding
- 83 installs
- 16 repo stars
- Updated July 14, 2026
- merit-systems/agentcash-skills
Helps with ai & agent building tasks.
About
agentcash-onboarding is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- agentcash-onboarding
- AI & Agent Building
- AI-coding skill
Agentcash Onboarding by the numbers
- 83 all-time installs (skills.sh)
- +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #5,144 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/merit-systems/agentcash-skills --skill agentcash-onboardingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 83 |
|---|---|
| repo stars | ★ 16 |
| Last updated | July 14, 2026 |
| Repository | merit-systems/agentcash-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
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:
1. 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).
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:
npx agentcash@latest onboard <invite-code>Without invite code:
npx agentcash@latest onboardThis sets up the wallet and core integration. Without a code, the user will be prompted to open a link to add credits.
2. Check your balance
npx agentcash balanceShows total USDC balance. If balance is 0, direct the user to npx agentcash fund or https://agentcash.dev/onboard to get free credits. Only use npx agentcash accounts if the user needs deposit links or network-specific addresses.
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 discover <origin> - Making paid requests:
npx agentcash fetch <url> - Wallet: balance, fund, redeem, and deposit details
Support
- Homepage: https://agentcash.dev
- Deposit: User deposit links are shown in
npx agentcash accounts