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.
Why use this skill?
Automate workspace policy lookups with the policy-lawyer skill. Retrieve tone, data, and collaboration rules instantly from your markdown documentation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/crimsondevil333333/policy-lawyerWhat This Skill Does
The policy-lawyer skill acts as an authoritative reference engine for your workspace's operational guidelines. By pointing to a structured markdown file (references/policies.md), the agent can instantly retrieve, parse, and summarize specific mandates regarding team tone, data handling protocols, and collaboration workflows. Instead of manually scrolling through lengthy internal documents, you can query the agent to provide precise, policy-backed answers. It serves as a single source of truth, ensuring that any drafted communication or decision-making process aligns perfectly with your team's established community standards and compliance requirements.
Installation
To integrate this skill into your environment, use the OpenClaw package manager. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/crimsondevil333333/policy-lawyer
Ensure that you have a valid references/policies.md file located in your project root or defined path. The script relies on standard header formatting (## Section Name) to index the documentation, so ensure your policy documents are consistently formatted for optimal retrieval.
Use Cases
This skill is ideal for teams operating in high-compliance or highly collaborative environments. Use it during project onboarding to quickly learn team norms, or apply it before drafting public-facing announcements to verify the required tone and style. It is particularly valuable during cross-workspace collaboration, where you can use the --policy-file flag to import and verify compliance with policies from different internal projects without needing to manually copy-paste documentation. It reduces the cognitive load of memorizing nuanced rules and prevents policy drift during rapid project iterations.
Example Prompts
- "What are our official guidelines regarding internal data sharing? Please cite the relevant section from the policy playbook."
- "I need to draft an update on the project status. Can you list the current tone requirements so I ensure my message is aligned?"
- "Run a keyword search for 'security' across our policies and identify any constraints on external communication."
Tips & Limitations
The policy-lawyer operates primarily as a retrieval tool rather than a generative compliance checker. It excels at extracting exact text, but you should still review the output to ensure the context remains relevant to your current scenario. To get the best results, keep your policies.md file well-structured with clear, descriptive headers. If you are managing multiple projects, always verify that the --policy-file path correctly points to the intended version of the playbook to avoid referencing outdated guidelines. If the script fails to find a topic, try using --list-topics to confirm the exact spelling or phrasing of the section headers in your source file.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-crimsondevil333333-policy-lawyer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
devlog-skill
A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
DevLog Skill
A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
context-onboarding
Provide new contributors and agents with a concise tour of the workspace identity files (SOUL.md, USER.md, AGENTS.md, TOOLS.md) plus onboarding tips. Use when a newcomer needs context or when you want to double-check how this workspace is configured.
sheetsmith
Pandas-powered CSV & Excel management for quick previews, summaries, filtering, transforming, and format conversions. Use this skill whenever you need to inspect spreadsheet files, compute column-level summaries, apply queries or expressions, or export cleansed data to a new CSV/TSV/XLSX output without rewriting pandas every time.
Devlog Agent Skill
Skill by crimsondevil333333