Crypto Alert Aggregator
/install crypto-alert-aggregator
Crypto Alert Aggregator
Combines market data feeds with Twitter/social signals to detect trading opportunities and market sentiment shifts.
Features
- Real-time price and volume monitoring
- Twitter sentiment tracking
- Alert filtering and prioritization
- Multi-asset support
Usage
const aggregator = require('./crypto-alert-aggregator');
// Fetch alerts for specific assets
const alerts = await aggregator.getAlerts({
assets: ['BTC', 'ETH'],
minVolumeDelta: 0.2,
twitterSentimentThreshold: 0.7
});
// Stream live alerts
aggregator.streamAlerts((alert) => {
console.log(`[${alert.type}] ${alert.asset}: ${alert.message}`);
});
Configuration
Set environment variables:
CRYPTO_API_KEY: Market data API keyTWITTER_API_KEY: Twitter API credentialsALERT_WEBHOOK: Optional webhook for external notifications
Output Format
{
"timestamp": "2026-04-13T02:14:08Z",
"asset": "BTC",
"type": "volume_spike|price_move|sentiment_shift",
"value": 45000,
"change": 2.5,
"twitterMentions": 1250,
"sentiment": 0.82,
"confidence": 0.85
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-alert-aggregator - After installation, invoke the skill by name or use
/crypto-alert-aggregator - Provide required inputs per the skill's parameter spec and get structured output
What is Crypto Alert Aggregator?
Aggregates real-time crypto market data and Twitter signals into actionable alerts for traders and researchers. Use when you need to monitor price movements,... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Crypto Alert Aggregator?
Run "/install crypto-alert-aggregator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crypto Alert Aggregator free?
Yes, Crypto Alert Aggregator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Crypto Alert Aggregator support?
Crypto Alert Aggregator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crypto Alert Aggregator?
It is built and maintained by jackfeng0614-prog (@jackfeng0614-prog); the current version is v1.0.0.