hackernews
Installation
Summary
Fetch Hacker News stories, comments, and user data via the free, open API.
- Supports six story categories: top, best, new, Ask HN, Show HN, and job postings, plus real-time item and profile updates
- Retrieve full item details including title, URL, score, comment count, and nested comment threads by item ID
- Look up user profiles with karma scores, account creation dates, and submission history
- No API key required; use direct
curlcalls withjqfiltering to extract and process JSON responses
SKILL.md
How to Use
1. Get Top Stories
Fetch IDs of the current top 500 stories:
curl -s "https://hacker-news.firebaseio.com/v0/topstories.json" | jq '.[:10]'
2. Get Best Stories
Fetch the best stories (highest voted over time):
curl -s "https://hacker-news.firebaseio.com/v0/beststories.json" | jq '.[:10]'
3. Get New Stories
Related skills
More from vm0-ai/vm0-skills
cloudflare-tunnel
Cloudflare Tunnel API for secure tunnels. Use when user mentions "Cloudflare
555google-sheets
Google Sheets API for spreadsheets. Use when user mentions "Google Sheets",
408minimax
MiniMax API for AI models. Use when user mentions "MiniMax", "Chinese
341instagram
Instagram API for posts and media. Use when user mentions "Instagram",
312apify
Apify web scraping platform. Use when user mentions "scrape website",
312serpapi
SerpApi for search engine results. Use when user mentions "SERP", "search
283