aeon-hacker-news-digest
Installation
SKILL.md
aeon-hacker-news-digest
Daily HN digest that goes beyond the front page. Stories filtered by configurable interests, clustered by theme, with the highest-signal comments mined from each thread.
Inputs
| Param | Description |
|---|---|
interests |
Comma-separated tags: ai, crypto, infra, programming, startups, science. Defaults to all. |
hours |
Look-back window. Default 24. |
min_score |
Story score floor. Default 100. |
min_comments |
Comment thread depth floor. Default 50. |
HN API
# Stories created in last 24h, sorted by points
curl -s "https://hn.algolia.com/api/v1/search?tags=story&hitsPerPage=50&numericFilters=created_at_i>${unix_24h_ago}"