← 返回 Skills 市场
Legal Consulting Bundle
作者
daimingvip-a11y
· GitHub ↗
· v1.0.1
· MIT-0
142
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install legal-consulting-bundle
功能描述
中国法律咨询AI技能套装 - 基于中国法律知识库,提供合同审查、法律问答、合规检查等AI自动化服务。 覆盖民法典、劳动合同法、公司法等核心法规,帮中小企业和个人用户快速获取法律分析,降低法律咨询成本。
使用说明 (SKILL.md)
Legal Consulting Bundle
中国法律咨询AI技能套装,集成6大法律服务能力。
包含技能
| 技能 | 功能 |
|---|---|
| 合同审查 | AI自动审查合同条款,识别法律风险 |
| 法律问答 | 中国法律知识问答,覆盖民事/刑事/行政 |
| 企业合规检查 | 企业运营合规性全面检查 |
| 劳动争议咨询 | 劳动合同、工资、社保、工伤等争议 |
| 知识产权保护 | 商标、专利、著作权、商业秘密保护 |
| 债务催收指导 | 欠款追讨、债务纠纷法律指导 |
法律知识库
- 《民法典》合同编、人格权编
- 《劳动合同法》
- 《公司法》
快速开始
pip install -r requirements.txt
copy .env.example .env
py main.py
商业模式
- 基础版 $500:3个核心技能 + 安装支持
- 专业版 $2,000:全部6个技能 + 1个月技术支持
- 企业版 $5,000:全部技能 + 定制化 + 法律知识库更新
安全使用建议
What to consider before installing:
- The code will run a local FastAPI web app and (optionally) call an external LLM service (DeepSeek) if you provide DEEPSEEK_API_KEY. The SKILL.md/manifest do not list this env var even though main.py reads it — do not set an API key unless you trust DeepSeek and understand that user queries (and included knowledge/context) will be transmitted to that external service.
- .env.example referenced by the README/SKILL.md is missing from the package. Inspect any .env you create carefully — do not paste secrets or sensitive personal data into the service while testing.
- The knowledge mapping in code references some law files that are not included; expect some features to use fallback templates rather than a full LLM analysis. Test in 'template mode' (no DEEPSEEK_API_KEY) to avoid external calls; template mode returns canned responses.
- Run the app in an isolated environment (container or VM) and bind the server to localhost only if you do not want it exposed on the network. Review the code paths that call httpx.post and any other network calls before providing credentials.
- If you need this functionality but are not comfortable with the unknown external LLM, consider removing/modifying the external call (call_llm) or replacing it with a vetted LLM provider and explicitly document required env vars.
- Summary action items: inspect main.py, do not set DEEPSEEK_API_KEY unless you accept data sharing, create a local .env for safe testing, and run in an isolated environment.
能力评估
Purpose & Capability
The code, knowledge files, SKILL.md and README align with a legal-consulting web app offering contract review, QA, compliance, labor, IP and debt-collection modules. However there are mismatches: the law_map in main.py references keys (e.g., 'labor_contract_law', 'trademark_law') that are not present in the provided knowledge_base, and SKILL.md/README reference a .env.example but no .env.example is in the manifest. These indicate sloppy/incomplete packaging rather than a capability mismatch.
Instruction Scope
SKILL.md instructs pip install and running main.py. main.py loads environment variables (via dotenv) and — if DEEPSEEK_API_KEY is set — forwards user prompts + local knowledge context to https://api.deepseek.com/v1/chat/completions. The SKILL.md does not declare this environment variable or clearly warn that user inputs will be sent to an external API. The instructions also reference copying a .env.example file that is not included.
Install Mechanism
No install spec in registry; runtime instructions rely on pip install -r requirements.txt (requirements are typical: FastAPI, uvicorn, httpx, etc.). There are no downloads from arbitrary URLs or archive extraction. Installing dependencies via pip is expected for this type of project.
Credentials
The repository does not declare any required env vars, yet main.py reads DEEPSEEK_API_KEY (and uses dotenv). Supplying that key will cause potentially sensitive user inputs and appended local knowledge to be sent to DeepSeek. The absence of a declared primaryEnv or any env documentation in SKILL.md is an incoherence and a privacy/exfiltration risk if a key is provided without clear notice.
Persistence & Privilege
The skill is not force-enabled (always: false) and does not request system-wide privileges. It creates/uses directories under its package (templates, static, knowledge_base, skills) and runs a local web server — standard for a web app. It does not modify other skills or system configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install legal-consulting-bundle - 安装完成后,直接呼叫该 Skill 的名称或使用
/legal-consulting-bundle触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Version updated to 1.0.1 with no other changes.
- No modifications made to files or feature set in this release.
v1.0.0
Legal Consulting Bundle 1.0.0 发布。中国法律咨询AI技能套装,集成6大法律服务能力。
- 基于中国法律知识库,提供合同审查、法律问答、合规检查等服务
- 支持民法典、劳动合同法、公司法等核心法规
- 涵盖合同审查、法律问答、企业合规、劳动争议、知识产权、债务催收六大技能
- 面向中小企业和个人用户,帮助快速获取法律分析,降低咨询成本
元数据
常见问题
Legal Consulting Bundle 是什么?
中国法律咨询AI技能套装 - 基于中国法律知识库,提供合同审查、法律问答、合规检查等AI自动化服务。 覆盖民法典、劳动合同法、公司法等核心法规,帮中小企业和个人用户快速获取法律分析,降低法律咨询成本。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 Legal Consulting Bundle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install legal-consulting-bundle」即可一键安装,无需额外配置。
Legal Consulting Bundle 是免费的吗?
是的,Legal Consulting Bundle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Legal Consulting Bundle 支持哪些平台?
Legal Consulting Bundle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Legal Consulting Bundle?
由 daimingvip-a11y(@daimingvip-a11y)开发并维护,当前版本 v1.0.1。
推荐 Skills