hackernews-frontpage

Scrape Hacker News front page story metadata into structured JSON records.

Updated Jul 26, 2026
One-click install
npx skills add https://github.com/yocxy2/gstack3 --skill hackernews-frontpage-yocxy2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hackernews-frontpage
Source: https://github.com/yocxy2/gstack3/tree/main/browser-skills/hackernews-frontpage
Command: npx skills add https://github.com/yocxy2/gstack3 --skill hackernews-frontpage-yocxy2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of manually navigating to Hacker News to track trending discussions, providing a structured, machine-readable feed of the current front page.

Core Features & Use Cases

  • Automated Scraping: Reliably captures the top 30 stories including ranks, titles, URLs, points, and comment counts.
  • Data Normalization: Converts complex HTML structures into a clean, typed JSON format for immediate use in analysis or reporting.
  • Use Case: Use this skill to feed a daily digest of top tech news into your internal dashboard or to monitor specific industry trends without manual browsing.

Quick Start

Run the hackernews-frontpage skill to retrieve the current top stories from the front page as a JSON object.

Frequently Asked Questions about hackernews-frontpage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape Hacker News front page stories into JSON format?

Scraping Hacker News front page stories into JSON format requires parsing the site's HTML content to extract story metadata including rank, title, URL, points, and comment counts. This skill automates that extraction, returning structured JSON records for immediate programmatic consumption.

What data fields are included when extracting Hacker News top stories?

Extracting Hacker News top stories yields structured JSON records containing the story rank, title, URL, points, and comment counts. It reliably captures the current top 30 stories from the front page for data normalization and analysis.

Do I need a browser-capable daemon to scrape Hacker News articles?

Scraping Hacker News articles with this skill requires a browser-capable daemon to navigate the target URL and return the page source. The skill then processes this HTML content to normalize the data into a clean, typed JSON format.

Can I use this to feed a daily tech news digest into my internal dashboard?

Feeding a daily tech news digest into an internal dashboard is a primary use case for this skill. It provides a machine-readable feed of the current top 30 Hacker News stories, allowing you to monitor industry trends without manual browsing.

What is the best way to automate data extraction of Hacker News points and comment counts?

Automating data extraction of Hacker News points and comment counts is best handled by scraping the front page HTML and converting it into structured JSON. This skill performs that exact data normalization, providing typed records for immediate programmatic use.

Are there limitations when scraping the top 30 Hacker News stories?

Scraping the top 30 Hacker News stories is limited to the front page content currently available on the site. It captures ranks, titles, URLs, points, and comment counts, but does not extract the full article text or internal comment threads.