Help us improve
Share bugs, ideas, or general feedback.
From bankr-agent-dev
Queries cryptocurrency prices, market caps, volumes, holder counts, technical analysis (RSI, price action), sentiment, social mentions, charts, trending tokens, gainers/losers, and comparisons via natural language prompts.
npx claudepluginhub bankrbot/claude-plugins --plugin bankr-agent-devHow this skill is triggered — by the user, by Claude, or both
Slash command
/bankr-agent-dev:bankr-market-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query market data and analysis via natural language prompts.
Researches crypto tokens with price/market data, technical indicators (RSI, MACD, moving averages), social sentiment, charts, and trending lists across Base, Polygon, Ethereum, Solana, Unichain.
Searches tokens by name/symbol, retrieves market data, generates trading briefs, and evaluates risk via liquidity, volume, and wallet analysis. For crypto token research and price checks.
Provides token-level on-chain data: search, trending/hot tokens, liquidity pools, holder distribution, risk metadata, trade feed, top profit addresses, price info, and holder cluster analysis. Also handles Market API payment/quota questions.
Share bugs, ideas, or general feedback.
Query market data and analysis via natural language prompts.
| Operation | Example Prompt |
|---|---|
| Token price | What's the price of ETH? |
| Market data | Show me BTC market data |
| Market cap | What's the market cap of SOL? |
| 24h volume | What's the 24h volume for ETH? |
| Holder count | How many holders does BNKR have? |
| Technical analysis | Do technical analysis on BTC |
| RSI | What's the RSI for ETH? |
| Price action | Analyze SOL price action |
| Sentiment | What's the sentiment on ETH? |
| Social mentions | Check social mentions for DOGE |
| Price chart | Show ETH price chart |
| Chart with period | Show BTC price chart for 30d |
| Trending tokens | What tokens are trending today? |
| Top gainers | Show top gainers today |
| Top losers | Show top losers today |
| Trending by chain | What's trending on Base? |
| Compare tokens | Compare ETH vs SOL |
What's the price of {token}?
Show me {token} market data
Do technical analysis on {token}
What's the sentiment on {token}?
Show {token} price chart [for {period}]
What tokens are trending today?
Compare {token1} vs {token2}
Chart periods: 1d, 7d, 30d, 90d, 1y
Supported chains: All chains (data aggregated from multiple sources)
import { execute } from "./bankr-client";
// Price check
await execute("What's the price of ETH?");
// Technical analysis
await execute("Do technical analysis on BTC");
// Sentiment
await execute("What's the sentiment on SOL?");
// Trending
await execute("What tokens are trending today?");
bankr-client-patterns - Client setup and execute functionbankr-api-basics - API fundamentalsbankr-token-trading - Execute trades based on research