policy-lawyer

Verified·Scanned 2/17/2026

This skill provides a small CLI to read and search a workspace policy file (references/policies.md) via skills/policy-lawyer/scripts/policy_lawyer.py. It includes example python3 commands and test code that run the CLI locally; no network exfiltration, secret access, or obfuscated payloads are present.

from clawhub.ai·v16befec·8.1 KB·0 installs
Scanned from 1.0.1 at 16befec · Transparency log ↗
$ vett add clawhub.ai/crimsondevil333333/policy-lawyer

Policy Lawyer

Policy Lawyer keeps the workspace policies within reach. It reads references/policies.md and helps you quote the right clause when the team needs clarity on tone, data usage, or collaboration etiquette.

Usage

python3 skills/policy-lawyer/scripts/policy_lawyer.py --list-topics
python3 skills/policy-lawyer/scripts/policy_lawyer.py --topic "Tone"
python3 skills/policy-lawyer/scripts/policy_lawyer.py --keyword security

Testing

python3 -m unittest discover skills/policy-lawyer/tests

Packaging & release

python3 $(npm root -g)/openclaw/skills/skill-creator/scripts/package_skill.py skills/policy-lawyer

Links