‹ 首页

recharge-skill

@bofai · 收录于 5 天前 · 上游提交 1 周前

BANK OF AI account query and recharge skill. Use for requests like 'recharge 1 usdt', '给 BANK OF AI 充值 1 USDT', or to query BANK OF AI balance/orders. Recharge uses the remote MCP endpoint https://recharge.bankofai.io/mcp with the single `recharge` tool.

适合你,如果你需要管理 BANK OF AI 账户的充值与余额查询

/ 通过 npx 安装 校验哈希
npx oh-my-skill add bofai/skills/recharge-skill
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- bofai/skills/recharge-skill
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify bofai/skills/recharge-skill
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
88GitHub stars
~559最小装载
~1.9K含声明引用
~2.5K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 39919d1 · 表述以原文为准
它做什么

装上后,Claude 能处理 BANK OF AI 账户的余额查询、订单列表和充值请求。充值通过远程 MCP 端点进行,支持 USDT(TRC20)代币。

什么时候触发

当你说出“recharge 1 usdt”、“给 BANK OF AI 充值 1 USDT”等关键词,或要求查询余额/订单时触发。

装好后可以这样说
发起充值 1 USDT。
查询账户余额。
列出订单记录。
技能原文 SKILL.md作者撰写 · MIT · 39919d1

Recharge Skill

This skill owns the local BANK OF AI account query layer and the remote BANK OF AI recharge flow. The server must not store the user's account API key.

When To Use

Use this skill for requests such as:

  • recharge 1 usdt
  • recharge my BANK OF AI account with 1 usdt
  • Chinese requests such as 给 BANK OF AI 充值 1 USDT
  • Chinese requests such as 通过 https://recharge.bankofai.io/mcp 给 BANK OF AI 充值 1 usdt
  • check my BANK OF AI balance
  • list my BANK OF AI orders
Scope
  • The BANK OF AI API key is managed by the local agent / skill.
  • Balance and order queries should call BANK OF AI directly from local scripts.
  • Recharge and payment flows should use the remote MCP endpoint https://recharge.bankofai.io/mcp.
  • Use the MCP tool recharge for all supported recharge routes such as USDT.
  • Do not use native TRX recharge flows from this skill.
  • If the requested token is not a supported TRC20 token, return the server validation error to the user.
Recharge Flow

For a request like recharge 1 usdt, use the remote MCP endpoint directly and call:

  • recharge(amount="1", token="USDT")

Return the settlement status, transaction hash, token, and amount to the user after the MCP call completes.

Local Configuration

This skill is configured for BANK OF AI production.

Resolution order:

  1. CLI arguments
  2. Environment variables
  3. bankofai-config.json
  4. ~/.bankofai/config.json
  5. ~/.mcporter/bankofai-config.json

See bankofai-config.example.json for an example.

Supported fields:

  • api_key
  • base_url
  • timeout_ms

Recommended production value:

  • base_url = https://chat.ainft.com
Available Scripts
  • node scripts/check_balance.js --format json
  • Query the user's point balance with api_key
  • node scripts/check_orders.js --format json
  • Query order.listOrders
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。