recharge-skill
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 usdtrecharge 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 balancelist 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
rechargefor all supported recharge routes such asUSDT. - Do not use native
TRXrecharge 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:
- CLI arguments
- Environment variables
bankofai-config.json~/.bankofai/config.json~/.mcporter/bankofai-config.json
See bankofai-config.example.json for an example.
Supported fields:
api_keybase_urltimeout_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
- Query the user's point balance with
node scripts/check_orders.js --format json- Query
order.listOrders
- Query
More from bofai/skills
x402-payment
Pay for x402-enabled Agent endpoints using ERC20 tokens (USDT/USDC) on EVM or TRC20 tokens (USDT/USDD) on TRON.
80tronscan data lookup
Query TRON blockchain data via the TronScan API — accounts, transactions, tokens, blocks, contracts, transfers, and chain statistics.
79sunswap dex trading
Execute token swaps, manage liquidity, and query market data on SunSwap DEX via the sun-cli.
77sunperp perpetual futures trading
Trade USDT-margined perpetual futures on SunPerp (TRON) — place orders, manage positions, query market data, and manage account via REST API.
76multi-sig & account permissions
Manage TRON multi-sig permissions — configure keys, thresholds, and co-signed proposals.
73trc20 token toolkit
Universal TRC20 token operations — transfer, approve, query balances, and fetch metadata.
68