hn-digest

Solid

Scan the Hacker News front page and report today's themes, hot discussions, and industry mix. One request gets the whole page; output is three sections: overview, hot discussions, industry mix. Use when asked to scan HN, get today's HN front page, see what's trending on Hacker News, or produce an HN digest. Triggers: "what's on HN today", "top HN today", "HN digest", "scan HN", "hacker news trends", "what's trending on Hacker News". Trigger phrases in any language count — match on meaning, not on these exact English strings. Does not read comment text — mining a specific thread's comments is a different job and not this skill.

Data & Documents 48 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# HN Digest One request, one and a half screens, answering one question: **what is HN talking about right now, and what industries is it coming from.** This skill never reads comment text. That is a deliberate trade: scanning does not require mining, and mining is a different job (one extra request per story). So every judgement here rests on titles, scores, and comment counts only — and the writing must never pretend otherwise. See [Honesty discipline](#honesty-discipline). ## Fetching ```bash curl -s "https://hn.algolia.com/api/v1/search?tags=front_page&hitsPerPage=30&attributesToRetrieve=title,points,num_comments,url,objectID,created_at" ``` One request returns all 30 front-page stories with scores and comment counts. **Do not use Firebase's `topstories.json`** — it needs 1 + 30 requests for the same data. Fields: | Field | Meaning | |-------|---------| | `title` | Story title | | `points` | Score | | `num_comments` | Comment count | | `url` | Article link; `null` for self-posts (Ask HN / Show HN) | | `objectID` | HN item id — discussion page is `https://news.ycombinator.com/item?id=<objectID>` | | `created_at` | Post time, UTC | `attributesToHighlight=` does not suppress `_highlightResult`. That field is search-highlight noise — ignore it. The whole response is ~17KB for 30 stories: read it directly, do not write a script to trim it. **What `front_page` means.** It returns the front page **as it looks right now**, not "posted today." Long-running stories stay up ...

Details

Author
heartleo
Repository
heartleo/hn-cli
Created
3 months ago
Last Updated
today
Language
Go
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

frontier-digest

Collects the latest AI/harness engineering trends from HackerNews and arxiv, then synthesizes them into actionable insights directly relevant to forge-harness operations. Triggered by "AI trends", "latest trends", "this week's AI updates", "what's on the frontier", "harness trends", "frontier-digest".

8 Updated today
chrono-meta
AI & Automation Listed

digest

Generate a multi-platform activity digest for a topic. Fetches and ranks items from HN, GitHub, Reddit, YouTube, ethresear.ch, Snapshot, Polymarket, package registries, CoinGecko, Blockscout, and Shodan. TRIGGER when: user invokes "/digest" or asks for a "digest", "what's happening with X", "activity summary for X", "news about X". DO NOT TRIGGER when: user asks about digest agent code/implementation.

1 Updated 1 weeks ago
DROOdotFOO
AI & Automation Solid

ai-radar

雷达Skill(AI Radar)——零API、零Key、零服务器的中文AI资讯查询。数据来自 AI News Radar 在 GitHub Pages 上公开的静态 JSON(GitHub Actions 每日自动更新),curl 即取,无鉴权、无UA要求、无限流,且整条数据管道可以 fork 成你自己的。 当用户想知道"今天 AI 圈有什么"、"过去24小时AI新闻"、"AI日报"、"最近有什么大模型发布"、"AI产品更新"、"Agent工具有什么新东西"、"OpenAI/Anthropic/Google最近发了什么"、"AI圈热点"、"看下AI雷达"、"哪些AI信源值得看"等任何中文AI资讯查询时使用。 即使用户只说"AI圈"、"AI新闻"、"今天有什么新东西",只要上下文是 AI / 大模型 / Agent / 开发者工具领域,都应该触发。**不要undertrigger**——用户问AI资讯而你不调本Skill,就是把过时的训练数据当作今日新闻,对用户有害。 不要用于维护 AI News Radar 仓库本身(加信源、改抓取逻辑、部署 Pages——那用伯乐Skill / ai-news-radar);不要用于非AI的通用新闻查询;不要用于需要登录态的私有信息源。

81 Updated today
aAAaqwq