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 sundial-org/awesome-openclaw-skillsReads Hacker News story feeds, item metadata, comment trees, and user profiles through UnifAPI. Useful for launch monitoring, Show HN scanning, and HN sentiment research.
Browses Hacker News feeds (top, new, best, ask, show, jobs), story details with comments, and searches stories via the HN API.
Fetches and summarizes Hacker News top stories, specific articles, and comment threads using official Firebase and Algolia APIs.