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.
npx skills add BankrBot/claude-plugins --skill bankr-market-researchgit clone --depth 1 https://github.com/BankrBot/claude-pluginsWrote 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.
[](https://agentmods.dev/skills/bankrbot/claude-plugins/bankr-market-research)<a href="https://agentmods.dev/skills/bankrbot/claude-plugins/bankr-market-research"><img src="https://agentmods.dev/badge/skills/bankrbot/claude-plugins/bankr-market-research/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.
<a href="https://agentmods.dev/skills/bankrbot/claude-plugins/bankr-market-research"><img src="https://agentmods.dev/badge/skills/bankrbot/claude-plugins/bankr-market-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.00526 |
| Opus 5 | $0.00021 | $0.00263 |
| Sonnet 5 | $0.00008 | $0.00105 |
| Haiku 4.5 | $0.00004 | $0.00053 |
Grade A, and why
Bankr Dev - Market Research 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 12d 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.
What it actually says
Market Research Capability
Query market data and analysis via natural language prompts.
What You Can Do
| 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 |
Prompt Patterns
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)
Usage
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?");
Related Skills
bankr-client-patterns- Client setup and execute functionbankr-api-basics- API fundamentalsbankr-token-trading- Execute trades based on research
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.
- 12d ago First seen · 72 lines · 42 tokens per session scan A 0f47c81e1cdf
Bankr Dev - Market Research is a skill published in the GitHub repository BankrBot/claude-plugins (85 stars, last pushed 5mo ago), licensed MIT. It adds 42 tokens to every session and 526 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.
Other skills, from other repositories
bridge
Cross-chain token transfers using Wormhole and CCTP.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…