recharge-skill

Query BANK OF AI balances and execute USDT recharges via remote MCP.

91|14|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/BofAI/skills --skill recharge-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recharge-skill
Source: https://github.com/BofAI/skills/tree/main/recharge-skill
Command: npx skills add https://github.com/BofAI/skills --skill recharge-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Recharge-skill removes the friction of checking BANK OF AI points/orders and performing account recharges by routing recharge actions through the required remote MCP endpoint.

Core Features & Use Cases

  • Account Balance & Orders Lookup: Fetches user points balance and lists order history locally via the provided scripts, supporting prompts like “check my BANK OF AI balance” and “list my BANK OF AI orders”.
  • Remote Recharge Execution via MCP: Executes recharge requests such as “recharge 1 usdt” and Chinese variants by calling the MCP tool recharge at https://recharge.bankofai.io/mcp and returns settlement status, tx hash, token, and amount.
  • Safety Guardrails: Avoids using native TRX recharge flows and enforces token handling by returning validation errors when the token is unsupported.

Quick Start

Ask your agent: recharge 1 USDT for BANK OF AI and return the settlement status and transaction hash.

Frequently Asked Questions about recharge-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my BANK OF AI points balance and order history?

You can check your BANK OF AI points balance and order history by prompting your AI agent with queries like “check my BANK OF AI balance” or “list my BANK OF AI orders”, which trigger local scripts to fetch the data.

How do I recharge USDT to my BANK OF AI account using an AI agent?

To recharge USDT to your BANK OF AI account, instruct your AI agent with a prompt like “recharge 1 USDT”. The recharge request is executed securely through the remote MCP endpoint at https://recharge.bankofai.io/mcp using the TRC20 token network.

What transaction details are returned after a USDT recharge request?

After a USDT recharge request, the MCP tool returns the settlement status, transaction hash, token type, and amount. This provides verifiable confirmation of your TRC20 token recharge directly through the AI agent interface.

Does the BANK OF AI recharge skill support tokens other than TRC20 USDT?

The BANK OF AI recharge skill enforces token handling safety guardrails and currently processes recharge requests via TRC20 tokens. Submitting an unsupported token will result in a validation error to prevent incorrect transactions.

Can I use native TRX to recharge my BANK OF AI account balance?

No, you cannot use native TRX flows to recharge your BANK OF AI account. The skill explicitly avoids native TRX recharge paths and enforces TRC20 token handling exclusively through the designated remote MCP recharge endpoint.

What configuration is required to run BANK OF AI balance queries locally?

Running BANK OF AI balance queries locally requires a valid YAML skill frontmatter entry containing the name and description fields. The skill then uses local scripts and local configuration resolution to fetch your points balance and order history.