← 返回 Skills 市场
xiaoyaner0201

jd-lawsuit-skill

作者 xiaoyaner0201 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
256
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install jd-lawsuit-skill
功能描述
Judicial Dispute(消费纠纷维权助手)。通过浏览器自动化采集电商平台订单数据、 商品快照、物流记录,生成退款申请、12315投诉函、民事起诉状等维权文书。 Use when user mentions "维权", "退款", "投诉", "消费纠纷", "订单纠纷", "12315", "消费者权益...
使用说明 (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 确认)
  • 生成的文书为参考模板,提示用户根据实际情况修改后使用
  • 若金额较大或情况复杂,建议用户咨询专业律师
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jd-lawsuit-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jd-lawsuit-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug jd-lawsuit-skill
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

jd-lawsuit-skill 是什么?

Judicial Dispute(消费纠纷维权助手)。通过浏览器自动化采集电商平台订单数据、 商品快照、物流记录,生成退款申请、12315投诉函、民事起诉状等维权文书。 Use when user mentions "维权", "退款", "投诉", "消费纠纷", "订单纠纷", "12315", "消费者权益... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。

如何安装 jd-lawsuit-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jd-lawsuit-skill」即可一键安装,无需额外配置。

jd-lawsuit-skill 是免费的吗?

是的,jd-lawsuit-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

jd-lawsuit-skill 支持哪些平台?

jd-lawsuit-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 jd-lawsuit-skill?

由 xiaoyaner0201(@xiaoyaner0201)开发并维护,当前版本 v1.0.2。

💬 留言讨论