bankofai-guide

Orchestrate AgentWallet setup and address resolution for BANK OF AI skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves onboarding friction for BANK OF AI skills by guiding users through Agent Wallet creation and preventing signing skills from failing when no wallet is configured.

Core Features & Use Cases

  • Post-install onboarding: Helps after running npx skills add by installing Agent Wallet CLI and checking wallet state.
  • Wallet creation and address discovery: Creates a wallet (quick or detailed), then resolves and displays EVM and TRON addresses.
  • Wallet guard for signing skills: Ensures signing skills prompt users to configure a wallet before attempting any on-chain operation.
  • Use Case: A user installs BANK OF AI skills and then tries a signing action; bankofai-guide detects the missing wallet, walks them through setup, and returns them to the original operation safely.

Quick Start

Ask an AI agent to "Set up my Agent Wallet for BANK OF AI skills and show my EVM and TRON addresses."

Frequently Asked Questions about bankofai-guide

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

FAQPage Schema
How do I set up an Agent Wallet for on-chain operations?

Agent Wallet setup is orchestrated through a post-install onboarding flow that installs the Agent Wallet CLI, creates your wallet, and resolves EVM and TRON addresses to prevent signing operations from failing.

Why do my signing actions fail when no wallet is configured?

Signing actions fail without a configured wallet because a pre-flight wallet guard checks for valid address resolution. It stops the operation and prompts you to complete wallet setup before retrying the on-chain transaction safely.

Can I generate both EVM and TRON addresses during wallet creation?

Yes, wallet creation resolves and displays both EVM and TRON addresses. Whether you choose a quick or detailed creation path, the address resolution process ensures you receive both address types for your operations.

Do I need to install Agent Wallet CLI before using BANK OF AI skills?

You need the Agent Wallet CLI installed to use BANK OF AI signing skills. The onboarding flow handles CLI installation automatically and checks your wallet state after you run the initial skills add command.

What is the wallet guard pre-flight check for signing skills?

The wallet guard is a pre-flight gating mechanism that ensures signing skills prompt you to configure a wallet before attempting on-chain operations. It coordinates flow control to either continue or stop with a wallet-setup prompt.

How do I resolve wallet addresses after creating a new wallet?

Wallet address resolution is triggered after creation by invoking the resolve-address function, which displays your EVM and TRON addresses. This verifies your wallet is ready for signing operations.