trend-radar

Aggregates trending AI topics from HackerNews, HuggingFace, and newsletters into a ranked Notion digest.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/AlexYedi/Empire_State_Events_Pipeline_Take_3 --skill trend-radar-alexyedi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trend-radar
Source: https://github.com/AlexYedi/Empire_State_Events_Pipeline_Take_3/tree/main/.claude/skills/trend-radar
Command: npx skills add https://github.com/AlexYedi/Empire_State_Events_Pipeline_Take_3 --skill trend-radar-alexyedi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LinkedIn offers no legitimate API for trending topics, so this Skill senses rising AI/tech momentum from public sources (HackerNews via Algolia, HuggingFace papers/models, curated Gmail newsletters) and turns them into a ranked, human-approved digest written to a Notion Topics database. ## Core Features & Use Cases - Multi-source signal scanning: Pulls trending items in parallel from the Algolia HN API, HuggingFace MCP, and a Gmail newsletter label, each with a velocity proxy. - Topic normalization and scoring: Collapses synonyms into canonical topics via a persistent taxonomy file, then scores with source weights, 7-day recency decay, and a cross-source corroboration bonus. - Human-in-the-loop Notion writes: Presents a ranked digest for approval, then dedups and appends dated trend notes to the Notion Topics DB, plus optional signal events to a Supabase market-intelligence graph. - Use Case: Run a weekly scan to discover that "agentic evals" is rising across HN, HuggingFace papers, and two newsletters, approve it, and log it to Notion so the content pipeline can draft a post about it. ## Quick Start Ask the assistant to scan AI trends from the last 7 days and show the top 10 ranked topics for approval before logging them to Notion.

Frequently Asked Questions about trend-radar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track trending AI topics without LinkedIn scraping?▼

Pull signals from public sources where trends surface first: the Algolia HackerNews API, HuggingFace trending papers and models, and curated newsletters via Gmail. Normalize items into canonical topics, score with recency decay and cross-source bonuses, and rank the results.

How do I use the Algolia HackerNews API for trend detection?▼

Query hn.algolia.com with tags=front_page for current momentum, or search_by_date with a unix timestamp cutoff and a points floor for recent stories. Compute a velocity proxy as points divided by age in hours to rank fast-rising stories.

How does cross-source topic scoring work?▼

Each item gets a score of source weight times recency decay (7-day half-life) times normalized velocity. Topic scores sum their items and multiply by a bonus of 1.0, 1.5, or 2.0 depending on whether one, two, or three sources corroborate the topic.

Why does my Gmail label search return empty results?▼

Gmail's API does not match nested labels by their leaf name, so label:newsletters fails while label:Content/newsletters works. If the full path still returns nothing, fall back to querying the curated newsletter sender addresses directly.

Can this skill write to Notion automatically without approval?▼

No. The workflow is human-in-the-loop by design: it presents a ranked digest and waits for explicit approval before searching for duplicates and writing trend notes to the Notion Topics database. Net-new topics require separate confirmation.

What are the limitations of public-source trend detection?▼

It cannot read LinkedIn-native trend or engagement data because no legitimate API exists and scraping is ruled out. The proxy sources (HN, HuggingFace, newsletters) cover AI and tech momentum well but are not a substitute for LinkedIn parity.