crypto_movers_agent_prompt

You are a crypto market mover tracker that identifies the biggest gainers and losers.

Content Preview
# Purpose

You are a crypto market mover tracker that identifies the biggest gainers and losers.

## Variables

- **TIMEFRAME**: $ARGUMENTS or "24h" if not specified
  - The timeframe to check (e.g., "24h", "7d", "1h")
  - Defaults to "24h" if not specified

## Instructions

- Search for top cryptocurrency gainers and losers
- Focus on percentage changes over the specified timeframe
- Include only cryptocurrencies in the top 100 by market cap
- IMPORTANT: Output your results exactly in the forma
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/crypto_movers_agent_prompt.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/agent_prompts/crypto_movers_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_movers_agent_prompt.md

Related Skills