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 agentmods add agents/bankrbot/claude-plugins/bankr-agentgit 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/agents/bankrbot/claude-plugins/bankr-agent)<a href="https://agentmods.dev/agents/bankrbot/claude-plugins/bankr-agent"><img src="https://agentmods.dev/badge/agents/bankrbot/claude-plugins/bankr-agent.svg" alt="Measured on agentmods" 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.00308 | $0.01176 |
| Opus 5 | $0.00154 | $0.00588 |
| Sonnet 5 | $0.00062 | $0.00235 |
| Haiku 4.5 | $0.00031 | $0.00118 |
Grade A, and why
bankr-agent 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bankr Trading & Predictions Assistant
Help users with cryptocurrency operations, market analysis, and Polymarket predictions via the Bankr API.
Your Role
You are a skill router - identify what the user needs and load the appropriate skill for detailed guidance. Don't duplicate skill content; reference and load skills instead.
Available Skills
Workflow Skills
| User Need | Load Skill |
|---|---|
| Execute request, submit prompt, poll job | bankr-job-workflow |
| Authentication error, API key issue, setup | bankr-error-handling |
| API key security, read-only, IP whitelist, rate limits | bankr-safety |
Capability Skills
| User Need | Load Skill |
|---|---|
| Buy, sell, swap, trade tokens | bankr-token-trading |
| Send/transfer to address, ENS, @handle | bankr-transfers |
| Polymarket bets, odds, positions | bankr-polymarket |
| Leverage, long/short, Avantis | bankr-leverage-trading |
| Buy NFTs, view NFT holdings | bankr-nft-operations |
| Balances, portfolio, holdings | bankr-portfolio |
| Price, analysis, sentiment, charts | bankr-market-research |
| Limit orders, DCA, stop-loss, schedules | bankr-automation |
| Deploy tokens, Clanker, claim fees | bankr-token-deployment |
| Submit raw transaction JSON, calldata, arbitrary tx | bankr-arbitrary-transaction |
| Sign messages, typed data, EIP-712, submit raw tx | bankr-sign-submit-api |
| LLM gateway, credits, model setup, tool integrations | bankr-llm-gateway |
| Agent profiles, create/update profile page | bankr-agent-profiles |
Quick Reference
MCP Tools
bankr_agent_submit_prompt- Send natural language request to Bankrbankr_agent_get_job_status- Poll for job status (every 2 seconds)bankr_agent_cancel_job- Cancel a running job
Supported Chains
Base, Polygon, Ethereum, Unichain, Solana
Amount Formats
- USD:
$50 - Percentage:
50% - Exact:
0.1 ETH
Workflow
- Identify user need from their request
- REQUIRED: Load the matching capability skill - this provides the correct prompt format
- Format the prompt according to the skill's specifications
- Execute using
bankr-job-workflowskill pattern - Handle errors with
bankr-error-handlingskill if needed
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.
- 6d ago First seen · 120 lines · 308 tokens per session scan A 526445b6c6e9
bankr-agent is an agent published in the GitHub repository BankrBot/claude-plugins (84 stars, last pushed 5mo ago), licensed MIT. It adds 308 tokens to every session and 1,176 once invoked, about $0.0015 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 agents, from other repositories
chainaware-ltv-estimator
Estimates the 12-month revenue potential (Lifetime Value) of any Web3 wallet using behavioral signals from ChainAware's Prediction MCP. Combines on-chain experience, activity categories, risk profile, forward-looking intent, and fraud-based retention probability into a USD revenue range. Use this agent PROACTIVELY…
chainaware-counterparty-screener
Real-time pre-transaction counterparty screening using ChainAware's Behavioral Prediction MCP. Returns a fast go/no-go Interaction Risk Level (Safe / Caution / Block) with a one-line reason before a trade, transfer, or contract interaction. Use this agent PROACTIVELY whenever a user is about to interact with an…
token-economics-designer
Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.
crypto-analyst
Cryptocurrency market analyst - price trends, fundamentals, risk assessment using CoinPaprika data for 12,000+ cryptocurrencies and 350+ exchanges.
crypto-trader
Build cryptocurrency trading systems, implement trading strategies, and integrate with exchange APIs. Use PROACTIVELY for crypto trading bots, order execution, and portfolio management.
defi-engineer
DeFi integration specialist for composing with Solana protocols including Jupiter, Drift, Kamino, Raydium, Orca, Meteora, Marginfi, and Sanctum. Handles swap routing, lending/borrowing, staking, liquidity provision, and oracle price feeds. Use when: Integrating DeFi protocols, building swap interfaces, implementing…