AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pkulaw Mcp Case Retrieval

skill-neu-zha-legal-ai-skills-pkulaw-mcp-case-retrieval · by NEU-ZHA

>

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-neu-zha-legal-ai-skills-pkulaw-mcp-case-retrieval

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-neu-zha-legal-ai-skills-pkulaw-mcp-case-retrieval)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pkulaw Mcp Case Retrieval? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

北大法宝 MCP:司法案例检索

这个 Skill 只负责一件事:把类案样本与裁判线索找出来,并按可复核的方式交给后续分析或备忘环节。

当前只覆盖一个已订阅并实测可用的原生 MCP 服务:

| 路径 | serverId | 什么时候优先用 | |------|----------|----------------| | 关键词检索 | case-keyword | 用户已给出案由词、争点词、标题词,想返回案例列表 |

如果任务已经明确是“只查法规”,请转到 [pkulaw-mcp-law-retrieval](../pkulaw-mcp-law-retrieval/SKILL.md)。如果任务是“识别案号并溯源”,本机当前没有案号识别 MCP 订阅;可把案号作为关键词用 case-keyword 检索,必要时转网页端详情页核对。

先看边界

  • 本 Skill 的目标是找样本、看裁判线索,不是直接替用户做胜诉承诺或给出确定裁判结论。
  • 检索到的少量样本不能直接概括成“法院一定怎么判”。
  • 若用户要形成正式类案备忘或办案备忘,建议把结果继续交给组合型 Skill。

必须遵守的规则

  1. 未成功拿到 MCP 返回前,不得写出具体案号、法院名称、裁判日期或裁判要旨。
  2. 只允许基于当次返回内容做摘要,不得用模型记忆补齐案例细节。
  3. 关键词路径下,titlefulltext 至少有一项;具体参数名仍以 tools 输出为准。
  4. 出现 401/403、无结果、超时或工具不存在时,只能说明失败原因与下一步建议。
  5. 不得调用或建议调用未订阅的 case-semanticcase-numbersemantic-nlsqldoc-link

默认路由

按下面顺序判断:

  1. 用户给了明确关键词、案由词、争点词:
  • 先走 case-keyword
  1. 用户给的是一整段争议描述,希望找类似案子:
  • 先提炼案由、争点、核心事实、法律关系等关键词,再走 case-keyword
  1. 关键词结果太少:
  • 换案由词、争点词、合同类型、法院层级或核心事实词后重试

默认不要假设语义检索可用;本机当前只跑关键词路径。

推荐工作流

  1. 先把用户问题收敛成“想看哪类案例样本”。
  2. 选择 case-keyword
  3. tools 确认真实 `` 与参数名。
  4. 完成一次检索。
  5. 只整理当次返回里的案号、法院、裁判日期、摘要、链接等信息。
  6. 若结果不足,再做一次有理由的补检索。

失败与降级

允许的失败输出

当前未拿到法宝案例检索结果。

失败原因:
- [未认证 / Token 失效 / 无订阅 / 无结果 / 工具不存在 / 命令报错]

建议动作:
- 检查 `pkulaw-mcp` 配置与 Token
- 检查对应服务是否已订阅
- 将争议点改写得更具体后重试

允许的降级方式

  • case-keyword 结果太宽 -> 增加案由词、争点词、法院层级或核心事实词
  • case-keyword 结果太少 -> 换同义词、案由词、法律关系词后重试
  • 仍无结果 -> 停止继续概括裁判倾向,只说明未检索到足够样本

终端复现与排障

如需在终端复现,请先安装 @pkulaw/mcp-cli;安装后命令为 pkulaw-mcp

pkulaw-mcp tools case-keyword
pkulaw-mcp case-keyword  --title "房屋租赁"

说明:

  • ` 必须以 pkulaw-mcp tools ` 的输出为准
  • 当前实测工具名为 get_case_list,但正式环境中仍应以 tools/list 返回为准

输出结构

按下面结构输出最稳:

  1. 问题重述
  2. 检索路径(关键词或语义,为什么这样选)
  3. 关键案例片段
  4. 样本观察
  5. 待复核点

补充材料

  • 示例见 [examples.md](examples.md)
  • 法规检索见 [pkulaw-mcp-law-retrieval](../pkulaw-mcp-law-retrieval/SKILL.md)
  • 总路由见 [pkulaw-mcp-legal-research](../pkulaw-mcp-legal-research/SKILL.md)
  • npm CLI 包 @pkulaw/mcp-cli: · npm

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.