Install
openclaw skills install clawpolicyInstall and use ClawPolicy, an explainable autonomous execution policy engine for low-touch, auditable agent execution. Supports initialization, policy super...
openclaw skills install clawpolicyClawPolicy is an explainable autonomous execution policy engine for low-touch, auditable agent execution.
.clawpolicy/policy/hint -> candidate -> confirmed -> suspended -> archivedclawpolicy policy ...python3 -m pip install clawpolicy
Optional extras:
python3 -m pip install "clawpolicy[phase3]"
clawpolicy init
clawpolicy analyze
clawpolicy policy status
clawpolicy policy recent
clawpolicy policy risky
clawpolicy policy suspended
The published package should pass this minimal smoke path:
python3 -m pip install clawpolicy
clawpolicy --help
clawpolicy init
clawpolicy policy status
python -m clawpolicy policy status
from clawpolicy import (
ConfirmationAPI,
PolicyEvent,
PolicyStore,
Playbook,
Rule,
MarkdownToPolicyConverter,
PolicyToMarkdownExporter,
create_api,
)
https://github.com/DZMing/clawpolicyreferences/upstream-README.zh-CN.mdreferences/upstream-README.mdreferences/upstream-CHANGELOG.mdreferences/upstream-SECURITY.mdclawpolicy project.