Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hexbee avatar

Hn Top10

  • 78 installs
  • 1 repo stars
  • Updated July 31, 2026
  • hexbee/hello-skills

Fetches the current top Hacker News front-page stories and saves structured JSON plus a concise summary of the top titles and patterns.

About

Pulls the latest Hacker News front-page stories via a bundled script, saves them as timestamped JSON, and returns a short summary. A developer uses it to scan current developer, startup, or tech-community hot topics.

  • Configurable limit (1-30) with JSON or CSV output
  • Summary template surfaces top titles and notable topic patterns

Hn Top10 by the numbers

  • 78 all-time installs (skills.sh)
  • Ranked #904 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hexbee/hello-skills --skill hn-top10

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs78
repo stars1
Last updatedJuly 31, 2026
Repositoryhexbee/hello-skills

What it does

Fetches the current top Hacker News front-page stories and saves structured JSON plus a concise summary of the top titles and patterns.

Files

SKILL.mdMarkdownGitHub ↗

HN Top 10

Overview

Use this skill to pull the latest Hacker News front-page stories, save the full result as JSON, and return a concise summary the agent can keep using in the conversation.

When To Use

Use this skill when the user asks for:

  • Hacker News top stories
  • HN front-page posts
  • top 10 HN items
  • current developer hot topics
  • today's startup or YC community stories
  • a quick scan of tech-community discussion

If the user asks for broad industry news that clearly requires multiple sources, do not rely on this skill alone. Use it as one input, not the full answer.

Inputs

Decide these inputs before running the script:

  • limit: default 10; allow 1-30
  • format: default json
  • output_path: default a timestamped JSON file using local time, such as hn-top10-20260302-231500.json

If the user does not specify a count, keep the default 10.

Run The Script

Run:

python skills/hn-top10/scripts/hn_top10.py --json --limit 10 --output <output_path>

Adjust --limit and --output when the user asks for something different. When saving JSON, the script will ensure the filename includes a timestamp. If --output is omitted, it creates a timestamped JSON file automatically.

If the user explicitly wants CSV, run without --json.

Required Output Behavior

Always produce both:

1. A saved machine-readable file. 2. A short conversational summary.

The summary should include:

  • what source was used: Hacker News front page
  • how many items were fetched
  • the top 3-5 story titles
  • notable patterns if obvious: repeated topics, AI concentration, startup themes, security incidents
  • the saved file path

Summary Template

Use this structure:

Source: Hacker News front page
Items fetched: <N>
Top stories:
1. <title>
2. <title>
3. <title>

Patterns:
- <pattern or "No strong pattern">

Saved JSON:
<path>

Error Handling

If the script fails:

  • say that Hacker News fetch or parsing failed
  • include the command error briefly
  • do not invent stories or partial results
  • ask whether to retry or use another source

If the user asked for general tech hot topics and this skill fails, explicitly note that the HN signal is unavailable and another source set is needed.

Notes

  • Prefer JSON because agents can reuse it in later steps.
  • Treat the JSON file as the source of truth for downstream processing.
  • Do not claim these are all tech-news trends; they are Hacker News front-page signals.

Related skills

Automation & Workflowsresearchautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.