← Back to Skills Marketplace
rose-develop

Pre judgment of similar cases wdy

by rose-develop · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
102
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pre-judgment-of-similar-cases-wdy
Description
类案预判(法律检索 + 类似案例)。当用户描述一个纠纷或案件时(如'被骗了2万'、'朋友借钱不还'、'被打伤了'),自动检索相关法律条文和类似判例,分析法律后果、胜诉概率、可主张的赔偿及建议下一步行动。适用于:侵权责任、诈骗欺诈、合同纠纷、债务纠纷、治安纠纷、专利/商标/著作权等。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pre-judgment-of-similar-cases-wdy
  3. After installation, invoke the skill by name or use /pre-judgment-of-similar-cases-wdy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pre-judgment-of-similar-cases-wdy
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Pre judgment of similar cases wdy?

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

How do I install Pre judgment of similar cases wdy?

Run "/install pre-judgment-of-similar-cases-wdy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pre judgment of similar cases wdy free?

Yes, Pre judgment of similar cases wdy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pre judgment of similar cases wdy support?

Pre judgment of similar cases wdy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pre judgment of similar cases wdy?

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

💬 Comments