Skip to content
Skillv1.0.0

recharge-skill

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://rec

by BofAI(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from BofAI/skills (recharge-skill/SKILL.md). Install upstream with npx skills add BofAI/skills --skill recharge-skill. Copyright stays with the author.

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/bofai-skills-recharge-skill/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

bofai-skills-recharge-skill.ocm.jsonjson
{
  "ocm": "1",
  "id": "bofai-skills-recharge-skill",
  "kind": "skill",
  "name": "recharge-skill",
  "description": "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.",
  "publisher": "BofAI",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "data_analysis"
    ],
    "tags": [
      "skill-md",
      "bankofai",
      "balance",
      "orders",
      "recharge",
      "mcp",
      "usdt",
      "trc20",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/BofAI/skills",
      "path": "recharge-skill/SKILL.md",
      "ref": "44b76abdf321bf9ed2556d30880e6be22c13bdf0",
      "url": "https://github.com/BofAI/skills/blob/44b76abdf321bf9ed2556d30880e6be22c13bdf0/recharge-skill/SKILL.md",
      "key": "BofAI/skills/recharge-skill/SKILL.md"
    }
  },
  "instructions": "# Recharge Skill\n\nThis 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.\n\n## When To Use\n\nUse this skill for requests such as:\n\n- `recharge 1 usdt`\n- `recharge my BANK OF AI account with 1 usdt`\n- Chinese requests such as `给 BANK OF AI 充值 1 USDT`\n- Chinese requests such as `通过 https://recharge.bankofai.io/mcp 给 BANK OF AI 充值 1 usdt`\n- `check my BANK OF AI balance`\n- `list my BANK OF AI orders`\n\n## Scope\n\n- The BANK OF AI API key is managed by the local agent / skill.\n- Balance and order queries sho",
  "cost": {
    "context_tokens": 463
  }
}

Fetch it by URL: GET /api/v1/registry/bofai-skills-recharge-skill/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.