Firm Legal Pack
ReviewAudited by ClawScan on May 1, 2026.
Overview
This is an instruction-only legal workflow bundle with no code, but users should review its optional dependency installs and session-orchestration permissions because legal data is sensitive.
This skill appears coherent and instruction-only, with no code or static scan findings. Before installing it in a legal environment, review the companion skills it recommends, apply the secure-mode and audit settings, restrict session methods as suggested, and ensure the workspace is appropriate for sensitive legal documents.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Legal documents or prior session context could be exposed to other agent sessions if the surrounding OpenClaw permissions are broad.
The skill declares tools for sending to sessions, spawning sessions, and reading session history. These are coherent with a multi-agent legal orchestration bundle, but session-to-session workflows can move sensitive legal context between agents.
tools:
- sessions_send
- sessions_spawn
- sessions_historyUse the recommended pairing, audit, and allowed-method restrictions; install only in workspaces where inter-agent session sharing is intended.
Installing the recommended companion skills could add capabilities, code, or permissions not visible in this instruction-only artifact.
The skill recommends latest-version installs of multiple companion skills. This is purpose-aligned for a bundle, but those additional packages are outside this artifact and should be reviewed independently.
npx clawhub@latest install academic-research npx clawhub@latest install pdf-documents npx clawhub@latest install arc-security-audit npx clawhub@latest install agent-audit-trail npx clawhub@latest install firm-orchestration
Review each recommended skill’s source, permissions, and install behavior before adding it to a legal or compliance workspace.
A mistaken or overly broad configuration could carry into later legal workflows or other agent sessions.
The artifact asks the user to modify a shared OpenClaw configuration file, including default agent workspace settings. This is not hidden and fits the firm-pack purpose, but configuration changes can affect future agent runs.
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"
}
}
}Back up the OpenClaw configuration first and apply the overlay only to the intended legal workspace or profile.
