← All plugins
legal-skills
v0.1.0Chinese legal workflow skills for AI agents: consultation, litigation, criminal defense, labor disputes, bankruptcy, contracts, compliance, legal drafting, and document export.
Codex
by Legal Skills ContributorsMIT63updated 1 month ago
Source
git clone https://github.com/pa1nrui1/legal-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
legal-skills/
└── .codex-plugin/plugin.json
Manifests1
.codex-plugin/plugin.json
{
"name": "legal-skills",
"version": "0.1.0",
"description": "Chinese legal workflow skills for AI agents: consultation, litigation, criminal defense, labor disputes, bankruptcy, contracts, compliance, legal drafting, and document export.",
"author": {
"name": "Legal Skills Contributors"
},
"repository": "https://github.com/pa1nrui1/legal-skills",
"license": "MIT",
"keywords": [
"legal",
"law",
"china-law",
"codex",
"skills",
"litigation",
"contract",
"compliance"
],
"skills": "./skills/",
"interface": {
"displayName": "Legal Skills",
"shortDescription": "Chinese legal workflow skills",
"longDescription": "A Chinese legal workflow skill system for AI agents, covering legal consultation, civil litigation, criminal defense, labor disputes, bankruptcy procedures, contract drafting and review, product legal, regulatory compliance, legal research, and document export workflows.",
"developerName": "Legal Skills Contributors",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/pa1nrui1/legal-skills",
"defaultPrompt": [
"法律工作总控 帮我路由这个法律任务",
"合同审查 审核这份合同并输出风险清单",
"法律咨询助手 帮我回复这个客户咨询"
],
"brandColor": "#7f1d1d"
}
}