case_search

v1.0.0

根据用户描述的实际场景检索并匹配最相关的案例,返回最多三个符合需求的详细判决信息。

0· 81·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included case_info files and the declared purpose of retrieving relevant cases. Minor inconsistency: the skill includes local case files and instructs the agent to read them, yet it also directs calling an external sql_helper skill to query company_db.case_info for case details—this is unnecessary given the packaged files and may change the trust boundary. Also the SKILL.md's final instruction says '请勿输出案例内容' (do not output case content) while earlier it requests returning detailed judgment information—this is contradictory.
Instruction Scope
Runtime instructions are explicit and scoped: read the skill's case_info files under the agent workspace and match by the '概括' field; if matches found, call sql_helper to fetch detailed case_info by case_no; if none, call tavily_search for web search. The instructions do not ask to read arbitrary system files or environment variables. The main scope concern is dependence on other skills (sql_helper and tavily_search), which may access databases or the network outside this skill's control.
Install Mechanism
No install spec and no code files to execute; the skill is instruction-only with bundled static markdown case files—this is low-risk from an install/execution perspective.
Credentials
The skill declares no required env vars or credentials (proportionate). However, it instructs calling sql_helper (which will likely require DB credentials) and tavily_search (which performs web queries). Those credentials/permissions would be supplied to the other skills, not to this one—verify sql_helper/tavily_search are trusted and that you accept granting them any DB/network access.
Persistence & Privilege
No high-privilege flags (always:false). The skill uses default autonomous invocation capability, which is normal for skills. It does not request persistent system-wide changes or modify other skills' configurations in the provided instructions.
Assessment
This is an instruction-only skill that bundles local case summaries and asks the agent to match and return up to three relevant cases. Before installing: (1) note the skill will call other skills (sql_helper to query a database and tavily_search to search the web) — confirm those skills are trustworthy since they may require DB credentials or network access; (2) the SKILL.md has minor contradictions (it both asks to return detailed case info and instructs 'do not output case content') — decide which behavior you want and test the skill in a sandbox first; (3) the skill reads files under ~/.openclaw/workspace/skills/case_search/ — ensure your agent uses that workspace layout and that exposing those files is acceptable; (4) if you are concerned about database queries, restrict or review sql_helper's permissions instead of relying on this skill to enforce them.

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

latestvk97d3pzv17vmswvqay0dpmwgh983hv2a

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments