Token Alert

Monitor token prices and volumes to detect anomalies and trigger alerts.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill token-alert-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Token Alert
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/token-alert
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill token-alert-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token price and volume anomalies can indicate unusual market activity that requires timely alerts.

Core Features & Use Cases

  • Reads Tracked Tokens from memory/MEMORY.md and monitors prices and volume changes.
  • Alerts when price change exceeds thresholds or volume spikes occur.
  • Sends notifications via the notify function and logs results to memory/logs for audit.

Quick Start

Add a Tracked Tokens table to memory/MEMORY.md and run the Token Alert skill to start monitoring price and volume anomalies.

Frequently Asked Questions about Token Alert

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

FAQPage Schema
How do I set up crypto token price and volume monitoring for multiple assets?

To set up crypto token monitoring, define your tracked tokens in a memory/MEMORY.md table. The skill reads this file, fetches live market data, and compares current prices and volumes against historical logs to detect anomalies.

What are crypto price and volume spikes and how do alert thresholds work?

Crypto price and volume spikes are sudden market anomalies that exceed predefined alert thresholds. The skill monitors live token data, triggers instant notifications when changes surpass your configured thresholds, and writes daily price snapshots to memory logs.

Can I track crypto volume anomalies and price changes without writing custom scripts?

Yes, you can track crypto volume anomalies without custom scripts by adding tokens to the memory/MEMORY.md file. The skill automatically fetches live data, compares it against historical logs, and sends notifications via the built-in notify function.

What is the best way to get instant alerts for unusual token market activity?

The best way to get instant alerts for unusual token market activity is to use an automated monitoring workflow that checks live data against historical price and volume logs, triggering notifications when thresholds are breached.

Does the token alert monitoring workflow require external dependencies or API keys?

No external dependencies are required for the token alert monitoring workflow. It relies entirely on internal memory files to track tokens, fetch live data, compare historical logs, and trigger notifications.