hackernews

Fetch Hacker News stories, items, and users via Firebase and Algolia APIs.

280|25|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sigcli/sigcli --skill hackernews-sigcli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hackernews
Source: https://github.com/sigcli/sigcli/tree/main/skills/hackernews
Command: npx skills add https://github.com/sigcli/sigcli --skill hackernews-sigcli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Hacker News is a dynamic source of tech news and discussions; AI agents need a stable, programmable way to read, search, and interact with HN data without manual browsing.

Core Features & Use Cases

  • Read top/new/best stories, item details, and user profiles from Hacker News.
  • Search posts via Algolia and paste HN URLs to trigger context loading for analysis or actions.
  • Write operations (submit, comment, vote) require a session cookie and provide safe tooling for agents to act on behalf of a user.
  • Normalize HN data for downstream tasks like summarization, decision support, or automated workflows.

Quick Start

Ask the AI to fetch the latest Hacker News top stories and display details for a chosen item.

Frequently Asked Questions about hackernews

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

FAQPage Schema
How do I fetch and read Hacker News stories using an AI agent?

To fetch and read Hacker News stories, an AI agent can use this Skill to retrieve top, new, or best posts via the Firebase and Algolia APIs, returning normalized item details for downstream analysis. It supports reading public content without authentication.

Can I automate Hacker News submissions and voting with an AI script?

Yes, you can automate Hacker News submissions, comments, and voting with an AI script by providing a stored session cookie to this Skill. It enforces token-based CSRF-like retrieval to ensure safe, auditable authenticated write operations.

What is the best way to search Hacker News posts via Algolia for AI context loading?

The best way to search Hacker News posts via Algolia for AI context loading is using this Skill to query the Algolia API. You can also directly paste HN URLs to trigger standardized item parsing and feed the normalized data into your agent's workflow.

Do I need a session cookie to read Hacker News user profiles and items?

You do not need a session cookie to read Hacker News user profiles and items. Reading public content via the Firebase API is fully supported without authentication, whereas a stored session cookie is only required for write operations like submitting or voting.

How does the script handle errors when parsing Hacker News data?

The script handles errors when parsing Hacker News data by enforcing robust error handling and standardized item/user parsing logic. This ensures safe, auditable actions and stable data retrieval even when interacting with dynamic API endpoints.