Crypto News Feed ๐ฐ
version: "2.0.0"
by bytesagain1 ยท published 2026-03-22
$ claw add gh:bytesagain1/bytesagain1-crypto-news-feed---
version: "2.0.0"
name: Crypto News Feed
description: "Aggregate crypto news with sentiment analysis and personalized feeds. Use when scanning headlines, analyzing sentiment, filtering by token."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# Crypto News Feed ๐ฐ
> Your personalized crypto news aggregator with sentiment analysis.
Quick Reference Card
Commands at a Glance
| Command | Description |
|---------|-------------|
| `search` | Search |
| `digest` | Generate HTML news digest |
| `sources` | List available news sources |
Default RSS Sources
๐ก CoinDesk [configured-endpoint]
๐ก CoinTelegraph [configured-endpoint]
๐ก The Block [configured-endpoint]
๐ก Decrypt [configured-endpoint]
๐ก Bitcoin Magazine [configured-endpoint]
๐ก Blockworks [configured-endpoint]
๐ก DL News [configured-endpoint]Sentiment Scoring System
Score Range Label Emoji Meaning
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
0.6 to 1.0 Very Bullish ๐ข๐ข Strong positive language
0.2 to 0.6 Bullish ๐ข Positive outlook
-0.2 to 0.2 Neutral โช Balanced/factual
-0.6 to -0.2 Bearish ๐ด Negative outlook
-1.0 to -0.6 Very Bearish ๐ด๐ด Strong negative languageKeyword Categories (Built-in)
Filter Examples
# DeFi news only
bash scripts/crypto-news-feed.sh filter --category defi
# Multiple keywords
bash scripts/crypto-news-feed.sh filter --keywords "solana,jupiter,jito"
# Bullish news only
bash scripts/crypto-news-feed.sh filter --min-sentiment 0.2
# Last 24 hours, bearish signals
bash scripts/crypto-news-feed.sh filter --hours 24 --max-sentiment -0.2
# Combine filters
bash scripts/crypto-news-feed.sh filter --keywords "bitcoin" --min-sentiment 0.3 --hours 48Daily Digest Output
The `digest` command generates `crypto-digest-YYYY-MM-DD.html` containing:
1. **๐ Market Sentiment Overview** โ Average sentiment across all articles
2. **๐ฅ Top Stories** โ Highest-engagement articles
3. **๐ Trending Topics** โ Most mentioned keywords
4. **๐ฐ All Articles** โ Full list with sentiment badges
5. **๐ Sentiment Timeline** โ Hourly sentiment chart
Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| `NEWS_FEED_DIR` | `./crypto-news` | Output directory |
| `NEWS_MAX_AGE` | `72` | Max article age in hours |
| `NEWS_SOURCES_FILE` | `~/.crypto-news-sources.json` | Custom sources config |
| `NEWS_CACHE_TTL` | `1800` | Cache TTL in seconds |
Automation
# Add to crontab for daily 8am digest
0 8 * * * cd /path/to/workspace && bash skills/crypto-news-feed/scripts/crypto-news-feed.sh digest --date today---
๐ฌ Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
More tools from the same signal band
Order food/drinks (็น้ค) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...