π¦ ClawHub
Hacker news on topic AI and agent only
by @goog
Fetch and display Hacker News stories about AI, agents, and Claude. Default is past week. Use when the user asks for HN news, Hacker News AI stories, latest...
TERMINAL
clawhub install hn-newsπ About This Skill
name: hn-news description: Fetch and display Hacker News stories about AI, agents, and Claude. Default is past week. Use when the user asks for HN news, Hacker News AI stories, latest AI news or "what's AI trending on Hacker News".
Hacker News β AI & Agent Stories
Fetch and present the latest Hacker News stories about AI, agents, and Claude.
Source
https://hn.algolia.com/api/v1/search_by_date)AI OR "agent" OR claudeWorkflow
1. Run the script to fetch news:
- Default (past week): python skills/hn-news/hn.py week
- Latest: python skills/hn-news/hn.py latest
- Pagination: add --page N (0-based)
2. Parse the output and reformat into a clean, readable digest
Output Format
Present each story as:
### N. Titleπ€ Author Β· β Points Β· π Time
π [Link]
Separate stories with ---.
Add a brief header with the total count and time range:
π° Hacker News β AI & Agent Stories (Past Week)
ββββββββββββββββββββββββββββββββββ
Showing N stories from the past 7 days.
Notes
week mode unless user asks for "latest"π Tips & Best Practices
week mode unless user asks for "latest"