-
Notifications
You must be signed in to change notification settings - Fork 0
Integrations
karurikwao edited this page Jul 6, 2026
·
1 revision
RunWitness is not trying to replace agent runtimes. It wraps them with policy checks, witnessed execution, timelines, and receipts.
RunWitness includes a repo-official OpenClaw tool plugin package in integrations/openclaw-runwitness-plugin.
Validate it from the repository root:
npm --workspace @runwitness/openclaw-plugin run plugin:validateRunWitness includes a Hermes skill pack example in examples/hermes-runwitness-skill-pack.
Inspect it:
npm run rw -- skill inspect --file examples/hermes-runwitness-skill-pack/runwitness-skill.ymlRunWitness includes @runwitness/mcp-server, a stdio MCP server for Codex, Claude-compatible clients, Hermes MCP tooling, and other MCP-capable hosts.
After a build:
node packages/mcp-server/dist/src/bin.js --helpGood wording:
- "RunWitness includes its repo-official OpenClaw plugin package."
- "RunWitness includes a Hermes skill pack example."
- "RunWitness includes an MCP server for Codex, Claude-compatible, and other MCP-capable hosts."
- "Compatible through documented extension points."
Avoid wording that implies upstream endorsement before it exists.