Firm Legal Pack
v1.0.0Curated skill bundle for law firms, legal departments and compliance teams. Activates the firm pyramid with Legal, Compliance, Privacy and Contracting agents...
MIT-0
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description match the SKILL.md: it provides prompts, recommended companion skills, and a configuration overlay to run legal/compliance agents. The included metadata tools (sessions_send, sessions_spawn, sessions_history) match an orchestration role. One minor note: it recommends the 'firm-orchestration' skill but does not enforce or declare it as a required dependency in metadata.
Instruction Scope
Runtime instructions are scoped to legal workflows (prompts, recommended installs, and configuration snippets). They do not instruct reading arbitrary system files or exfiltrating credentials. However the SKILL.md tells users to modify ~/.openclaw/openclaw.json and to install additional skills via npx — both of which involve writing files and fetching packages from the network, so verify the sources before executing.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only (lowest install risk). The only install activity it suggests is using 'npx clawhub@latest install ...' for companion skills — that is networked package installation initiated by the user, not the skill itself.
Credentials
The skill does not require environment variables or credentials. It recommends enabling certain security flags (SECURE_PRODUCTION_MODE, AUDIT_ENABLED, and restricting OPENCLAW_ALLOWED_METHODS) as security best practices, which are proportionate to handling sensitive legal data.
Persistence & Privilege
always:false and normal invocation make this non-persistent. The SKILL.md asks the user to change the global OpenClaw config (~/.openclaw/openclaw.json) — that is a potentially impactful, permanent change to agent behavior, so back up your config before applying it.
Assessment
This skill appears coherent for a law-firm orchestration pack, but take these precautions before installing/using it: 1) Verify the source — the skill is published by an unknown owner and recommends installing other skills via 'npx'; confirm those companion packages' authors and integrity. 2) Back up ~/.openclaw/openclaw.json before applying the suggested overlay and review the config changes (they set a specific model and workspace paths). 3) Only install recommended companion skills if you trust their provenance; 'npx' will fetch code from the network. 4) Follow the SKILL.md's security suggestions (enable audit logs, restrict allowed methods, use secure production mode) when processing sensitive legal documents. 5) If you need higher assurance, ask the publisher for source URLs or a signed release of 'firm-orchestration' and the other recommended skills; without that, treat the recommended installs as untrusted third-party code.Like a lobster shell, security has layers — review code before you run it.
latest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
firm-legal-pack
Sector bundle for legal & compliance environments.
Activated departments
| Department | Services activated | Focus |
|---|---|---|
| Legal | Contracting · Privacy/Data · IP & Compliance | Contract review, GDPR, patent filings |
| Quality | Compliance auditing · Accessibility | Regulatory adherence |
| Finance | Unit economics · Billing & Collections | Cost analysis for legal ops |
| RA | Governance & Performance | Agent onboarding for legal roles |
| Operations | Documentation · Release | Knowledge base management |
Recommended ClawHub skills to install alongside
npx clawhub@latest install academic-research # Legal research via OpenAlex
npx clawhub@latest install pdf-documents # Contract PDF parsing
npx clawhub@latest install arc-security-audit # Compliance audit trail
npx clawhub@latest install agent-audit-trail # Hash-chained audit logging
npx clawhub@latest install firm-orchestration # This pack depends on it
Firm configuration overlay
Add to ~/.openclaw/openclaw.json:
{
"agent": {
"model": "anthropic/claude-opus-4-6",
"workspace": "~/.openclaw/workspace"
},
"agents": {
"defaults": {
"sandbox": { "mode": "non-main" },
"workspace": "~/.openclaw/workspace/legal-firm"
}
}
}
Prompt: standard legal delivery
Use firm-orchestration with:
objective: "Review NDA agreement for data residency compliance with GDPR Art. 44-49"
departments: ["legal", "quality"]
constraints: ["read-only document access", "cite specific articles"]
definition_of_done: "Risk matrix with recommended redlines and clause references"
delivery_format: "markdown_report"
Prompt: contract negotiation prep
Use firm-orchestration with:
objective: "Prepare negotiation brief for SaaS vendor contract renewal"
departments: ["legal", "finance", "commercial"]
constraints: ["no signatures", "max budget: current + 15%"]
definition_of_done: "Negotiation playbook with red/amber/green clauses"
delivery_format: "structured_document"
Security notes
- Legal data is sensitive: activate
SECURE_PRODUCTION_MODE=truein mcp-openclaw - Enable
AUDIT_ENABLED=truefor all legal workflow runs - Restrict
OPENCLAW_ALLOWED_METHODStoagent.run,sessions_send - Use
dmPolicy: "pairing"on all channels
Compliance coverage
| Regulation | Coverage |
|---|---|
| GDPR / CCPA | Privacy/Data Protection service |
| SOC 2 | Security & Compliance quality service |
| ISO 27001 | Security audit trail + documentation ops |
| Contract law | Contracting service + IP legal |
💎 Support
Si ce skill vous est utile, vous pouvez soutenir le développement :
Dogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
