hackernews

Installation
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

Installs
2.9K
GitHub Stars
66
First Seen
Jan 24, 2026
hackernews — vm0-ai/vm0-skills