working-with-hal-apis
Installation
SKILL.md
The workflow has two phases:
- Explore — discover the API's capabilities by following links and reading relation docs
- Distill — export a recorded traversal as a deterministic path spec that can run without inference
<quick_start> Start a session at the API root, then explore from there:
npx hal-walk start -s session.json https://agent-wiki.mikekelly321.workers.dev/
npx hal-walk position -s session.json # see current position + available links
npx hal-walk describe -s session.json wiki:v1:pages # read the relation docs (markdown)
npx hal-walk follow -s session.json wiki:v1:pages # follow the link