From sundial-org-awesome-openclaw-skills-4
Browses Hacker News feeds (top, new, best, ask, show, jobs), story details with comments, and searches stories via the HN API.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:hnThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read Hacker News from the command line.
Read Hacker News from the command line.
uv run {baseDir}/scripts/hn.py top # Top 10 stories
uv run {baseDir}/scripts/hn.py top -n 20 # Top 20 stories
uv run {baseDir}/scripts/hn.py new # Newest stories
uv run {baseDir}/scripts/hn.py best # Best stories
uv run {baseDir}/scripts/hn.py ask # Ask HN
uv run {baseDir}/scripts/hn.py show # Show HN
uv run {baseDir}/scripts/hn.py jobs # Jobs
uv run {baseDir}/scripts/hn.py story <id> # Story with top comments
uv run {baseDir}/scripts/hn.py story <id> --comments 20 # More comments
uv run {baseDir}/scripts/hn.py search "AI agents" # Search stories
uv run {baseDir}/scripts/hn.py search "Claude" -n 5 # Limit results
Uses the official Hacker News API (no auth required).
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.
Fetches and summarizes Hacker News top stories, specific articles, and comment threads using official Firebase and Algolia APIs.
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.