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
}
Related skills
Installs
29
Repository
garrytan/gstack
GitHub Stars
94.7K
First Seen
14 days ago