基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CSlawyer1985/legal-skillhub --skill element-based命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
88查企业风险查询与分析工具 —— 专注于中国大陆企业的法务风险查询与分析,覆盖经营异常、行政处罚、监管措施、被执行人、失信被执行人、司法案件等风险类型。支持公司名称、统一社会信用代码、companyId 三种输入方式,自动完成风险查询并输出结构化风险分析总结。 触发场景:仅当用户意图为查询企业风险/法务风险时触发。包括但不限于:企业风险查询、公司风险、经营异常、行政处罚、监管措施、被执行人、失信被执行人、司法风险、风险扫描、风险评估、企业合规审查、风险报告、XX公司有什么风险、XX公司安全吗、XX公司有没有处罚、XX公司被执行过吗。 不触发场景:纯粹的企业信息查询(如查公司、搜企业、工商信息、注册资本、法人代表、股东结构、专利商标等)不应触发本技能,请使用其他 cha88 系列工具。
Manages Rule 30(b)(6) corporate representative deposition workflows — drafting notice topics with reasonable particularity, building examination outlines, defending designees, handling objections, and preserving binding admissions for summary judgment or trial. Use when drafting or responding to 30(b)(6) notices, selecting and preparing designees, building topic-by-topic outlines, or triaging scope and privilege disputes. Trigger keywords: 30(b)(6), corporate representative deposition, topic list, designee, notice analysis, deposition objections, corporate admissions.
Guides taking and defending Rule 30(b)(6) corporate representative depositions. Drafts topic lists with reasonable particularity, builds examination outlines for binding corporate admissions, analyzes noticed topics for objections, and prepares designees. Use when drafting 30(b)(6) notices, preparing corporate deposition topics, selecting or preparing designees, or defending corporate representative depositions.
| name | element-based |
| description | Element-based(要素式起诉状)用于将案件材料填写为 67 类要素式诉状 Word 草案;当用户要求起草、填写或整理要素式起诉状时使用。 |
将案情填入内置范本,生成供律师审核的 .docx 草案。运行依赖:Python 3.8+、python-docx。
assets/template_index.json 中的案由;不能判断时先询问用户。references/intake-extraction.md 汇总材料,标注已知、冲突、缺失;冲突和关键缺失项必须确认。text_keys、checkbox_groups、required 和 required_party_roles,仅使用其中的真实键;required_party_roles 须按 party_types 对应的自然人姓名或法人名称核验。复杂字段判断见 references/key-distinctions.md。python "<SKILL_DIR>/scripts/fill_complaint.py" \
--template "<SKILL_DIR>/assets/templates/<file>" \
--values "<values.json>" --out "<结果.docx>"
party_types,如 {"原告":"自然人","被告":"法人","第三人":"无"}:仅保留对应主体行;第三人为“无”时删除其全部信息行。不拆分模板使用裸键。claims.*、facts.*、完整表述及请求依据须相互一致;无关项填“无”或留空。仅供参考,交付前应人工核对内容与版式。