HomeBrowseUpload
โ† Back to registry
โšก
// Skill profile

Crypto News Feed ๐Ÿ“ฐ

version: "2.0.0"

by bytesagain1 ยท published 2026-03-22

ๅผ€ๅ‘ๅทฅๅ…ท่‡ชๅŠจๅŒ–ไปปๅŠกๅŠ ๅฏ†่ดงๅธ
Total installs
0
Stars
โ˜… 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain1/bytesagain1-crypto-news-feed
View on GitHub
// Full documentation

---

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 language

Keyword Categories (Built-in)

  • **DeFi:** defi, yield, liquidity, farming, pool, swap, AMM
  • **NFT:** nft, opensea, blur, collection, mint, pfp
  • **L2:** layer2, rollup, arbitrum, optimism, zksync, base
  • **Regulation:** sec, regulation, lawsuit, ban, approve, etf
  • **Meme:** meme, doge, shib, pepe, bonk, wif
  • 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 48

    Daily 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

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band