bankofai-guide

bankofai-guide is a skill for Claude Code, Codex from BofAI/skills. It costs 32 tokens per session (921 once invoked), scanned A, original, MIT.

An onboarding guide for BANK OF AI skills that installs the Agent Wallet command-line tool and helps create or find a wallet.

In plain words
What is it for?
Use it after installing BANK OF AI skills, when creating or displaying an AgentWallet, or when deciding whether to deposit funds into an existing wallet.
Why use it?
Transfers and trading need a configured wallet, so the guide checks whether one exists and directs setup when it does not.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it after installing BANK OF AI skills, when creating or displaying an AgentWallet, or when deciding whether to deposit funds into an existing wallet.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bofai/skills/bankofai-guide
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BofAI/skills --skill bankofai-guide
Clone the repo
git clone --depth 1 https://github.com/BofAI/skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bankofai-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/bofai/skills/bankofai-guide/github.svg)](https://agentmods.dev/skills/bofai/skills/bankofai-guide)
Your own site
<a href="https://agentmods.dev/skills/bofai/skills/bankofai-guide"><img src="https://agentmods.dev/badge/skills/bofai/skills/bankofai-guide/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bankofai-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/bofai/skills/bankofai-guide"><img src="https://agentmods.dev/badge/skills/bofai/skills/bankofai-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 921 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 65
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium MCP Rug Pull · line 21
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium Rogue Agent · line 36
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00921
Opus 5 $0.00016 $0.00461
Sonnet 5 $0.00006 $0.00184
Haiku 4.5 $0.00003 $0.00092

Measured 3d ago against content hash 4885360a12d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

bankofai-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

bankofai-guide/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BankOfAI Guide Skill

This skill handles three onboarding flows. Jump directly to the relevant section based on context.


Section A — Post-Install Onboarding (Flow 1)

Trigger: User message mentions bankofai-guide onboarding, post-install setup, or equivalent request after running npx skills add BofAI/skills.

Steps:

  1. Announce that skills installation is complete.
  2. Run npm install -g @bankofai/agent-wallet to install the Agent Wallet CLI.
  3. Run agent-wallet list silently to check wallet state.
  4. Inform the user that a wallet is needed for transfers and trading, and ask whether they want to set one up now or later.
  5. User confirms → proceed to Section B.
  6. User skips → acknowledge and end.

Section B — Wallet Creation / Display (Flow 2)

Trigger: User requests to create an AgentWallet, jumped from Section A, or jumped from Section C.

Steps:

  1. Run agent-wallet list.

If wallets already exist

  1. Run agent-wallet resolve-address (omit wallet-id to use active wallet) to get EVM + TRON addresses.
  2. Display both addresses clearly.
  3. Ask the user whether they already have balance or need to deposit first:
    • No balance / unsure → guide the user to deposit USDT (TRC20) to the displayed address, and let them know they can come back for transfers or swaps after depositing.
    • Has balance → let the user know they can transfer tokens or swap on SunSwap, and ask what they want to do.

If no wallets exist

Present two options:

  • Quick setup (strongly recommended): fully automated, takes about 10 seconds
  • Detailed setup: step-by-step configuration (wallet type selection, custom password, etc.)
Quick setup path
  1. Locate the 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>.
  2. Run:
    agent-wallet start local_secure --override --save-runtime-secrets -g -w default_local_secure -p '<generated-password>'
    
  3. Run agent-wallet resolve-address default_local_secure -p '<generated-password>' to get the addresses.
  4. Display EVM and TRON addresses clearly. Note that the EVM address works across all EVM-compatible chains (Ethereum, BSC, Base, Polygon, Arbitrum, etc.).
  5. Show the generated password to the user. Explain that this password encrypts the wallet's private key stored locally — it is required to sign transactions, resolve addresses, or perform any wallet operation. Inform them that the password has been auto-saved to ~/.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.
  6. Guide the user to deposit USDT (TRC20) to the displayed address, and let them know they can come back for transfers or swaps after depositing.

Read the full file on GitHub · 85 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed 4885360a12d2
  2. 10d ago First seen · 85 lines · 32 tokens per session scan A 4fdc1da32827

Subscribe to this mod's changes

bankofai-guide is a skill published in the GitHub repository BofAI/skills (133 stars, last pushed 3d ago), licensed MIT. It adds 32 tokens to every session and 921 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

starkzap-sdk

Reference for integrating or maintaining applications built with keep-starknet-strange/starkzap, including StarkSDK setup, onboarding, wallet lifecycle, sponsored transactions, ERC20 flows, staking, and transaction builder usage.

keep-starknet-strange/starknet-agentic · 47 tokens

aomi-transact

Build natural-language crypto/DeFi agents and EVM MCP plugins (Claude Code, Cursor, Codex, Gemini). Aomi turns prompts into wallet-signed txs on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated. 40+ apps: Uniswap, Aave, Lido, Morpho, GMX, Hyperliquid, Polymarket.

sickn33/agentic-awesome-skills · 95 tokens

starknet-wallet

Create and manage Starknet wallets for AI agents. Transfer tokens, check balances, manage session keys, deploy accounts, and interact with smart contracts using native Account Abstraction.

keep-starknet-strange/starknet-agentic · 39 tokens

starknet-anonymous-wallet

Create an anonymous Starknet wallet via Typhoon and interact with Starknet contracts. Privacy-focused wallet creation for agents requiring anonymity.

keep-starknet-strange/starknet-agentic · 32 tokens

frontmcp-setup

Use when starting, scaffolding, or organizing a FrontMCP project. Covers creating a new project (CLI scaffold or manual) for Node, Vercel, and other targets; standalone versus Nx-monorepo layout, naming conventions, generators, and dependency rules; composing multiple @App classes, ESM packages, and remote MCP servers…

agentfront/frontmcp · 176 tokens

blockchain-web3

Use this skill when asked about web3 frontend development, ethers.js, viem, wagmi, web3.js, wallet integration (MetaMask, Phantom, WalletConnect), dApp architecture, RPC providers (Alchemy, Infura), and TypeScript blockchain SDKs. Language: TypeScript. Covers reading blockchain state, sending transactions, wallet…

j4flmao/agent-skills · 128 tokens