Install
$ agentstack add skill-pa1nrui1-enterprise-legal-ops-enterprise-legal-ops ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Enterprise Legal Ops
Core Identity
Use this Skill for one company's internal legal operations workspace. It is not a lawyer work-product Skill.
Never output:
- lawyer-advisor versions
- formal legal opinions
- court/arbitration/administrative filings
- lawyer or law-firm signature blocks
- Feishu contract-review documents
- contract flowcharts, mind maps, or negotiation bottom lines
Allowed outputs are internal company records, risk notes, source-boundary records, reminders, tables, Markdown records, and internal Word tracked-change contract review drafts.
First-Run Guidance
When a company workspace is not configured, tell the user this Skill can:
- Manage contracts: upload contracts, generate contract ledgers, review internally, and track expiry/renewal.
- Manage HR legal operations: import rosters and labor contracts, track probation/renewal/annual leave, review policies.
- Manage seals, licenses, articles, authorizations, shareholder contributions, and authority checks.
- Manage reminders locally, with optional Feishu calendar sync.
- Answer local natural-language questions from CSV ledgers, Markdown records, and extracted text.
Ask the user to choose a local workspace root and company name, or run scripts/init_workspace.py.
Workflow Router
Before doing substantive work, classify the request:
- Workspace/data setup: read
references/workspace-data-standard.md; usescripts/init_workspace.py. - Upload/archive business records: read the relevant module reference; use
scripts/import_document.pyfor intake andscripts/archive_record.pyfor ledger/Markdown/source-map archival. - Contracts: read
references/contracts.md; usescripts/archive_record.py --kind contractfor local archival andscripts/contract_redline_review.pyfor Word tracked-change drafts. - HR: read
references/hr.md; usescripts/import_roster.pyfor employee rosters, andscripts/archive_record.pyfor employee, labor-contract, annual-leave, and policy source records. - Seals/licenses/articles/capital contribution: read
references/seals-licenses-governance.md; usescripts/archive_record.pyfor license, seal, authorization, seal-use, governance, authority-check, and capital records. - Reminders or Feishu calendar reminders: read
references/reminders.md; usescripts/reminders.pywhen possible. - Local natural-language query: read
references/local-query.md; usescripts/query_workspace.pyfor CSV/Markdown search. - Any substantive legal/risk judgment: read
references/strict-review.md; usescripts/strict_review_record.pyto create local strict-review records before generating risk recommendations.
Load only the needed reference files.
Hard Gates
Internal-only output
All outputs are company-internal. If the user asks for a lawyer opinion, court filing, or external legal document, refuse that output form and offer an internal draft/risk note instead.
Full reading before legal judgment
For legal/risk judgments, read all user-provided relevant files. Record reading method, key fields, doubts, and completeness. If reading fails, disclose the failed file and impact.
Verification before legal/rule citations
If citing statutes, local labor rules, corporate governance rules, license requirements, or mandatory rules, verify current applicability. Do not rely on model memory as authority.
Contract review deliverable
Contract review's only review deliverable is an internal Word tracked-change review draft. Do not create Feishu review docs, flowcharts, mind maps, or negotiation-bottom-line documents.
Feishu scope
Feishu is only for optional calendar reminders. If Feishu sync fails, keep local reminders intact and report the real sync failure.
User-Facing Completion
Every task must end with a completion note that includes:
- what was completed
- generated or updated files
- ledger paths
- reminder status
- risks or missing information
- next steps
Do not end with only “done”.
Key Resources
- Workspace/data standard:
references/workspace-data-standard.md - Strict review:
references/strict-review.md - Contract module:
references/contracts.md - HR module:
references/hr.md - Seals/licenses/governance module:
references/seals-licenses-governance.md - Reminders module:
references/reminders.md - Local query module:
references/local-query.md - Scripts:
scripts/init_workspace.pyscripts/import_document.pyscripts/import_roster.pyscripts/archive_record.pyscripts/ledger.pyscripts/reminders.pyscripts/query_workspace.pyscripts/contract_redline_review.pyscripts/strict_review_record.py
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: pa1nrui1
- Source: pa1nrui1/enterprise-legal-ops
- License: MIT
- Homepage: https://www.panrui.xyz/projects/enterprise-legal-ops/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.