hackernews-node

Access and search Hacker News stories with JSON output.

17|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/ErixWong/touwaka-ai-mate --skill hackernews-node
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hackernews-node
Source: https://github.com/ErixWong/touwaka-ai-mate/tree/main/data/skills/hacknews
Command: npx skills add https://github.com/ErixWong/touwaka-ai-mate --skill hackernews-node

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of browsing and searching Hacker News, allowing users to quickly access the latest stories and AI-specific content.

Core Features & Use Cases

  • AI Domain Filtering: Filter and access stories related to AI and machine learning.
  • Multiple Story Types: Retrieve top, new, best, ask, show, jobs, and AI domain stories.
  • Search Functionality: Search for specific stories using keywords.
  • JSON Output: Option to receive story data in JSON format for programmatic use.
  • Use Case: If you're interested in staying updated with the latest AI news, use this Skill to get a curated list of AI-related stories directly from Hacker News.

Quick Start

Use the hackernews-node skill to get the top AI stories of the day.

Frequently Asked Questions about hackernews-node

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

FAQPage Schema
How do I get AI and machine learning news from Hacker News programmatically?

To get AI and machine learning news from Hacker News programmatically, you can use Node.js to retrieve stories and filter them by the AI domain. This implementation provides JSON output, making it suitable for direct integration into your applications to stay updated on technology trends.

Can I search Hacker News stories by specific keywords and story type?

Yes, you can search Hacker News stories by specific keywords and filter by story type. This Node.js implementation supports retrieving top, new, best, ask, show, jobs, and AI domain stories based on your search parameters.

Does this Node.js implementation support JSON output for integration?

Yes, this Node.js implementation supports JSON output for programmatic integration. It allows you to receive Hacker News story data in JSON format, enabling seamless integration into your existing technology stack or data pipelines.

What is the best way to filter top stories for the AI domain on Hacker News?

The best way to filter top stories for the AI domain on Hacker News is using a Node.js script with domain filtering capabilities. This approach allows you to quickly access and specifically retrieve AI-related stories, bypassing irrelevant content.

Do I need axios and moment to run this Hacker News search script?

Yes, you need axios and moment because they are the required dependencies for this Hacker News Node.js implementation. Axios handles the HTTP requests to fetch stories, while moment manages date and time formatting.

Why use a Node.js script instead of the Hacker News website for AI news?

Using a Node.js script instead of the Hacker News website allows you to automate the retrieval of AI news and output it as JSON. This programmatic approach is ideal for users who need to integrate technology trends into custom dashboards or applications without manual browsing.