Install
$ agentstack add skill-neu-zha-legal-ai-skills-pkulaw-mcp-law-recognition ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
北大法宝 MCP:法条识别与溯源(law-recognition)
这个 Skill 只负责一件事:从现有文本里识别潜在法规引用,并给出可继续核查的线索。
识别结果本身不是最终正式引用。 如果需要条文原文,应继续转到精准法条 Skill;如果只是想找某个主题相关法规,应转到法规检索 Skill。
先看边界
- 识别出来的法规名、条号、线索,只能视为候选结果或核查起点。
- 对低置信、歧义命中、简称匹配、旧法名称映射等情况,必须标记人工复核。
- 不能把“识别到了某条法规”直接写成“该条法规当然适用”。
默认路由
- 输入是一段已有文本,里面可能包含法规引用:
- 走
law-recognition - 输入是“帮我找某主题法规”:
- 转
pkulaw-mcp-law-retrieval - 输入是“已知法规名 + 条号,要看原文”:
- 转
pkulaw-mcp-fatiao-precise
推荐工作流
- 确认输入是待识别文本,而不是纯检索问题。
- 用
tools确认真实 `` 与参数名。 - 提交待识别文本。
- 输出识别到的法规名、条款信息与溯源线索。
- 对低置信或歧义命中单列“需人工复核”。
失败与降级
允许的失败输出
当前未拿到法条识别结果。
失败原因:
- [未认证 / 无订阅 / 无结果 / 工具不存在 / 命令报错]
建议动作:
- 检查 `pkulaw-mcp` 配置
- 检查输入文本是否包含明确法规表达
- 如需先找法规主题,请转到法规检索路径
允许的保守输出
- 低置信或歧义命中 -> 标记“需人工复核”
- 不得把候选线索写成已确认引用
输出结构
- 识别结果
- 溯源线索
- 置信提示
- 待人工复核项
终端复现与排障
如需在终端复现,请先安装 @pkulaw/mcp-cli;安装后命令为 pkulaw-mcp。
pkulaw-mcp tools law-recognition
pkulaw-mcp law-recognition ... --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.