/install clawpolicy
ClawPolicy
ClawPolicy is an explainable autonomous execution policy engine for low-touch, auditable agent execution.
What it does
- Initializes canonical local policy storage in
.clawpolicy/policy/ - Tracks policy lifecycle:
hint -> candidate -> confirmed -> suspended -> archived - Exposes a supervision CLI:
clawpolicy policy ... - Provides a stable Python API for confirmation, policy storage, and Markdown conversion/export
Install
python3 -m pip install clawpolicy
Optional extras:
python3 -m pip install "clawpolicy[phase3]"
Quick start
clawpolicy init
clawpolicy analyze
clawpolicy policy status
clawpolicy policy recent
clawpolicy policy risky
clawpolicy policy suspended
Verification
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
Python API
from clawpolicy import (
ConfirmationAPI,
PolicyEvent,
PolicyStore,
Playbook,
Rule,
MarkdownToPolicyConverter,
PolicyToMarkdownExporter,
create_api,
)
References
- Upstream repo:
https://github.com/DZMing/clawpolicy - Chinese README:
references/upstream-README.zh-CN.md - English README:
references/upstream-README.md - Changelog:
references/upstream-CHANGELOG.md - Security policy:
references/upstream-SECURITY.md
Notes
- This ClawHub package is a skill wrapper for the public
clawpolicyproject. - Canonical source code, releases, and issue tracking remain in the upstream GitHub repository.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawpolicy - After installation, invoke the skill by name or use
/clawpolicy - Provide required inputs per the skill's parameter spec and get structured output
What is ClawPolicy?
Install and use ClawPolicy, an explainable autonomous execution policy engine for low-touch, auditable agent execution. Supports initialization, policy super... It is an AI Agent Skill for Claude Code / OpenClaw, with 363 downloads so far.
How do I install ClawPolicy?
Run "/install clawpolicy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawPolicy free?
Yes, ClawPolicy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ClawPolicy support?
ClawPolicy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawPolicy?
It is built and maintained by DZMing (@dzming); the current version is v3.0.2.