Bankr Dev - Market Research

Bankr Dev - Market Research is a skill for Claude Code from BankrBot/claude-plugins. It costs 42 tokens per session (526 once invoked), scanned A, original, MIT.

A guide for collecting and interpreting cryptocurrency market information through natural-language requests. It covers prices, market capitalisation, trading volume, holders, charts, trends, technical indicators, sentiment, and token comparisons.

In plain words
What is it for?
Use it to build price feeds, market-data displays, token comparison tools, charts, technical-analysis views, sentiment queries, and trending-token features.
Why use it?
It removes the need to design separate request patterns for each common market-data question. It helps developers structure features that display current token information and analysis.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the bankr-agent-dev plugin — 16 skills, 1 command shipped together

Good fit Use it to build price feeds, market-data displays, token comparison tools, charts, technical-analysis views, sentiment queries, and trending-token features.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bankrbot/claude-plugins/bankr-market-research
Install

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.

Any agent
npx skills add BankrBot/claude-plugins --skill bankr-market-research
Clone the repo
git clone --depth 1 https://github.com/BankrBot/claude-plugins

Made for: Claude Code.

Or install bankr-agent-dev, the plugin that ships this one along with the rest of its 16 skills, 1 command.

Wrote 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.

agentmods badge for Bankr Dev - Market Research

README.md
[![agentmods](https://agentmods.dev/badge/skills/bankrbot/claude-plugins/bankr-market-research/github.svg)](https://agentmods.dev/skills/bankrbot/claude-plugins/bankr-market-research)
Your own site
<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.

agentmods 80×15 button for Bankr Dev - Market Research

Your own site · 80×15
<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>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 526 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 0f47c81e1cdf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

bankr-agent-dev/skills/bankr-market-research/SKILL.md · 72 lines

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?");
  • bankr-client-patterns - Client setup and execute function
  • bankr-api-basics - API fundamentals
  • bankr-token-trading - Execute trades based on research
Changes

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.

  1. 12d ago First seen · 72 lines · 42 tokens per session scan A 0f47c81e1cdf

Subscribe to this mod's changes

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.