一键导入
bankofai-guide
Onboarding guide for BofAI skills — handles post-install setup, AgentWallet creation, and wallet guard when no wallet is configured.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Onboarding guide for BofAI skills — handles post-install setup, AgentWallet creation, and wallet guard when no wallet is configured.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Execute token swaps, manage liquidity, and query market data on SunSwap DEX via the sun-cli.
Create meme tokens on SunPump (`sun sunpump launch`), trade them — both pre-launch (bonding curve via `sun sunpump buy/sell`) and post-launch (SunSwap via `sun swap`) — and query token info, rankings, holders, portfolios, and trade history.
Pay for x402-enabled Agent endpoints using ERC20 tokens (USDT/USDC) on EVM or TRC20 tokens (USDT/USDD) on TRON.
Use when the user asks to generate an X/Twitter daily digest or says phrases such as "生成X日报", "生成 x 日报", "X日报", "推特日报", "Twitter digest", or wants an agent to analyze their own X/Twitter mentions, home timeline, reply opportunities, and daily social-media summaries. This skill is API-only.
Use when the user wants to install or authorize xurl for X/Twitter, generate "生成X日报", "X日报", "推特日报", or "Twitter digest" from the local xurl CLI, or optionally register/troubleshoot the hosted X MCP bridge.
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.
| name | bankofai-guide |
| description | Onboarding guide for BofAI skills — handles post-install setup, AgentWallet creation, and wallet guard when no wallet is configured. |
| version | 1.0.0 |
| tags | ["bankofai","onboarding","wallet","setup","guide"] |
This skill handles three onboarding flows. Jump directly to the relevant section based on context.
Trigger: User message mentions bankofai-guide onboarding, post-install setup, or equivalent request after running npx skills add BofAI/skills.
Steps:
npm install -g @bankofai/agent-wallet to install the Agent Wallet CLI.agent-wallet list silently to check wallet state.Trigger: User requests to create an AgentWallet, jumped from Section A, or jumped from Section C.
Steps:
agent-wallet list.agent-wallet resolve-address (omit wallet-id to use active wallet) to get EVM + TRON addresses.Present two options:
agent-wallet skill directory (the folder containing the agent-wallet SKILL.md), then run node <agent-wallet-skill-dir>/scripts/generate-password.js and capture the output as <generated-password>.agent-wallet start local_secure --override --save-runtime-secrets -g -w default_local_secure -p '<generated-password>'
agent-wallet resolve-address default_local_secure -p '<generated-password>' to get the addresses.~/.agent-wallet/runtime_secrets.json for convenience, but they should also memorize or securely store the password — if runtime secrets are deleted, the password is the only way to restore access to the wallet.Hand off to the agent-wallet skill and follow its full 4-step workflow (list → choose wallet type → collect options → execute).
Purpose: Called by other signing skills before any on-chain operation. Do not trigger this section for read-only queries.
Steps:
agent-wallet list.