hn_story
Search hn.algolia.com — hn_story. Content is raw JSON served inside a 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(defaultstory) — Filter by tag (e.g., story, comment, poll).num_results(default5) — 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.