From sundial-org-awesome-openclaw-skills-4
Fetches Hacker News front-page posts when user says 'hn'. Delivers top stories with title, age, comment count, and mood image. Supports topic filtering and custom count. Excludes crypto.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:hn-digestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interpret a user message that starts with `hn` as a request for a Hacker News front-page digest.
Interpret a user message that starts with hn as a request for a Hacker News front-page digest.
Supported forms:
hn → default 5 postshn <n> → n postshn <topic> → filter/boost by topichn <n> <topic> → both--offset (e.g. offset 10, count 10).Topics:
tech (default)healthhackinglife / lifehacks<age> · <commentCount> comments (age like 45m ago, 6h ago, 3d ago)https://news.ycombinator.com/item?id=...)..n and topic from the user message.node skills/hn-digest/scripts/hn.mjs --count <n> --offset <offset> --topic <topic> --format json.offset is 0 unless the user explicitly asks for “more/next” after a previous batch.skills/hn-digest/scripts/mood_prompt.mjs to build a prompt from the JSON items.skills/hn-digest/scripts/generate_mood_nano_banana.sh ./tmp/hn-mood/hn-mood.png <topic> <n> <offset>If fetching/ranking fails or returns 0 items:
https://news.ycombinator.com/ in the browser tool, pick N non-crypto items by judgment, and send them in the same 3-line format.npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Scans the Hacker News front page to summarize today's themes, hot discussions, and industry mix. One request returns overview, hot discussions, and industry mix sections.
Pulls Hacker News front page, top comments, or topic search via Firebase and Algolia APIs, digesting stories and discussions without API keys.
Reads Hacker News story feeds, item metadata, comment trees, and user profiles through UnifAPI. Useful for launch monitoring, Show HN scanning, and HN sentiment research.