microck/crypto-research
Comprehensive cryptocurrency market research and analysis using specialized AI agents. Analyzes market data, price trends, news sentiment, technical indicators, macro correlations, and investment opportunities. Use when researching cryptocurrencies, analyzing crypto markets, evaluating digital assets, or investigating blockchain projects like Bitcoin, Ethereum, Solana, etc.
npx skills add https://github.com/Microck/ordinary-claude-skills --skill crypto-research
This skill provides comprehensive cryptocurrency research by orchestrating multiple specialized AI agents that analyze different aspects of the crypto market in parallel.
Invoke this skill when the user:
Coordinates 4-12 specialized agents running in parallel:
Research results are saved in timestamped directories:
outputs/
└── YYYY-MM-DD_HH-MM-SS/
├── crypto_market/
├── crypto_analysis/
├── crypto_macro/
├── crypto_plays/
└── crypto_news/
Based on user request or context:
date command to get timestampscripts/setup-output-dir.shAgents 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 analysisEach agent prompt includes:
See workflows/lightweight.md for implementation details.
When: User asks quick question about crypto
Agents: 4 haiku agents
Duration: ~30-60 seconds
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
See workflows/output-only.md for implementation details.
When: Background research or automated workflows
Agents: Configurable
Output: Files only, no interactive output
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
Coin analyzer agents accept a ticker symbol:
If agents fail or timeout:
For detailed information, see:
reference/agent-design.md - How agents are structuredreference/usage-guide.md - Detailed usage instructionsworkflows/*.md - Specific workflow implementationsTake microck/crypto-research from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.