Token Alert

Monitor tracked token prices and volumes for anomalies via notify alerts.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill token-alert-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Token Alert
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/token-alert
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill token-alert-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token price and volume anomalies for tracked tokens are monitored automatically, delivering timely alerts to keep portfolios safe and informed.

Core Features & Use Cases

  • Automatic anomaly detection for price and 24h volume across configured tokens.
  • Threshold-driven alerts read from memory/MEMORY.md and delivered via notify when triggered.
  • Historical context logs to memory/logs for trend analysis and recovery.

Quick Start

Configure the Tracked Tokens in memory/MEMORY.md, then run the Token Alert skill to begin monitoring.

Frequently Asked Questions about Token Alert

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

FAQPage Schema
How do I monitor crypto token prices and volumes for anomalies?

You can monitor crypto token anomalies by configuring a tracked token list in memory/MEMORY.md. The skill fetches current price and 24h volume data via a free API, compares it against historical logs in memory/logs, and sends alerts when thresholds are breached.

How do I configure crypto alerts for a specific portfolio of tokens?

To configure crypto alerts, define your tracked tokens and their thresholds in memory/MEMORY.md. Running the skill reads this configuration to monitor price and volume anomalies and delivers notifications through the notify mechanism when triggered.

Do I need an API key to detect crypto price anomalies?

An API key is not required to detect crypto price anomalies. The skill fetches current token price and volume data using a free API, though optional API keys can be configured to enhance data retrieval for ongoing portfolio monitoring.

What is the best way to log historical crypto volume data for trend analysis?

The best way to log historical crypto volume data is to let the skill autonomously write records to memory/logs. This stores historical context for tracked tokens, enabling trend analysis and recovery monitoring for your portfolio.

Can I use this skill for ongoing crypto portfolio monitoring without manual checks?

Yes, this skill is designed for ongoing crypto portfolio monitoring without manual checks. It autonomously reads tracked tokens from MEMORY.md, compares live data against historical logs, and triggers threshold-driven alerts automatically.

Why are my crypto token alerts not triggering when prices change?

Crypto token alerts may not trigger if the thresholds in memory/MEMORY.md are not properly configured or the historical logs in memory/logs lack sufficient baseline data. Ensure tracked tokens are defined and the API connection is active.