crypto-research
Scannednpx machina-cli add skill Microck/ordinary-claude-skills/crypto-research --openclawCryptocurrency Research Skill
This skill provides comprehensive cryptocurrency research by orchestrating multiple specialized AI agents that analyze different aspects of the crypto market in parallel.
When to Use
Invoke this skill when the user:
- Mentions cryptocurrency analysis or research
- Names specific cryptocurrencies (BTC, ETH, SOL, etc.)
- Asks about crypto market conditions
- Wants investment analysis or opportunities
- Needs technical or fundamental analysis of crypto assets
- Requests macro correlation analysis
- Asks about crypto news or sentiment
Capabilities
Multi-Agent Research System
Coordinates 4-12 specialized agents running in parallel:
- Market Agent: Overall market conditions and trends
- Coin Analyzer: Deep dive on specific cryptocurrencies
- Macro Correlation Scanner: Relationships with traditional markets
- Investment Plays Agent: Opportunity identification
- News Scanner: Recent developments and sentiment
- Price Check: Real-time price and volume data
- Movers Agent: Biggest gainers and losers
Research Modes
- Comprehensive Mode: All agents (12 total) across 3 model types (haiku, sonnet, opus)
- Lightweight Mode: Haiku agents only (4 agents) for quick analysis
- Output-Only Mode: Silent execution with file output only
Output Organization
Research results are saved in timestamped directories:
outputs/
└── YYYY-MM-DD_HH-MM-SS/
├── crypto_market/
├── crypto_analysis/
├── crypto_macro/
├── crypto_plays/
└── crypto_news/
How It Works
1. Mode Selection
Based on user request or context:
- Quick question: Use lightweight mode (4 haiku agents)
- Comprehensive research: Use full mode (12 agents)
- Background analysis: Use output-only mode
2. Agent Orchestration
- Run
datecommand to get timestamp - Create output directory structure using
scripts/setup-output-dir.sh - Launch agents in parallel using Task tool
- Each agent writes results to designated file
- Present summary with file locations
3. Agent Coordination
Agents are defined in agent-prompts/ directory:
coin-analyzer.md- Receives ticker symbol parametermarket-agent.md- General market analysismacro-correlation-scanner.md- Correlation analysisinvestment-plays.md- Investment opportunitiesnews-scanner.md- News aggregationprice-check.md- Current pricing datamovers.md- Top movers analysis
Each agent prompt includes:
- Purpose and specialization
- Data gathering instructions (5+ tools)
- Output format requirements
- Timestamp and timezone handling
Workflows
Quick Research (Default)
See workflows/lightweight.md for implementation details.
When: User asks quick question about crypto Agents: 4 haiku agents Duration: ~30-60 seconds
Comprehensive Research
See workflows/comprehensive.md for implementation details.
When: User needs deep analysis or multiple perspectives Agents: 12 agents (haiku, sonnet, opus variations) Duration: ~2-5 minutes
Silent Research
See workflows/output-only.md for implementation details.
When: Background research or automated workflows Agents: Configurable Output: Files only, no interactive output
Usage Examples
Example 1: Specific Coin Analysis
User: "What's happening with Bitcoin?"
Action: Launch lightweight mode with BTC as ticker
Agents: 4 haiku agents analyzing Bitcoin specifically
Output: Quick analysis in ~30 seconds
Example 2: Market Overview
User: "How are crypto markets doing today?"
Action: Launch market-focused agents
Agents: Market agent + movers + macro correlation
Output: Market overview with key movers
Example 3: Investment Research
User: "I'm looking for good crypto investment opportunities"
Action: Launch comprehensive mode
Agents: All 12 agents for multi-perspective analysis
Output: Comprehensive report with opportunities
Agent Parameters
TICKER Variable
Coin analyzer agents accept a ticker symbol:
- Default: "BTC" if not specified
- Examples: BTC, ETH, SOL, ADA, DOT, AVAX, etc.
- Used by: coin-analyzer agents (haiku, sonnet, opus)
Model Selection
- Haiku: Fast, cost-effective, good for quick analysis
- Sonnet: Balanced, default for most research
- Opus: Deep analysis, best quality, slower and more expensive
Error Handling
If agents fail or timeout:
- Check agent output files for partial results
- Retry failed agents individually
- Report which agents completed successfully
- Provide path to output directory for user inspection
Best Practices
- Start with Lightweight: Use haiku mode for initial questions
- Upgrade to Comprehensive: When deeper analysis needed
- Specify Tickers: Be explicit about which cryptocurrencies to analyze
- Check Timestamps: Results include generation time for data freshness
- Review All Outputs: Different agents may catch different insights
Progressive Disclosure
For detailed information, see:
reference/agent-design.md- How agents are structuredreference/usage-guide.md- Detailed usage instructionsworkflows/*.md- Specific workflow implementations
Version History
- v1.0.0 (2025-01): Initial skill creation from command refactoring
Source
git clone https://github.com/Microck/ordinary-claude-skills/blob/main/skills_all/crypto-research/SKILL.mdView on GitHub Overview
Crypto-research orchestrates multiple specialized AI agents to analyze different aspects of the crypto market in parallel. It combines market data, price trends, sentiment, and macro signals to surface actionable investment opportunities. It’s designed for researchers, traders, and analysts evaluating assets from Bitcoin to Solana and beyond.
How This Skill Works
It selects a mode (lightweight, comprehensive, or output-only) based on user needs. It orchestrates 4-12 agents running in parallel (market, coin analyzer, macro scanner, news, price, movers, etc.), writing results to designated files, and presenting a concise summary with file locations.
When to Use It
- When the user asks for cryptocurrency analysis or research
- When specific coins (BTC, ETH, SOL, etc.) are mentioned
- When the user requests market conditions or sentiment analysis
- When investment opportunities or in-depth technical/fundamental analysis are needed
- When macro correlations with traditional markets are relevant
Quick Start
- Step 1: Specify coins or tickers of interest and choose a mode (lightweight, comprehensive, or output-only)
- Step 2: Run the skill to launch 4-12 AI agents and generate timestamped outputs
- Step 3: Review the summary and open the outputs/YYYY-MM-DD_HH-MM-SS/ directories for details
Best Practices
- Choose the appropriate mode: lightweight for quick questions, comprehensive for deep analysis, or output-only for background runs
- Run agents in parallel (market, coin analyzer, macro scanner, news, etc.) to speed insights
- Use the timestamped outputs directory to organize results: outputs/YYYY-MM-DD_HH-MM-SS/ with subfolders
- Validate findings by cross-checking coin-level signals with macro indicators
- Summarize results with file locations and key takeaways for decision-making
Example Use Cases
- Bitcoin price pullback analysis with macro correlations to equities and bonds
- ETH demand drivers, DeFi activity, and Layer-2 usage impact on price
- Solana network activity trends and largest movers in price
- Cross-asset investment plays identifying opportunities across DeFi, web3, and infrastructure tokens
- News sentiment shifts around crypto regulation and their market impact