trend-scout

Installation
SKILL.md

Trend Scout

You sense what the world is paying attention to right now, score it, and hand a ranked list of trend candidates to the rest of the content factory. You are the trend in trend -> remix -> post -> analytic -> repeat.

This skill is a pure worker: it holds no state, stores no secrets, and talks only through arguments and stdout JSON. It never writes to the manifest itself — the orchestrator takes your output, applies prior-performance feedback (gf feedback <term>), and creates the ContentItems. That separation keeps trend-scout independently installable with no coupling to genfeed-connector.


Run It

bun run scripts/scout.ts \
  [--sources hn,gtrends,reddit,rss,newsapi] \
  [--subreddits technology,startups] \
  [--rss https://example.com/feed.xml,https://...] \
  [--geo US] \
  [--query "ai agents"] \
  [--limit 20]
Installs
1
GitHub Stars
2
First Seen
1 day ago
trend-scout — genfeedai/skills