Case Retrieval
by alan zhou
Professional Chinese judicial case search and rule induction powered by the Deli Legal API.
- Retrieve similar cases based on a natural language description of facts.
- Summarize judicial rules from multiple historical judgments.
- Locate specific case numbers or judgments by a particular judge.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
Sample input
Find a 2023 labor dispute case from Shenzhen Intermediate Court regarding illegal termination and democratic procedures.
Sample output
Case No: (2023) Yue 03 Min Zhong No. 12345 Court: Shenzhen Intermediate Court Cause: Labor Dispute Summary: The court ruled that the company's termination was illegal because the internal policy lacked democratic procedures. Key Rule: Internal bylaws must involve employee consultation.
Case Retrieval
by alan zhou
Professional Chinese judicial case search and rule induction powered by the Deli Legal API.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
- Instant install
Sample input
Find a 2023 labor dispute case from Shenzhen Intermediate Court regarding illegal termination and democratic procedures.
Sample output
Case No: (2023) Yue 03 Min Zhong No. 12345 Court: Shenzhen Intermediate Court Cause: Labor Dispute Summary: The court ruled that the company's termination was illegal because the internal policy lacked democratic procedures. Key Rule: Internal bylaws must involve employee consultation.
About This Skill
Overview
The Case Retrieval Skill is a professional-grade tool designed for legal practitioners and developers building legal AI agents. It provides a structured interface to the Deli Legal (得理) Open Platform API, enabling precise searching and analysis of Chinese judicial documents (judgments, rulings, and mediation documents).
What it does
- Keyword & Fact-Based Search: Supports both precise keyword filtering (case numbers, courts, causes of action) and long-text semantic matching for complex case facts.
- Intelligent Summarization: Automatically extracts core facts, disputed issues, and key judicial reasoning from lengthy documents.
- Rule Induction: Compares multiple cases to synthesize consistent judicial rules and decision-making patterns.
- Structured Formatting: Returns clean, professional tables and detailed case profiles, including party information and trial procedures.
Why use this skill
Unlike standard AI prompts that may hallucinate or rely on outdated training data, this skill connects your agent to a live, authoritative database. It enforces strict constraints on data fetching, ensuring that legal citations are accurate and complete. It handles complex tasks like "similar case matching" (类案检索) by mapping natural language descriptions to professional legal vectors, a task standard LLMs often struggle with for Chinese law.
Output format
The skill produces well-structured Markdown responses, including case list tables, detailed case profiles with bolded catchphrases, and comparative analysis grids for multi-case research.
Use Cases
- Retrieve similar cases based on a natural language description of facts.
- Summarize judicial rules from multiple historical judgments.
- Locate specific case numbers or judgments by a particular judge.
- Generate a side-by-side comparison of similar case rulings.
Known Limitations
- Restricted to Chinese judicial data via Deli Legal API.
- Cannot query statutes/regulations directly.
- Maximum 10 results per request.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/case-retrieval -o /tmp/case-retrieval.zip && unzip -o /tmp/case-retrieval.zip -d ~/.claude/skills && rm /tmp/case-retrieval.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Compatible with SKILL.md-compatible agents (e.g., Claude Code, Cursor, Open Interpreter).
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.