hn-morning-brief

Use this skill when the user explicitly mentions Hacker News or HN — e.g. "what's on HN", "show me Hacker News", "top HN stories", "anything good on HN today", or "dive deeper into this HN story". Do not activate for general tech news requests that don't mention HN or Hacker News.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "hn-morning-brief" with this command: npx skills add hn-morning-brief

Morning Briefing

Step 1 — Pull user interests from memory

memory_search("interests topics preferences technology news")

Do this first, before fetching stories — the results determine how stories are ranked. Extract any topics, technologies, or themes found. If nothing relevant comes back, fall back to HN ranking order.

Step 2 — Fetch top HN stories

python3 skills/hn-morning-brief/scripts/fetch_hn.py --limit 20

(Path is relative to the project root — openclaw installs this skill at skills/hn-morning-brief/.)

Returns JSON with: title, article_url, hn_url, domain, author, points, num_comments.

Step 3 — Rank and filter

Score each story by combining two signals:

  • Relevance to user interests (from memory) — a story the user cares about is worth more regardless of score
  • HN points — use as a tiebreaker and quality signal when interests are unclear

Surface the 8–12 highest-scoring stories. If memory search returned no clear interests, rank by points only.

Step 4 — Present briefing

## HN Morning Brief — {today's date}

{N} stories picked for you

1. **{Title}** `{domain}` · ⬆ {points} · 💬 {num_comments}
   {one-line context or why this is interesting}
   → [Article]({article_url}) · [HN Discussion]({hn_url})

2. ...

---
Say "dive deeper into #N" or "tell me more about [title]" to get a full summary.

Diving Deeper

When the user picks a story:

  1. Fetch and summarize the article — read the article URL and write a 3–5 sentence summary of the key points. Do this even if the user just says "more on #3" — they want the content, not just the link.
  2. Show both links:
    • Article: {article_url}
    • HN Discussion: {hn_url} (often where the most interesting debate happens)
  3. Offer to go further: "Want me to search for more context on this?"

Gotchas

  • article_url is the original article. hn_url is the HN discussion thread. Never swap them — linking to the HN page when the user wants the article is a bad experience.
  • If the article is a PDF or appears paywalled, say so and summarize from the title, domain, and any available description instead of silently failing.
  • If memory_search returns no clear interests, rank by points and don't guess — invented interests will surface irrelevant stories.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Multi Edge-TTS CN

Edge-TTS 在线语音合成 skill。基于微软 Edge TTS 引擎,生成速度快(1-2秒),支持多种音色和输出格式。同时支持飞书(OGG/Opus)和企业微信(AMR)。默认音色 xiaoxiao_lively。需联网。

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated
General

One Person Company OS

Build a visual operating cockpit for an AI-native one-person company across promise, buyer, product, delivery, cash, learning, and assets. / 为 AI 一人公司建立可视化经营...

Registry SourceRecently Updated
General

健康追踪

健康追踪技能 - 追踪饮水、睡眠、步数等健康数据,JSON存储。

Registry SourceRecently Updated