Loading...
Loading...
Compare original and translation side by side
@circle-fin/clicircle@circle-fin/clicirclewhich circle || command -v circle
circle --version # also surfaces any update notice from Circle's servernpm install -g @circle-fin/cliwhich circle || command -v circle
circle --version # 同时显示Circle服务器推送的更新通知npm install -g @circle-fin/cli--help--help--helpcircle --help # top-level command list
circle <command> --help # verbs available under a command group
circle <command> <verb> --help # flags, examples, and output format for a specific verbcircle --help # all top-level commands (wallet, bridge, services, ...)
circle wallet --help # all verbs under `wallet`
circle services pay --help # flags and examples for `circle services pay`
circle bridge transfer --help # flags and output shape for cross-chain bridging--help--helpcircle --help # 顶级命令列表
circle <command> --help # 命令组下可用的动词
circle <command> <verb> --help # 特定动词的标志、示例和输出格式circle --help # 所有顶级命令(wallet、bridge、services等)
circle wallet --help # `wallet`下的所有动词
circle services pay --help # `circle services pay`的标志和示例
circle bridge transfer --help # 跨链桥接的标志和输出格式--help| Command | What it does |
|---|---|
| Create a Circle-managed agent wallet on supported EVM chains |
| Email + OTP authentication for the agent wallet (two-step |
| List wallets (filter by |
| Show token balances for a wallet on a chain |
| Send USDC (or another supported token) from this wallet to another address on the same chain |
| Open a fiat on-ramp or render a deposit QR code so the user can fund the wallet |
| View and change spending policy (mainnet only; set/reset require human OTP) |
| Execute a smart contract function (any chain Circle supports) |
| Manage Circle CLI Terms of Use acceptance (gates wallet commands; never accept on the user's behalf without consent) |
| 命令 | 功能 |
|---|---|
| 在支持的EVM链上创建由Circle托管的Agent钱包 |
| Agent钱包的邮箱+OTP认证(为非交互式Agent设计的两步 |
| 列出钱包(可通过 |
| 显示钱包在某条链上的代币余额 |
| 从当前钱包向同链上的其他地址发送USDC(或其他支持的代币) |
| 打开法币充值通道或生成存款二维码,方便用户为钱包充值 |
| 查看和修改支出策略(仅主网可用;设置/重置需人工OTP验证) |
| 执行智能合约函数(Circle支持的所有链均可) |
| 管理Circle CLI服务条款的接受状态(会限制钱包相关命令;未经用户同意,绝不能代用户接受条款) |
| Command | What it does |
|---|---|
| Bridge USDC to another blockchain via CCTP (~8–20s on fast chains, longer on slow chains) |
| Check progress of a bridge transfer |
| Show CCTP fee schedule |
| Move on-chain USDC into Circle Gateway for nanopayments (eco lands on Polygon ~50-60s for $0.03; direct stays on source chain) |
| Show Gateway / Nanopayments balance per chain |
| Move Gateway balance back to a wallet (same-chain only in v1) |
| 命令 | 功能 |
|---|---|
| 通过CCTP将USDC跨链至其他区块链(快速链约8-20秒,慢速链耗时更长) |
| 查看跨链桥接转账的进度 |
| 显示CCTP费用标准 |
| 将链上USDC转入Circle Gateway用于小额支付(生态链存入Polygon约50-60秒,费用0.03美元;直接存入则保留在原链) |
| 显示各链上Gateway/小额支付的余额 |
| 将Gateway余额转回钱包(v1版本仅支持同链操作) |
| Command | What it does |
|---|---|
| Search the x402 paid-API marketplace by keyword |
| Inspect a paid endpoint — pricing, schema, supported chains, payment scheme |
| Make a paid HTTP request with automatic x402 payment in USDC |
| 命令 | 功能 |
|---|---|
| 通过关键词搜索x402付费API市场 |
| 查看付费端点详情——定价、schema、支持的链、支付方案 |
| 自动以USDC完成x402支付并发起付费HTTP请求 |
| Command | What it does |
|---|---|
| Show Circle contract addresses (USDC token, Gateway, etc.) per chain |
| Read-only ABI query against any deployed contract |
| Execute a write call against any contract (state-changing transaction) |
| 命令 | 功能 |
|---|---|
| 显示各链上Circle合约的地址(USDC代币、Gateway等) |
| 对已部署合约进行只读ABI查询 |
| 对合约执行写入调用(会改变链上状态的交易) |
| Command | What it does |
|---|---|
| Show transaction history for a wallet on a chain |
| Cancel a pending transaction (replace-by-nonce) |
| Speed up a pending transaction (replace-with-higher-gas) |
| 命令 | 功能 |
|---|---|
| 显示钱包在某条链上的交易历史 |
| 取消待处理交易(通过替换nonce实现) |
| 加速待处理交易(通过提高Gas费实现) |
| Command | What it does |
|---|---|
| List supported blockchains with their public RPC defaults |
| Inspect or set per-chain RPC overrides |
| Discover and install Circle skills from the |
<command> --help| 命令 | 功能 |
|---|---|
| 列出支持的区块链及其默认公共RPC节点 |
| 查看或设置各链的RPC节点覆盖配置 |
| 发现并安装 |
<command> --help| User intent | Skill to use |
|---|---|
| "Set up Circle / log in / create an agent wallet" | |
| "Pay for a service / call a paid API / use the x402 marketplace" | |
| "Fund my wallet / add USDC / deposit into Gateway" | |
| "Set / change spending limits / view current caps" | |
| "Bridge USDC to another chain (CLI)" | This skill — |
| "Execute a smart contract / read a contract" | This skill — |
| "Manage transactions / cancel a pending tx" | This skill — |
| "Build with Circle SDKs in an app" | One of the SDK-flavored |
pay-via-agent-walletfund-agent-walletallowed-tools<command> --help| 用户意图 | 使用的技能 |
|---|---|
| "设置Circle/登录/创建Agent钱包" | |
| "支付服务费用/调用付费API/使用x402市场" | |
| "为钱包充值/添加USDC/存入Gateway" | |
| "设置/修改支出限额/查看当前上限" | |
| "将USDC跨链至其他链(CLI)" | 本技能—— |
| "执行智能合约/读取合约数据" | 本技能——写入操作使用 |
| "管理交易/取消待处理交易" | 本技能—— |
| "在应用中使用Circle SDK开发" | 某款SDK专属的 |
pay-via-agent-walletfund-agent-walletallowed-tools<command> --helpcircle bridge --helpcircle bridge transfer --helpcircle contract query --helpcircle wallet execute --help--helpcircle bridge --helpcircle bridge transfer --helpcircle contract query --helpcircle wallet execute --help--help<command> --help--output json--chaincircle wallet listcircle wallet balancecircle wallet transfercircle bridge transfercircle gateway *circle contract *circle transaction *circle blockchain listCIRCLE_ACCEPT_TERMS=1circle terms show --init --output jsoncircle terms acceptcircle wallet loginwallet balanceservices search<command> --help--output jsoncircle wallet listcircle wallet balancecircle wallet transfercircle bridge transfercircle gateway *circle contract *circle transaction *--chaincircle blockchain listCIRCLE_ACCEPT_TERMS=1circle terms show --init --output jsoncircle terms acceptcircle wallet loginwallet balanceservices searchundefinedundefinedskillsskills
These commands are idempotent (re-running is safe). But `npm install -g`, `circle skill update`, and `npx skills update` all mutate the user's system — ask the user before running any of them, don't run them unprompted.
这些命令是幂等的(重复运行安全)。但`npm install -g`、`circle skill update`和`npx skills update`都会修改用户系统——运行前请询问用户,不要未经提示直接运行。@circle-fin/cli@circle-fin/cliuse-agent-walletcircle wallet statuscircle wallet logincircle wallet createpay-via-agent-walletcircle services search/inspect/payfund-agent-walletagent-wallet-policyuse-usdcuse-gatewaybridge-stablecoinswap-tokensuse-circle-walletsuse-developer-controlled-walletsuse-user-controlled-walletsuse-modular-walletsuse-smart-contract-platformuse-arc@circlefin/app-kit@circlefin/bridge-kit@circle-fin/developer-controlled-walletsuse-agent-walletcircle wallet statuscircle wallet logincircle wallet createpay-via-agent-walletcircle services search/inspect/payfund-agent-walletagent-wallet-policyuse-usdcuse-gatewaybridge-stablecoinswap-tokensuse-circle-walletsuse-developer-controlled-walletsuse-user-controlled-walletsuse-modular-walletsuse-smart-contract-platformuse-arc@circlefin/app-kit@circlefin/bridge-kit@circle-fin/developer-controlled-wallets