← Back to Skills Marketplace
daimingvip-a11y

Legal Consulting Bundle

by daimingvip-a11y · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
142
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install legal-consulting-bundle
Description
中国法律咨询AI技能套装 - 基于中国法律知识库,提供合同审查、法律问答、合规检查等AI自动化服务。 覆盖民法典、劳动合同法、公司法等核心法规,帮中小企业和个人用户快速获取法律分析,降低法律咨询成本。
README (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:全部技能 + 定制化 + 法律知识库更新
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install legal-consulting-bundle
  3. After installation, invoke the skill by name or use /legal-consulting-bundle
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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大法律服务能力。 - 基于中国法律知识库,提供合同审查、法律问答、合规检查等服务 - 支持民法典、劳动合同法、公司法等核心法规 - 涵盖合同审查、法律问答、企业合规、劳动争议、知识产权、债务催收六大技能 - 面向中小企业和个人用户,帮助快速获取法律分析,降低咨询成本
Metadata
Slug legal-consulting-bundle
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Legal Consulting Bundle?

中国法律咨询AI技能套装 - 基于中国法律知识库,提供合同审查、法律问答、合规检查等AI自动化服务。 覆盖民法典、劳动合同法、公司法等核心法规,帮中小企业和个人用户快速获取法律分析,降低法律咨询成本。 It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install Legal Consulting Bundle?

Run "/install legal-consulting-bundle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Legal Consulting Bundle free?

Yes, Legal Consulting Bundle is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Legal Consulting Bundle support?

Legal Consulting Bundle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Legal Consulting Bundle?

It is built and maintained by daimingvip-a11y (@daimingvip-a11y); the current version is v1.0.1.

💬 Comments