agentcash-onboarding
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAgentCash Onboarding
AgentCash 配置引导
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.
AgentCash 让你的AI Agent能够通过x402微支付,按调用次数访问付费API。本skill将引导你完成一次性配置流程:钱包、可选邀请额度以及核心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 so they get free credits as part of setup.
npx agentcash@latest onboard <code> - If no invite code: run . This installs the core skill and prompts the user to open a link to get credits (for example deposit or redeem later).
npx agentcash@latest onboard
- If the user provided an invite code: run
After that, the user can check balance with , open the funding flow with , inspect funding addresses only when needed with , or redeem an invite code later with .
npx agentcash balancenpx agentcash fundnpx agentcash accountsnpx agentcash redeem <code>当用户想要配置或启用AgentCash时:
- 运行配置命令 — 可带或不带邀请码:
- 若用户提供了邀请码:运行 ,这样用户在配置过程中就能获得免费额度。
npx agentcash@latest onboard <code> - 若无邀请码:运行 。这将安装核心skill,并提示用户打开一个链接来获取额度(例如后续进行充值或兑换)。
npx agentcash@latest onboard
- 若用户提供了邀请码:运行
完成上述步骤后,用户可通过 查看余额,通过 启动充值流程,仅在需要时通过 查看充值地址,或后续通过 兑换邀请码。
npx agentcash balancenpx agentcash fundnpx agentcash accountsnpx agentcash redeem <code>Quick Start
快速开始
1. Run onboard (with or without invite code)
1. 运行配置命令(可带或不带邀请码)
With invite code:
bash
npx agentcash@latest onboard <invite-code>Without invite code:
bash
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.
带邀请码:
bash
npx agentcash@latest onboard <invite-code>不带邀请码:
bash
npx agentcash@latest onboard这将完成钱包和核心集成的配置。若未使用邀请码,系统会提示用户打开一个链接来添加额度。
2. Check your balance
2. 查看余额
bash
npx agentcash balanceShows total USDC balance. If balance is 0, direct the user to or https://agentcash.dev/onboard to get free credits. Only use if the user needs deposit links or network-specific addresses.
npx agentcash fundnpx agentcash accountsbash
npx agentcash balance显示USDC总余额。若余额为0,引导用户运行 或访问https://agentcash.dev/onboard 获取免费额度。仅当用户需要充值链接或特定网络地址时,才使用 。
npx agentcash fundnpx agentcash accountsTriggers
触发场景
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
当用户提及以下需求时,使用本skill:
- 配置AgentCash、启用AgentCash或开始使用AgentCash
- 需要先完成初始配置,才能通过AgentCash使用付费API
- 安装或添加AgentCash skill
- 在配置过程中使用邀请码获取额度
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
配置完成后,请查阅agentcash(核心)skill以了解:
- 发现端点:
npx agentcash discover <origin> - 发起付费请求:
npx agentcash fetch <url> - 钱包相关:余额、充值、兑换及充值详情
Support
支持
- Homepage: https://agentcash.dev
- Deposit: User deposit links are shown in
npx agentcash accounts
- 官网:https://agentcash.dev
- 充值:用户充值链接可在 中查看
npx agentcash accounts