โ† All skills
Tencent SkillHub ยท Productivity

Policy Lawyer

Reference the workspace policy playbook, answer "What are the rules for tone, data, and collaboration?" by searching the curated policy doc or listing its sections.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Reference the workspace policy playbook, answer "What are the rules for tone, data, and collaboration?" by searching the curated policy doc or listing its sections.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/policies.md, scripts/policy_lawyer.py, tests/test_policy_lawyer.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Overview

policy-lawyer is built around the curated policy notebook at references/policies.md. The CLI (scripts/policy_lawyer.py) lets you: --list-topics to list every policy heading. --topic <name> to show the section that matches a topic (case-insensitive). --keyword <term> to search all policies for a given keyword. --policy-file <path> to point at a different policy document when comparing workspaces. Use this skill when you need to remind yourself of the community standards before drafting announcements or when a question lands that needs an authoritative policy quote.

CLI usage

python3 skills/policy-lawyer/scripts/policy_lawyer.py --list-topics prints every section defined under ## <Section Name> in the policy reference. --topic "Tone" prints the tone guidelines exactly as written so you can quote them during calm reminders. --keyword security (or any other keyword) shows the matching lines across all sections so you can quickly see where that topic is governed. Supply --policy-file /path/to/repo/references/policies.md when you want to interrogate a copy of the playbook from another workspace.

Sample commands

python3 skills/policy-lawyer/scripts/policy_lawyer.py --topic Tone python3 skills/policy-lawyer/scripts/policy_lawyer.py --keyword data --policy-file ../other-workspace/references/policies.md The first command prints the tone section; the second searches for "data" inside another workspace's policies and prints each matching snippet.

References

references/policies.md is the curated policy playbook that lists tone, data, collaboration, and security rules.

Resources

GitHub: https://github.com/CrimsonDevil333333/policy-lawyer ClawHub: https://www.clawhub.ai/skills/policy-lawyer

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • references/policies.md Docs
  • scripts/policy_lawyer.py Scripts
  • tests/test_policy_lawyer.py Scripts