← Back to Skills Marketplace
xiaoyaner0201

jd-lawsuit-skill

by xiaoyaner0201 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
256
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install jd-lawsuit-skill
Description
Judicial Dispute(消费纠纷维权助手)。通过浏览器自动化采集电商平台订单数据、 商品快照、物流记录,生成退款申请、12315投诉函、民事起诉状等维权文书。 Use when user mentions "维权", "退款", "投诉", "消费纠纷", "订单纠纷", "12315", "消费者权益...
README (SKILL.md)

JD Lawsuit — Judicial Dispute 消费纠纷维权

通过浏览器采集电商订单证据,生成维权文书,引导投诉和诉讼流程。

前置条件

  • 浏览器已登录目标电商平台(本 skill 不处理登录,由用户自行完成)
  • 需要 browser-use MCP(CDP 连接)

核心流程

确认平台与登录 → 定位订单 → 采集证据 → 生成文书 → 投诉/起诉

Step 1: 确认平台与登录状态

向用户确认纠纷发生的电商平台,导航到该平台用户中心检查登录状态。

各平台的入口 URL、订单页路径、选择器策略见 references/platform-guide.md

Step 2: 定位目标订单

向用户确认订单号商品关键词,导航到订单列表页采集数据。

Step 3: 证据固定

对关键页面截图、提取结构化数据,保存至 ~/Downloads/dispute-evidence/{订单号}/, 自动生成证据清单索引。

详细采集流程、截图规范、文件命名见 references/evidence-collection.md

Step 4: 生成维权文书

根据纠纷类型生成对应文书:

类型 典型情况 生成文书
退款/退货 商品质量问题、描述不符、未收到货 退款申请函
价格欺诈 先涨后降、虚假满减、保价不兑现 12315 投诉函 + 赔偿计算
虚假宣传 商品描述与实物严重不符 12315 投诉函
售后不作为 客服推诿、超时未处理 12315 投诉函 + 起诉状
食品安全 过期/变质/违禁添加 12315 投诉函 + 退一赔十计算

文书模板见 references/legal-templates.md

Step 5: 投诉提交(可选)

引导用户通过合适渠道提交投诉。

各渠道操作步骤见 references/complaint-channels.md

详细参考

主题 文档
电商平台适配指南 references/platform-guide.md
证据采集与截图规范 references/evidence-collection.md
维权文书模板 references/legal-templates.md
法律依据速查 references/legal-basis.md
投诉渠道操作指南 references/complaint-channels.md

注意事项

  • 不自动输入账号密码,登录始终由用户手动完成
  • 截图前等待页面完全加载(browser_wait 2-3 秒 + snapshot 确认)
  • 生成的文书为参考模板,提示用户根据实际情况修改后使用
  • 若金额较大或情况复杂,建议用户咨询专业律师
Usage Guidance
This skill appears to be what it claims: it will drive your browser (via a CDP connection) and read/write files under ~/Downloads/dispute-evidence/{order}/ to assemble evidence and generate complaint documents. Before installing or invoking: 1) only use it with accounts you trust being inspected (it will see pages accessible in your logged-in browser session); 2) confirm how you will grant the agent CDP/browser access and revoke it afterward; 3) review collected screenshots/raw-data.json before uploading to any external complaint portal; 4) do not provide passwords — the skill explicitly says it does not log you in; 5) treat the evidence folder as sensitive and delete or move it when no longer needed; 6) if you need legal-grade documents, consult a lawyer (templates are for reference). If you want extra assurance, ask the skill author for details about where the agent runs (local vs. remote) and whether any data leaves your machine during processing.
Capability Analysis
Type: OpenClaw Skill Name: jd-lawsuit-skill Version: 1.0.2 The jd-lawsuit-skill is a consumer rights protection assistant designed to help users automate the collection of evidence and the generation of legal documents for e-commerce disputes. It uses browser automation to capture order details, logistics, and product snapshots, saving all data locally to the user's Downloads directory. The skill instructions in SKILL.md and references/platform-guide.md explicitly state that login must be handled manually by the user, and all provided URLs for platforms and government services (e.g., 12315.cn, 12368.com) are legitimate.
Capability Assessment
Purpose & Capability
Name/description (collect order evidence, generate complaint/claim docs) match the instructions: the SKILL.md describes browser automation, screenshotting, extracting order data, and producing templates. No unrelated environment variables, binaries, or installs are required.
Instruction Scope
Runtime instructions require navigating logged-in e‑commerce pages via a browser/CDP connection, taking screenshots, extracting structured data, and saving evidence under ~/Downloads/dispute-evidence/{order}/. That file I/O and access to the user's active browser session is necessary for the stated function but is sensitive — the skill also asks users to provide App screenshots in the same directory so the agent will read user-provided files.
Install Mechanism
Instruction-only skill with no install spec or third-party downloads. Lowest-risk installation footprint: nothing is written to disk by an installer beyond files the agent itself creates (evidence directory).
Credentials
No environment variables, credentials, or external tokens are requested. The only capabilities implied are a browser/CDP connection and access to the user's Downloads directory — both proportionate to collecting webpage evidence.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request elevated or persistent platform privileges and does not modify other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jd-lawsuit-skill
  3. After installation, invoke the skill by name or use /jd-lawsuit-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Expanded to support multiple e-commerce platforms,
v1.0.1
- Initial release of JD Lawsuit skill. - Provides 京东 (JD.com) order management features.
v1.0.0
JD Lawsuit Skill 1.0.0 — Initial Release - Provides a CLI interface for managing JD internal lawsuit/arbitration cases via JoyDesk. - Supports case list querying with filters (status, type, search, paging) and multiple output formats. - Enables merchant detail screenshot automation, including plaintext information extraction. - Integrates with Electron-based authentication and Playwright browser automation. - Includes sample workflows, API/schema references, and operational details for robust usage.
Metadata
Slug jd-lawsuit-skill
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is jd-lawsuit-skill?

Judicial Dispute(消费纠纷维权助手)。通过浏览器自动化采集电商平台订单数据、 商品快照、物流记录,生成退款申请、12315投诉函、民事起诉状等维权文书。 Use when user mentions "维权", "退款", "投诉", "消费纠纷", "订单纠纷", "12315", "消费者权益... It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.

How do I install jd-lawsuit-skill?

Run "/install jd-lawsuit-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is jd-lawsuit-skill free?

Yes, jd-lawsuit-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does jd-lawsuit-skill support?

jd-lawsuit-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created jd-lawsuit-skill?

It is built and maintained by xiaoyaner0201 (@xiaoyaner0201); the current version is v1.0.2.

💬 Comments