From trend-scout
Reddit, Hacker News, Indie Hackers에서 어제~오늘 1인 개발자/인디해커/솔로프리너 관련 인기글을 수집하고 Threads 포스트용으로 큐레이션. 트리거: '트렌드', '인기글', 'trend scout', '쓰레드 리서치', 'threads 소재', '오늘 뭐 올리지', '콘텐츠 소재', 'reddit 인기글', 'HN 인기글', '해커뉴스', '트렌드 스카우트'. /trend-scout로 실행.
How this skill is triggered — by the user, by Claude, or both
Slash command
/trend-scout:trend-scoutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reddit + Hacker News + Indie Hackers에서 어제~오늘 인기글을 수집하고 Threads 포스트로 큐레이션.
Reddit + Hacker News + Indie Hackers에서 어제~오늘 인기글을 수집하고 Threads 포스트로 큐레이션.
스크립트 실행으로 Reddit 8개 서브레딧 + Hacker News top stories 수집:
bash {SKILL_DIR}/scripts/fetch-trends.sh day 10
결과: /tmp/trend-scout/ JSON 파일들. 스크립트가 통합 JSON을 stdout으로 출력.
Indie Hackers 등 JSON API 없는 소스는 Exa로 보강. 어제 날짜를 startPublishedDate로 지정:
mcp__exa__web_search_advanced_exa({
query: "indie hacker launched revenue solopreneur",
includeDomains: ["indiehackers.com"],
startPublishedDate: "{어제 YYYY-MM-DD}",
numResults: 5
})
수집 결과에서 선별. 기준 (references/sources.md 참고):
큐레이션 우선순위:
포맷: references/threads-format.md
핵심: 500자 이내, 한국어 대화체, 핵심부터, 숫자 포함, 원문 링크 1개.
추천 포스트 3-5개:
## 추천 #1: {주제}
- 소스: {Reddit/HN/IH} | {서브레딧} | score {점수}
- 링크: {URL}
### Threads 초안
{500자 이내 한국어 포스트}
### 큐레이션 이유
{1줄}
기본 어제~오늘. Reddit t=day, HN은 실시간 top, Exa는 어제 날짜 startPublishedDate.
npx claudepluginhub october-academy/agent-plugins --plugin trend-scoutResearches topics from the last 30 days on Reddit, X, and the web. Surfaces community discussions with engagement metrics and synthesizes actionable insights for recent sentiment, recommendations, and news.
Researches any topic across Reddit, X, and web from the last 30 days, then generates copy-paste-ready prompts for the user's target tool. Useful for staying current and getting actionable prompts.
Guides Reddit market research for SaaS: collects public posts/comments, scores leads 1-10, classifies hot/warm/cold, filters false positives, categorizes pain points, outputs CSV and reports.