[REPLACE: SKILL_NAME]

Track daily CoinGecko prices and volumes, flag anomalies, and write dated markdown reports.

626|225|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon --skill replace-skill-name-aaronjmars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: [REPLACE: SKILL_NAME]
Source: https://github.com/aaronjmars/aeon/tree/main/templates/crypto-tracker
Command: npx skills add https://github.com/aaronjmars/aeon --skill replace-skill-name-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It eliminates manual checking of token price, volume, and sudden moves by automatically publishing a daily status update and raising alerts only when activity looks abnormal.

Core Features & Use Cases

  • Daily CoinGecko price & volume tracking: Fetches USD price, 24h change, and 24h volume for a configured token (optionally overridden by a CoinGecko ID).
  • Anomaly detection with guardrails: Flags unusual behavior using configurable thresholds based on 24h price movement and deviations versus the 7-day median volume.
  • Persistent logging and shareable reporting: Writes a dated article with current metrics, a short sparkline, and a clear verdict, while appending an entry to daily memory logs.

Quick Start

Ask the agent to run the crypto-tracker for your configured token symbol and alert threshold to generate today’s price report and notify you only if an anomaly is detected.

Frequently Asked Questions about [REPLACE: SKILL_NAME]

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily cryptocurrency price tracking and anomaly detection?

You can automate daily cryptocurrency price tracking by fetching USD price, 24h change, and volume from CoinGecko, then computing a 7-day median volume to flag anomalies based on configurable thresholds. This generates a daily markdown status report and sends alerts only when abnormal activity is detected.

What is volume spike detection and how does it work for crypto tokens?

Volume spike detection identifies unusual trading activity by comparing current 24h volume against a 7-day median volume baseline. It flags anomalies using relative volume deviation criteria combined with absolute 24h price-change thresholds to filter out normal market noise.

How do I set up scheduled reporting for crypto market movements?

Scheduled reporting for crypto market movements runs as a recurring unattended task that fetches daily token data, evaluates anomaly criteria, writes a dated markdown article with current metrics and a sparkline, and appends an entry to daily memory logs.

Can I track a specific cryptocurrency token using a CoinGecko ID?

Yes, you can track a specific cryptocurrency token by optionally overriding the default symbol with a CoinGecko ID via a var parameter. This ensures accurate price and volume tracking for tokens with shared or ambiguous ticker symbols.

What's the best way to get notified only when crypto prices move abnormally?

The best way to get notified only during abnormal crypto price movements is to use configurable thresholds for 24h price changes and volume deviations. Notifications are sent exclusively when the computed verdict is ANOMALY, preventing alert fatigue from normal fluctuations.

Do I need any API keys or dependencies for CoinGecko price tracking?

No external dependencies or API keys are required for basic CoinGecko price tracking. The Skill fetches public cryptocurrency data directly, computing 7-day median volume and generating markdown reports without needing additional packages or authentication setup.