mcpbeat Sign in

Crypto Research Skill for Claude

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.

2k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
320
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Microck/ordinary-claude-skills --skill crypto-research

What comes with it

867 bytes besides the instruction
metadata.json

What it tells the agent to use

found in the instruction text
WebFetch fetches pages from the network
WebSearch reads your files
Task spawns other agents

The instruction itself

22 sections, as written by the author

Cryptocurrency 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 date command 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 parameter
  • market-agent.md - General market analysis
  • macro-correlation-scanner.md - Correlation analysis
  • investment-plays.md - Investment opportunities
  • news-scanner.md - News aggregation
  • price-check.md - Current pricing data
  • movers.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 structured
  • reference/usage-guide.md - Detailed usage instructions
  • workflows/*.md - Specific workflow implementations

Version History

  • v1.0.0 (2025-01): Initial skill creation from command refactoring

Other skills for the same job

different authors, same section of the catalogue
Equity Research
by anthropics
vendor

Generate comprehensive equity research snapshots combining analyst consensus estimates, company fundamentals, historical prices, and macroeconomic context. Use when researching stocks, comparing estimates to actuals, analyzing company financials, assessing equity valuations, or building investment cases.

934 tokens
Idea Generation
by anthropics
vendor

Systematic stock screening and investment idea sourcing. Combines quantitative screens, thematic research, and pattern recognition to surface new long and short ideas. Use when looking for new ideas, running screens, or conducting thematic sweeps. Triggers on "idea generation", "stock screen", "find ideas", "what looks interesting", "screen for", "new ideas", or "pitch me something".

963 tokens
Crypto Protocol Diagram
by trailofbits

Extracts protocol message flow from source code, RFCs, academic papers, pseudocode, informal prose, ProVerif (.pv), or Tamarin (.spthy) models and generates Mermaid sequenceDiagrams with cryptographic annotations. Use when diagramming a crypto protocol, visualizing a handshake or key exchange flow, extracting message flow from a spec or RFC, diagramming a ProVerif or Tamarin model, or drawing sequence diagrams for TLS, Noise, Signal, X3DH, Double Ratchet, FROST, DH, or ECDH protocols.

18k tokens scripts
Finance Sentiment
by himself65

> Fetch structured stock sentiment across Reddit, X.com, news, and Polymarket using the Adanos Finance API. Use this skill whenever the user asks how much people are talking about a stock, how hot a ticker is on social platforms, how many Polymarket bets exist for a company, whether sources are aligned, or "social sentiment on TSLA", "how hot is NVDA on X.com", "how many Reddit mentions does AAPL have", "compare sentiment on AMD vs NVDA", "how many Polymarket bets on Microsoft", "is Reddit aligned with X on META", "stock buzz", "bullish percentage", and any mention of cross-source stock sentiment research. This skill is READ-ONLY and does not place trades or modify anything.

2k tokens
Twitter Reader
by himself65

> Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. "who follows", "look up @user", "what's trending about", "market sentiment on Twitter", "what are people saying about AAPL", "recent tweets from @elonmusk", "show me @user's posts", "fintwit", any mention of Twitter/X in context of reading financial news or market research. This skill is READ-ONLY — it does NOT support posting, liking, retweeting, or any write operations.

6k tokens
Gibraltar Law Osint Philip Vasquez
by lawve-ai

A jurisdiction-grounding reference file for AI assistants working on Gibraltar legal, regulatory, and compliance research. Corrects systematic errors AI models make when applying English law to Gibraltar — a distinct jurisdiction under the Gibraltar Constitution Order 2006, with its own court hierarchy, civil procedure rules, employment law, and regulatory framework. Covers the source hierarchy, court structure, civil procedure divergences (14-day deemed service, post-Jackson reforms not adopted), employment law specifics (uncapped discrimination awards, 5-employee redundancy threshold), FSC financial services regulation, AML/KYC compliance sources, Gibraltar Companies Act 2014 with UBO public register, and a structured directory of official public record sources. Includes research profiles for lawyers, compliance professionals, and due diligence practitioners. Not legal advice.

12k tokens
Researchers Financial
by bitwize-music-studio

Researches SEC filings, earnings calls, analyst reports, and market data. Use when the album subject involves financial crimes, corporate stories, or market events.

3k tokens
Helium MCP
by lingxling

Connect to Helium's MCP server for news research, media bias analysis, balanced perspectives, stock/options data, and semantic meme search across 3.2M+ articles and 5,000+ sources

2k tokens

How to use it

Copy the folder

Take microck/crypto-research from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.