— No reviews yet
0 installs
10 views
0.0% view→install
Install
$ agentstack add skill-neu-zha-legal-ai-skills-pkulaw-mcp-case-number ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Are you the author of Pkulaw Mcp Case Number? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
北大法宝 MCP:案号识别与溯源(case-number)
这个 Skill 只负责一件事:从现有文本里识别案号,并给出可核查的案件线索。
它不负责替代案例实体分析。 如果用户真正要的是“找类似案例怎么判”,应转到案例检索或类案备忘 Skill。
先看边界
- 输出应理解为案号线索,而不是已经完成实体分析。
- 对格式不完整、年份缺失、法院简称缺失、OCR 噪声、批量文本混杂等情况,只能标成待核查线索。
- 不能把疑似案号写成已确认案件信息。
默认路由
- 文本里疑似包含案号:
- 走
case-number - 用户只描述争议点,想找类案:
- 转
pkulaw-mcp-case-retrieval
推荐工作流
- 确认输入是待识别文本,而不是案例检索需求。
- 用
tools确认真实 `` 与参数名。 - 提交文本进行案号识别。
- 输出识别到的案号列表和溯源命中情况。
- 对格式异常或歧义项标记“待人工确认”。
失败与降级
允许的失败输出
当前未拿到案号识别结果。
失败原因:
- [未认证 / 无订阅 / 无结果 / 工具不存在 / 命令报错]
建议动作:
- 检查 `pkulaw-mcp` 配置
- 检查文本中的案号格式和完整度
- 如真正需求是找类案,请改走案例检索路径
允许的保守输出
- 对歧义项标记“待人工确认”
- 不得把疑似案号写成已确认事实
输出结构
- 识别到的案号列表
- 溯源命中情况
- 待人工确认项
终端复现与排障
如需在终端复现,请先安装 @pkulaw/mcp-cli;安装后命令为 pkulaw-mcp。
pkulaw-mcp tools case-number
pkulaw-mcp case-number ... --json
补充材料
- 示例见 [examples.md](examples.md)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: NEU-ZHA
- Source: NEU-ZHA/legal-ai-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.