dotkc + OpenClaw plugin (typed tools)
Prefer typed tools over shelling out? Use the OpenClaw plugin: dotkc-openclaw.hczhang.com
What you get
- Typed tool schema (predictable params/output)
- Defensive redaction + leak detection (fail-closed) (extra guardrail against leaking secrets into model transcripts)
- Cleaner OpenClaw tool allowlists/deny lists
Quick start
# install plugin (recommended: npm)
openclaw plugins install dotkc-openclaw@0.1.4
openclaw gateway restart
# or: local dev link
openclaw plugins install -l /path/to/dotkc-openclaw
openclaw gateway restart
# allow plugin tools
# tools.allow: ["dotkc"]
Notes:
- The plugin bundles
dotkc(no global dotkc install required). - The plugin enforces
DOTKC_NO_LEAK=1for dotkc subprocesses by default.