Agent contract
Install the Skill. Then invoke it.
The website only hands off installation and the caller's target. The Skill is the execution source of truth and stops honestly when no verified Agent-ready release is available.
Stable Skill source
https://github.com/flreey/netokay-cli/tree/main/skills/netokay
Install that Skill in the current Agent environment, then invoke it with one explicitly supplied public target. Codex and Claude Code are the required hosts; Cline is optional compatibility and does not block the required hosts.
Release boundary
The installed Skill reads its bundled release manifest. It checks Node 24, npm, the exact
artifact fields, and the agent_host_context_v1 capability before running a
diagnosis. The current public v0.2 release is earlier than CAP-0007, so the manifest is
unavailable and reports Agent handoff unavailable until a verified release
is atomically marked ready.
Output boundary
A ready run returns one schema-valid EvidenceBundle on stdout and preserves its exit status.
No output file is created by default. The Skill retains unknown fields and reports
agent_internal_runtime: not_observed; it does not change network or system
configuration, upload Evidence, or claim a unique root cause.