| name | hn_story |
| description | 抽取 hn_story:title、url、author、points、created_at |
| layer | access |
| invocation | agent_called |
| entity_type | hn_story |
| template | public_api |
| status | mined |
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 (default story) — Filter by tag (e.g., story, comment, poll).
num_results (default 5) — Maximum number of results to return.
Example target URLs
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.