daydreamsai

hackernews-agent

Builds a Hacker News data agent using HN Firebase API with x402 payments. Use when creating tech news aggregators, trending topic agents, or developer community feeds.

daydreamsai 26 10 Updated 3mo ago
GitHub

Install

npx skillscat add daydreamsai/skills-market/hackernews-agent

Install via the SkillsCat registry.

SKILL.md

Hacker News Agent

HN stories and trends via Firebase API. 6 endpoints (1 free + 5 paid).

Live

API

Source: Hacker News (Y Combinator)
Base URL: https://hacker-news.firebaseio.com/v0
Auth: None required

Endpoints

Key Price Description
overview Free Top 5 stories today
top $0.001 Top 20 stories with scores
best $0.002 Highest-voted stories
show $0.002 Show HN community projects
ask $0.003 Ask HN discussions
report $0.005 Full HN digest with all categories

Key API Endpoints

/topstories.json     # Top story IDs
/beststories.json    # Best story IDs
/showstories.json    # Show HN IDs
/askstories.json     # Ask HN IDs
/item/{id}.json      # Story details

Stack

Bun + Hono + @lucid-agents/core + @lucid-agents/payments + Zod v4