This skill should be used when building portfolio dashboards, implementing balance checking, or adding multi-chain holdings views. Covers balances, holdings, and valuations across chains.
Queries crypto portfolio balances, holdings, and valuations across multiple blockchains via natural language prompts.
npx claudepluginhub bankrbot/claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Query portfolio data and balances via natural language prompts.
| Operation | Example Prompt |
|---|---|
| Total portfolio | Show my portfolio |
| Total balance | What's my total balance? |
| All holdings | List all my crypto holdings |
| Wallet value | How much is my wallet worth? |
| Chain balance | Show my Base balance |
| Chain holdings | What tokens do I have on Polygon? |
| Token balance | How much ETH do I have? |
| Token across chains | Show my USDC on all chains |
| Largest holding | What's my largest holding? |
| Token location | Where do I have the most ETH? |
Show my portfolio
What's my total balance?
Show my {chain} balance
How much {token} do I have?
Show my {token} on all chains
What tokens do I have on {chain}?
Supported chains: Base, Polygon, Ethereum, Unichain, Solana
import { execute } from "./bankr-client";
// Full portfolio
await execute("Show my portfolio");
// Chain-specific
await execute("Show my Base balance");
// Token-specific
await execute("How much ETH do I have?");
// Token across chains
await execute("Show my USDC on all chains");
bankr-client-patterns - Client setup and execute functionbankr-api-basics - API fundamentalsbankr-token-trading - Trade based on portfolio dataActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.