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.
By Legal Skills ContributorsLicense: MIT63 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Jul 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install legal-skills for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add legal-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pa1nrui1/legal-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"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"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[legal-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/legal-skills)