plugins marketplace
← All plugins

crypto-news-aggregator

v1.25.0

Aggregate and analyze crypto news from multiple sources with sentiment analysis

Claude Code1 skill

by Intent Solutions IOMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/crypto-news-aggregator/ inside the repository.

Layout

plugins/crypto/crypto-news-aggregator/
├── .claude-plugin/plugin.json
└── skills/aggregating-crypto-news/SKILL.md

Skills1

aggregating-crypto-newsskills/aggregating-crypto-news/SKILL.md

Aggregate breaking cryptocurrency news from 50+ sources including CoinDesk, CoinTelegraph, The Block, and Decrypt. Use when needing to monitor crypto market news, track announcements, or find coin-specific updates. Trigger with phrases like "get crypto news", "latest Bitcoin headlines", "DeFi announcements", "scan for breaking news", or "check crypto updates".

Manifests1

plugins/crypto/crypto-news-aggregator/.claude-plugin/plugin.json
{
  "name": "crypto-news-aggregator",
  "version": "1.25.0",
  "description": "Aggregate and analyze crypto news from multiple sources with sentiment analysis",
  "author": {
    "name": "Intent Solutions IO",
    "email": "jeremy@intentsolutions.ai",
    "url": "https://intentsolutions.ai"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "news",
    "aggregator",
    "sentiment",
    "crypto",
    "media"
  ]
}