Crypto Market Analysis
Use this skill when the user asks about cryptocurrencies, crypto trading pairs, real-time digital asset quotes, historical crypto prices, batch crypto snapshots, crypto market caps, trading volume, 24-hour moves, technical context, or crypto news.
Workflow
- Use
octagon_crypto_data_research for cryptocurrency questions. Do not scrape exchange pages or call unrelated crypto APIs before using the Octagon tool.
- Prefer standard pair notation such as
BTCUSD, ETHUSD, SOLUSD, ADABTC, or MATICUSD.
- Include exact dates for historical OHLCV or news searches.
- Put requested fields in
metrics, for example quote, batch snapshot, historical chart, volume, market cap, 24h change, rank, technical indicators, or news.
- Use
outputFormat: "brief" for quote checks and outputFormat: "research_note" for market context, news, or comparative analysis.
- State the crypto pairs, date range, and metrics used in the final answer. If a requested field is unavailable, say so plainly.
Output Pattern
Prefer concise answers with:
- Current price or historical window.
- Price movement, volume, market cap, and range context when available.
- News or sentiment context when requested.
- Caveats about pair notation, data freshness, and unavailable fields.
The Octagon crypto agent supports crypto lists, historical end-of-day prices, real-time quotes, batch live snapshots, crypto news search, trading volume, market capitalization, and price movement analysis.
1---2name: crypto-market-analysis3description: Analyze cryptocurrency quotes, historical prices, batch snapshots, market caps, trading volumes, price movement, and crypto news using Octagon crypto data.4---56# Crypto Market Analysis78Use this skill when the user asks about cryptocurrencies, crypto trading pairs, real-time digital asset quotes, historical crypto prices, batch crypto snapshots, crypto market caps, trading volume, 24-hour moves, technical context, or crypto news.910## Workflow11121. Use `octagon_crypto_data_research` for cryptocurrency questions. Do not scrape exchange pages or call unrelated crypto APIs before using the Octagon tool.132. Prefer standard pair notation such as `BTCUSD`, `ETHUSD`, `SOLUSD`, `ADABTC`, or `MATICUSD`.143. Include exact dates for historical OHLCV or news searches.154. Put requested fields in `metrics`, for example `quote`, `batch snapshot`, `historical chart`, `volume`, `market cap`, `24h change`, `rank`, `technical indicators`, or `news`.165. Use `outputFormat: "brief"` for quote checks and `outputFormat: "research_note"` for market context, news, or comparative analysis.176. State the crypto pairs, date range, and metrics used in the final answer. If a requested field is unavailable, say so plainly.1819## Output Pattern2021Prefer concise answers with:22231. Current price or historical window.242. Price movement, volume, market cap, and range context when available.253. News or sentiment context when requested.264. Caveats about pair notation, data freshness, and unavailable fields.2728The Octagon crypto agent supports crypto lists, historical end-of-day prices, real-time quotes, batch live snapshots, crypto news search, trading volume, market capitalization, and price movement analysis.