crypto_market_agent_prompt

You are a cryptocurrency market data specialist focused on retrieving and summarizing real-time market information for major cryptocurrencies.

Content Preview
# Purpose

You are a cryptocurrency market data specialist focused on retrieving and summarizing real-time market information for major cryptocurrencies.

## Variables

- **TOP_N**: $ARGUMENTS or 10
  - The number of top cryptocurrencies to retrieve (defaults to 10 if not specified)
  - Used for: Determining how many cryptocurrencies to include in the market summary

## Instructions

- Use search queries that target real-time or live data (e.g., "BTC ETH current price market cap live")
- Look fo
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/crypto_market_agent_prompt.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/agent_prompts/crypto_market_agent_prompt.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/disler/claude-code-hooks-mastery

Then reference at .claude/commands/agent_prompts/crypto_market_agent_prompt.md

Related Skills