← 返回 Skills 市场
rose-develop

Pre judgment of similar cases wdy

作者 rose-develop · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
102
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pre-judgment-of-similar-cases-wdy
功能描述
类案预判(法律检索 + 类似案例)。当用户描述一个纠纷或案件时(如'被骗了2万'、'朋友借钱不还'、'被打伤了'),自动检索相关法律条文和类似判例,分析法律后果、胜诉概率、可主张的赔偿及建议下一步行动。适用于:侵权责任、诈骗欺诈、合同纠纷、债务纠纷、治安纠纷、专利/商标/著作权等。
安全使用建议
This skill behaves like a remote legal search: it sends the case text you provide to a third-party API (WenDaoYun). Before installing or using it, consider the following: - Privacy: avoid sending unnecessary personal data (names, ID numbers, exact addresses); anonymize or redact PII where possible. For highly sensitive matters, prefer an offline/local database or counsel. - Trust the provider: verify h5.wintaocloud.com / WenDaoYun's privacy policy, retention rules, and terms; confirm you are comfortable with data leaving your environment. - API key handling: keep WENDAOYUN_API_KEY in environment variables only; never paste it into chat, logs, or code. Rotate the key if you suspect leakage. - Logging and command exposure: the skill uses curl via exec — ensure your runtime does not record full command lines or environment dumps that include sensitive payloads. - Limit usage and test: be mindful of the reported daily quota and test with non-sensitive examples first to confirm formatting and results. - Legal disclaimers: this is an aid, not a substitute for licensed legal advice; confirm jurisdictional applicability of results. If you need the skill to avoid external transmission entirely, request a version that uses a local/legal database instead.
功能分析
Type: OpenClaw Skill Name: pre-judgment-of-similar-cases-wdy Version: 1.0.1 The skill is a legitimate wrapper for the Windaocloud (问道云) legal research API. It includes proactive security instructions for the AI agent, such as explicitly forbidding the use of 'echo' to prevent API key leakage in logs and requiring a pre-flight check for environment variables. It also provides a transparent privacy warning regarding the transmission of user-provided case details to the third-party endpoint (h5.wintaocloud.com), which is consistent with its stated purpose in SKILL.md.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill is a legal-case retrieval helper and explicitly requires a WENDAOYUN_API_KEY and calls endpoints at h5.wintaocloud.com to fetch laws and similar cases. Requesting a single API key for an external legal-search service is proportional and expected for this functionality.
Instruction Scope
SKILL.md instructs the agent to POST user-provided case descriptions to the third-party API (get-laws, get-cases) via curl/exec. That behaviour is within the skill's purpose but necessarily sends potentially sensitive PII to an external service; the documentation warns about this. Also note use of exec+curl can expose command-line arguments in process listings or logs if not handled carefully — the skill mitigates some risk by requiring an env var check and forbidding echoing the key, but callers should still avoid including sensitive data in logged commands or transcripts.
Install Mechanism
This is instruction-only (no install spec, no code files). Nothing is written to disk or downloaded by the skill itself, which minimizes install-time risk.
Credentials
Only one required environment variable (WENDAOYUN_API_KEY) is declared in registry.json and SKILL.md. That single credential is justified by the need to authenticate to the external API. The skill explicitly warns not to print the key.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request system-level persistence, nor does it modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pre-judgment-of-similar-cases-wdy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pre-judgment-of-similar-cases-wdy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 改用 WENDAOYUN_API_KEY 作为环境变量,替代原先的 API_KEY。 - 更新获取 API Key 的网址与描述说明,更统一、标准化。 - 输出格式全部改为带 "code": 200、"data": [...] 的结构。 - 所有接口调用示例、环境变量检测语句、错误提示同步调整为新命名 (WENDAOYUN_API_KEY)。 - 相关文档内容、敏感信息处理、隐私风险警示等统一适配新变量名。
v1.0.0
Initial release of 类案预判 (法律检索 + 类似案例) skill: - Enables users to automatically retrieve relevant laws and similar case precedents based on dispute or case descriptions (e.g. "被骗了2万", "朋友借钱不还"). - Provides analysis of legal consequences, win probability, possible compensation, and next-step suggestions for scenarios like torts, fraud, contracts, debts, public security, and IP. - Strictly requires API_KEY via environment variable; gives clear instructions if not configured. - Integrates with 问道云 API for both legal texts and judgments, supporting direct curl calls. - Includes privacy and data protection warnings due to outward data transmission. - Formats returned results for clarity (laws: title/section/content/relevance; cases: case number/summary/preview). - Includes robust error handling for missing API key, bad responses, and timeouts.
元数据
Slug pre-judgment-of-similar-cases-wdy
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Pre judgment of similar cases wdy 是什么?

类案预判(法律检索 + 类似案例)。当用户描述一个纠纷或案件时(如'被骗了2万'、'朋友借钱不还'、'被打伤了'),自动检索相关法律条文和类似判例,分析法律后果、胜诉概率、可主张的赔偿及建议下一步行动。适用于:侵权责任、诈骗欺诈、合同纠纷、债务纠纷、治安纠纷、专利/商标/著作权等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 Pre judgment of similar cases wdy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pre-judgment-of-similar-cases-wdy」即可一键安装,无需额外配置。

Pre judgment of similar cases wdy 是免费的吗?

是的,Pre judgment of similar cases wdy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pre judgment of similar cases wdy 支持哪些平台?

Pre judgment of similar cases wdy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pre judgment of similar cases wdy?

由 rose-develop(@rose-develop)开发并维护,当前版本 v1.0.1。

💬 留言讨论