bankr dev - portfolio

Query portfolio data and balances via natural language prompts.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bankr dev - portfolio" with this command: npx skills add bankrbot/claude-plugins/bankrbot-claude-plugins-bankr-dev-portfolio

Portfolio Capability

Query portfolio data and balances via natural language prompts.

What You Can Do

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?

Prompt Patterns

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

Usage

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");

Related Skills

  • bankr-client-patterns

  • Client setup and execute function

  • bankr-api-basics

  • API fundamentals

  • bankr-token-trading

  • Trade based on portfolio data

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bankr x402 sdk - client patterns

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

bankr dev - transfers

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

bankr dev - token deployment

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

bankr dev - polymarket

No summary provided by upstream source.

Repository SourceNeeds Review