agentcash-onboarding

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

AgentCash 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:
  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>
.
当用户想要配置或启用AgentCash时:
  1. 运行配置命令 — 可带或不带邀请码:
    • 若用户提供了邀请码:运行
      npx agentcash@latest onboard <code>
      ,这样用户在配置过程中就能获得免费额度。
    • 若无邀请码:运行
      npx agentcash@latest onboard
      。这将安装核心skill,并提示用户打开一个链接来获取额度(例如后续进行充值或兑换)。
完成上述步骤后,用户可通过
npx agentcash balance
查看余额,通过
npx agentcash fund
启动充值流程,仅在需要时通过
npx agentcash accounts
查看充值地址,或后续通过
npx 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 onboard
This 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 balance
Shows 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.
bash
npx agentcash balance
显示USDC总余额。若余额为0,引导用户运行
npx agentcash fund
或访问https://agentcash.dev/onboard 获取免费额度。仅当用户需要充值链接或特定网络地址时,才使用
npx agentcash accounts

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
当用户提及以下需求时,使用本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

支持