Agent skill
Bankr Dev - Market Research
This skill should be used when building market data displays, implementing price feeds, or adding technical analysis. Covers prices, market caps, technical analysis, sentiment, and trending tokens.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/bankr-market-research
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?