social-momentum
Query Reddit, Hacker News, and GitHub in parallel for any topic. Get a composite momentum score (0–100) and raw results to determine if a topic is gaining traction.
Instructions
Cross-platform social momentum for any topic. Queries Reddit (recent top posts), Hacker News (recent stories), and GitHub (active repos) in parallel and returns a composite momentum score (0–100) plus raw results from each platform. Single call replaces three separate searches. Use before committing to research, writing, or trading: 'is this topic gaining traction right now?' No API keys required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Topic or entity to query across all platforms. E.g. 'ethereum staking', 'LLM agents', 'Anthropic', 'DeFi yields'. | |
| window_hours | No | Lookback window in hours (default 24, min 1, max 168 = 7 days). Shorter windows are more noise-sensitive; 24–72h gives the most stable signal. | |
| reddit_subreddits | No | Restrict Reddit search to specific subreddits (e.g. ['bitcoin', 'ethereum', 'CryptoCurrency']). Omit to search all Reddit. | |
| reddit_limit | No | Max Reddit posts to return (1–20, default 10). | |
| hn_limit | No | Max HN stories to return (1–20, default 10). | |
| github_limit | No | Max GitHub repos to return (1–20, default 10). |