hackernews-frontpage

Installation
SKILL.md

Hacker News front-page scraper

Scrapes the Hacker News (news.ycombinator.com) front page and returns the top 30 stories as JSON. Each story has its rank, title, link URL, point count, and comment count.

Usage

$ $B skill run hackernews-frontpage
{
  "stories": [
    { "rank": 1, "title": "...", "url": "...", "points": 412, "comments": 87 },
    ...
  ],
  "count": 30
}
Installs
112
Repository
garrytan/gstack
GitHub Stars
117.0K
First Seen
Apr 29, 2026
hackernews-frontpage — garrytan/gstack