bankr-dev---market-research by bankrbot/claude-plugins
npx skills add https://github.com/bankrbot/claude-plugins --skill 'Bankr Dev - Market Research'通过自然语言提示查询市场数据和分析。
| 操作 | 示例提示 |
|---|---|
| 代币价格 | What's the price of ETH? |
| 市场数据 | Show me BTC market data |
| 市值 | What's the market cap of SOL? |
| 24小时交易量 | What's the 24h volume for ETH? |
| 持有者数量 | How many holders does BNKR have? |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 技术分析 | Do technical analysis on BTC |
| RSI指标 | What's the RSI for ETH? |
| 价格走势 | Analyze SOL price action |
| 市场情绪 | What's the sentiment on ETH? |
| 社交媒体提及 | Check social mentions for DOGE |
| 价格图表 | Show ETH price chart |
| 指定周期图表 | Show BTC price chart for 30d |
| 热门代币 | What tokens are trending today? |
| 涨幅榜 | Show top gainers today |
| 跌幅榜 | Show top losers today |
| 链上热门趋势 | What's trending on Base? |
| 代币对比 | 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}
图表周期: 1d, 7d, 30d, 90d, 1y
支持链: 所有链(数据聚合自多个来源)
import { execute } from "./bankr-client";
// 价格查询
await execute("What's the price of ETH?");
// 技术分析
await execute("Do technical analysis on BTC");
// 市场情绪
await execute("What's the sentiment on SOL?");
// 热门趋势
await execute("What tokens are trending today?");
bankr-client-patterns - 客户端设置与执行函数bankr-api-basics - API 基础bankr-token-trading - 基于研究的交易执行每周安装量
0
代码仓库
GitHub 星标数
70
首次出现
Jan 1, 1970
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 researchWeekly Installs
0
Repository
GitHub Stars
70
First Seen
Jan 1, 1970
Excel财务建模规范与xlsx文件处理指南:专业格式、零错误公式与数据分析
42,000 周安装