Okf harness
Bootstrap OKF Harness from Hermes Agent before a workspace-local OKF skill exists. Use when the user asks Hermes to create, find, select, repair, or enter an OKF Harness workspace. If okfh is missing, point to Universal setup. Do not use for daily workspace answers, generic Markdown editing, or non-OKF knowledge-base work.From its SKILL.md
npx -y skills add pumblus/okf-harness --skill okf-harnessAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.6 KB, 251 tokens by cl100k_base, as published. Nobody here has run it
OKF Harness Bootstrap
Use this skill only as the Hermes global bootstrap entrypoint for OKF Harness.
Runtime Check
- Check whether
okfhis available before planning workspace actions. - If
okfhis missing, stop and tell the user to runnpx @okf-harness/setup@latest. - Do not install, update, or replace the runtime from this skill.
Scope
- Hermes installs this skill as
pumblus/okf-harness/okf-harness, but it exposes onlyokf-harness-bootstrap. - Do not claim that a Hermes workspace-local daily adapter is installed by this skill.
- Once
okfhis available, useokfh --jsoncommands to inspect, create, select, or repair OKF Harness workspaces. - Before changing a workspace, prefer JSON-capable checks such as
okfh doctor --jsonand workspace status commands when available.
Response Contract
- State the runtime status first.
- If blocked by a missing runtime, give only the exact setup command:
npx @okf-harness/setup@latest. - If continuing, keep actions limited to OKF Harness bootstrap work.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.