One-click install
npx skills add https://github.com/anajuliabit/aeon --skill crypto-tracker-anajuliabit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crypto-tracker
Source: https://github.com/anajuliabit/aeon/tree/main/templates/crypto-tracker
Command: npx skills add https://github.com/anajuliabit/aeon --skill crypto-tracker-anajuliabit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual effort of checking token price, volume, and unusual movements by automatically publishing a daily report and only notifying you when significant anomalies occur.

Core Features & Use Cases

  • Daily price/volume fetch from CoinGecko: Pulls current USD price, 24h change, and 24h volume for a configured token, supporting an optional override via CoinGecko ID.
  • Anomaly detection with guardrails: Flags movements when 24h price change exceeds a configured threshold or when volume spikes well above the 7-day median.
  • Automated reporting + logging: Writes a dated article and appends a structured entry to daily memory logs for trend review.

What problem does it solve?

It helps teams and individuals monitor a specific crypto asset reliably without having to repeatedly check dashboards or manually compare against recent history.

Quick Start

Use the crypto-tracker skill to track your configured token daily and notify you only when an anomaly threshold is exceeded.

Frequently Asked Questions about crypto-tracker

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

FAQPage Schema
How do I automate daily crypto price monitoring and anomaly detection?

Automated crypto price monitoring fetches daily USD price, 24h change, and volume from CoinGecko, compares values against a 7-day median, and triggers alerts only when movement exceeds configured anomaly thresholds. It writes structured logs for trend review without manual dashboard checks.

What's the best way to set up scheduled market alerts for crypto token price changes?

Scheduled market alerts for crypto tokens work by polling CoinGecko API data on a recurring schedule, parsing 7-day price memory for median baselines, and applying threshold-based rules to detect volume spikes or unusual price movements, notifying you only when significant anomalies occur.

Does crypto anomaly detection require a paid CoinGecko API key?

Crypto anomaly detection does not require a paid CoinGecko API key. The Skill fetches token price, 24h change, and 24h volume using the standard CoinGecko API, with optional support for a pro-key override to fetch data for specific CoinGecko assets by ID.

How does volume spike detection work for cryptocurrency time series logs?

Volume spike detection for cryptocurrency time series logs works by fetching the 24h volume from CoinGecko, parsing prior 7-day memory entries to calculate a median baseline, and flagging an anomaly when current volume significantly exceeds that median threshold.

Can I track a specific CoinGecko asset by ID instead of token name?

You can track a specific CoinGecko asset by providing an optional CoinGecko ID override during configuration. This ensures the daily price fetch, anomaly detection, and structured logging target the exact cryptocurrency asset you intend to monitor.

What are the limitations of using threshold-based rules for crypto market alerts?

Threshold-based crypto market alerts are limited by their reliance on a 7-day median baseline for anomaly detection. They may not capture slow trend reversals or contextual market shifts outside of sudden 24h price change or volume spike thresholds, requiring deterministic log reviews for broader analysis.