法律维权草拟虾

v1.0.0

法律维权草拟虾。识别违约行为并自动起草维权通知函。当用户提到违约、维权、发函、催告、索赔、侵权、律师函、催款函、警告函、追责等场景时使用。输入可以是自然语言描述或结构化数据(Excel/CSV),输出标准化法律函件(Markdown/PDF/Word)。

0· 151·0 current·0 all-time
byRicky@tujinsama

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for tujinsama/legal-rights-drafter-claw.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "法律维权草拟虾" (tujinsama/legal-rights-drafter-claw) from ClawHub.
Skill page: https://clawhub.ai/tujinsama/legal-rights-drafter-claw
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install legal-rights-drafter-claw

ClawHub CLI

Package manager switcher

npx clawhub@latest install legal-rights-drafter-claw
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included templates, clause references, and the conversion script. All required artifacts (templates, legal-clauses, case references) are present and appropriate for producing standardized legal letters.
Instruction Scope
SKILL.md instructions are narrowly scoped to extracting contract facts, selecting templates/clauses, generating Markdown output, and optionally converting to PDF/DOCX. It only reads the bundled reference files and asks the user for missing fields. It does not instruct reading unrelated system files, secrets, or contacting external endpoints.
Install Mechanism
There is no install spec; this is instruction-only with a small helper shell script. The script uses standard local tools (pandoc, wkhtmltopdf, weasyprint) if available — no downloads or external installers are embedded. This is low-risk.
Credentials
The skill declares no required environment variables or credentials. The conversion script optionally respects OUTPUT_DIR (a benign configurable path). There are no requests for keys, tokens, or unrelated service credentials.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It creates files under /tmp (or OUTPUT_DIR) when converting, which is expected behavior for output generation.
Assessment
This skill appears coherent and focused on drafting legal letters using the provided templates. Before installing or using it: (1) remember generated letters are for reference only — have your law department or a licensed attorney review them before sending; (2) the optional conversion step requires external binaries (pandoc and optionally wkhtmltopdf/weasyprint); install these from trusted package sources and be aware they will read/write files on disk (default OUTPUT_DIR is /tmp/legal-letters); (3) avoid pasting highly sensitive information (full account credentials, privileged secrets) into the input unless you trust the execution environment; (4) if you need the skill to run autonomously, consider whether you want that (the skill is not always-on by default).

Like a lobster shell, security has layers — review code before you run it.

latestvk97dg3jscxxz2w0wn8x7cj7nv1857629
151downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

法律维权草拟虾

识别违约行为,自动起草专业维权函件。目标:违约发生后 5 分钟内产出正式法律函件。

工作流程

1. 提取违约要素

从用户输入中提取:

  • 违约方:公司名称、联系方式、合同编号
  • 违约行为:具体行为、发生时间、金额/损失
  • 合同依据:相关条款编号、约定内容
  • 我方诉求:要求对方采取的行动、赔偿金额

如信息不完整,主动询问缺失的关键字段。

2. 判断违约类型

类型特征优先模板
迟延履行到期未履行,仍可履行催告函
拒绝履行明确表示不履行解除合同通知 + 索赔函
拖欠款项应付款项逾期未付催款函
质量瑕疵履行有缺陷质量异议函
知识产权侵权未经授权使用 IP侵权警告函
保密协议违约泄露商业秘密保密协议违约函

3. 匹配法律依据

读取 references/legal-clauses.md,匹配适用条款。常用:

  • 迟延履行/拒绝履行 → 《民法典》第577、578、563条
  • 拖欠款项 → 《民法典》第579条
  • 知识产权 → 《商标法》第57条 / 《著作权法》第52条

4. 生成函件

读取 references/letter-templates.md,选择对应模板,填充以下变量:

{发函方名称}     {受函方名称}     {合同名称}       {合同编号}
{合同签订日期}   {约定履行日期}   {发函日期}       {宽限天数}
{宽限截止日期}   {履行内容}       {欠款金额}       {损失金额}
{违约金金额}     {逾期天数}       {索赔金额}       {YEAR}  {SEQ}

函件编号格式:{YEAR}-{TYPE}-{SEQ},TYPE 参考:CG(催告)、CK(催款)、JC(解除)、QJ(侵权)、ZL(质量)、BM(保密)

5. 输出与转换

默认输出:Markdown 格式,直接在对话中展示完整函件内容。

生成 PDF/Word(用户要求时):

# 先将函件内容保存为 .md 文件
# 然后执行转换
bash scripts/generate-legal-letter.sh --input /tmp/letter.md --format pdf

6. 归档提示

函件生成后,提醒用户:

  • 正式发出前须经法务部门审核
  • 建议通过快递(保留回执)或公证方式送达
  • 保存发函记录,可中断诉讼时效

重要提示

  • 生成的函件仅供参考,正式发出前必须经法务审核
  • 复杂法律关系、跨境纠纷、涉及诉讼/仲裁的案件,建议咨询专业律师
  • 涉及刑事责任的违约行为,需向公安机关报案

参考资源

  • references/legal-clauses.md — 法律条款库(《民法典》等)
  • references/letter-templates.md — 8种函件模板
  • references/case-references.md — 典型案例与败诉教训
  • scripts/generate-legal-letter.sh — Markdown 转 PDF/Word

Comments

Loading comments...