← Back to Skills Marketplace
jackfeng0614-prog

Crypto Alert Aggregator

by jackfeng0614-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-alert-aggregator
Description
Aggregates real-time crypto market data and Twitter signals into actionable alerts for traders and researchers. Use when you need to monitor price movements,...
README (SKILL.md)

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 key
  • TWITTER_API_KEY: Twitter API credentials
  • ALERT_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
}
Usage Guidance
This package appears to be a stubbed crypto/Twitter aggregator: its docs ask for API keys and a webhook, but the shipped code only returns mocked data and does not call any external APIs or use the webhook. Also, the registry metadata and _meta.json owner IDs do not match, and required env vars are not declared in the registry. Before installing or providing any API keys: 1) verify the author's identity and a trusted source/URL for the package; 2) ask the author or maintainer for a version that implements real API calls (and for a clear explanation of when and where data would be sent); 3) check that any webhook forwarding is explicit and auditable; 4) avoid supplying production API keys until the code has been audited and a clear privacy/usage policy is provided. If you expected a working integration, treat this as untrusted/unfinished code rather than a ready-to-run skill.
Capability Analysis
Type: OpenClaw Skill Name: crypto-alert-aggregator Version: 1.0.0 The skill bundle is a functional template for a cryptocurrency market and social sentiment aggregator. The code in index.js uses mock data generators and standard environment variable handling for configuration, with no evidence of malicious execution, data exfiltration, or prompt injection across SKILL.md or the source files.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (crypto + Twitter signals) align with the code's intent. The SKILL.md asks for CRYPTO_API_KEY, TWITTER_API_KEY, and ALERT_WEBHOOK which are reasonable for this purpose. However, the registry metadata claims no required environment variables or primary credential, and the included code never actually makes real API calls (it always returns mocked data). This mismatch between declared requirements and the runtime behavior is unexpected.
Instruction Scope
SKILL.md instructs consumers to set API keys and an optional webhook. The index.js reads those environment variables into config, but its network-call functions contain 'Placeholder for actual API call' comments and always return mock data regardless of whether keys are present. The ALERT_WEBHOOK is present in config but never used. This is misleading: the instructions promise external integration and alert forwarding, but the implementation currently does not perform either.
Install Mechanism
There is no install spec (instruction-only style plus a small JS file). Nothing is downloaded or written to disk by an install step. This is low risk from an installer perspective.
Credentials
SKILL.md requests API keys and a webhook (sensible for the stated function), but the skill registry metadata does not declare any required env vars or a primary credential. The code reads the env vars but does not act on them (mocking instead). Because the manifest doesn't declare these required secrets and the code doesn't use them, there's ambiguity about whether you'll need to supply credentials and whether those keys would ever be transmitted. The presence of an ALERT_WEBHOOK setting is worth noting because if implemented later it could send data externally.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It starts a setInterval-based poller when streamAlerts is used, which is expected for a streaming alerts module. It does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-alert-aggregator
  3. After installation, invoke the skill by name or use /crypto-alert-aggregator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Crypto Alert Aggregator. - Aggregates real-time crypto market data with Twitter sentiment signals. - Supports real-time price and volume monitoring across multiple assets. - Filters and prioritizes alerts based on volume, price, and sentiment thresholds. - Allows output via webhooks for external notifications.
Metadata
Slug crypto-alert-aggregator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments