← Back to Skills Marketplace
romainsantoli-web

Firm Legal Pack

by romainsantoli-web · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
660
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install firm-legal-pack
Description
Curated skill bundle for law firms, legal departments and compliance teams. Activates the firm pyramid with Legal, Compliance, Privacy and Contracting agents...
README (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=true in mcp-openclaw
  • Enable AUDIT_ENABLED=true for all legal workflow runs
  • Restrict OPENCLAW_ALLOWED_METHODS to agent.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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: firm-legal-pack Version: 1.0.0 The skill bundle declares the `sessions_spawn` tool in `SKILL.md`, which grants the AI agent the capability to execute arbitrary commands or spawn new processes on the host system. While the skill's `SKILL.md` content does not contain explicit instructions for the agent to perform malicious actions, this powerful capability represents a significant Remote Code Execution (RCE) vulnerability if the agent is compromised via prompt injection or if the user does not follow the provided security recommendations to restrict allowed methods. The presence of this high-risk capability, even without explicit malicious intent within the skill's instructions, warrants a 'suspicious' classification.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install firm-legal-pack
  3. After installation, invoke the skill by name or use /firm-legal-pack
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of firm-legal-pack. - Curated skill bundle for law firms, legal departments, and compliance teams. - Activates specialized agents for Legal, Compliance, Privacy, and Contracting. - Pre-configured for document review, regulatory tracking, and risk analysis. - Includes firm configuration overlay and recommended companion skills. - Provides example prompts for standard legal delivery and contract negotiation. - Offers security and compliance setup guidance.
Metadata
Slug firm-legal-pack
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Firm Legal Pack?

Curated skill bundle for law firms, legal departments and compliance teams. Activates the firm pyramid with Legal, Compliance, Privacy and Contracting agents... It is an AI Agent Skill for Claude Code / OpenClaw, with 660 downloads so far.

How do I install Firm Legal Pack?

Run "/install firm-legal-pack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Firm Legal Pack free?

Yes, Firm Legal Pack is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Firm Legal Pack support?

Firm Legal Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Firm Legal Pack?

It is built and maintained by romainsantoli-web (@romainsantoli-web); the current version is v1.0.0.

💬 Comments