working-with-hal-apis

Installation
SKILL.md

The workflow has two phases:

  1. Explore — discover the API's capabilities by following links and reading relation docs
  2. 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
Installs
1
First Seen
Jun 2, 2026
working-with-hal-apis — mikekelly/hal-walk