# Hn Story

> 抽取 hn_story：title、url、author、points、created_at

- Skill: `antins-labs/hn-story` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add antins-labs/hn-story`
- Raw SKILL.md: https://api.skillmd.com/api/skills/antins-labs/hn-story/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: antins-labs (https://skillmd.com/u/antins-labs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/antins-labs/hn-story

---


# hn_story

Search hn.algolia.com — hn_story. Content is raw JSON served inside a <pre> tag; standard CSS selectors are ineffective, requiring JSON parsing logic.

Agent-called skill — sub-agents invoke it as the typed tool `skill_hn_story(...)`. The dispatcher does not auto-route; the agent decides.

## Parameters

- `query` (required) — The search query term.
- `tags` (default `story`) — Filter by tag (e.g., story, comment, poll).
- `num_results` (default `5`) — Maximum number of results to return.

## Example target URLs

- https://hn.algolia.com/api/v1/search?query=rust&tags=story&hitsPerPage=3
- https://hn.algolia.com/api/v1/search?query=llm&tags=story&hitsPerPage=3

## Notes

Auto-generated by the access-skill baker (template: `public_api`). Hand-edit freely; the runtime only executes `executor.py` and reads `params_schema` from `manifest.yaml`.

