AgentStack
SKILL verified MIT Self-run

Pkulaw Mcp Law Recognition

skill-neu-zha-legal-ai-skills-pkulaw-mcp-law-recognition · by NEU-ZHA

>

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

Install

$ agentstack add skill-neu-zha-legal-ai-skills-pkulaw-mcp-law-recognition

✓ 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.

Are you the author of Pkulaw Mcp Law Recognition? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

北大法宝 MCP:法条识别与溯源(law-recognition)

这个 Skill 只负责一件事:从现有文本里识别潜在法规引用,并给出可继续核查的线索。

识别结果本身不是最终正式引用。 如果需要条文原文,应继续转到精准法条 Skill;如果只是想找某个主题相关法规,应转到法规检索 Skill。

先看边界

  • 识别出来的法规名、条号、线索,只能视为候选结果或核查起点。
  • 对低置信、歧义命中、简称匹配、旧法名称映射等情况,必须标记人工复核。
  • 不能把“识别到了某条法规”直接写成“该条法规当然适用”。

默认路由

  • 输入是一段已有文本,里面可能包含法规引用:
  • law-recognition
  • 输入是“帮我找某主题法规”:
  • pkulaw-mcp-law-retrieval
  • 输入是“已知法规名 + 条号,要看原文”:
  • pkulaw-mcp-fatiao-precise

推荐工作流

  1. 确认输入是待识别文本,而不是纯检索问题。
  2. tools 确认真实 `` 与参数名。
  3. 提交待识别文本。
  4. 输出识别到的法规名、条款信息与溯源线索。
  5. 对低置信或歧义命中单列“需人工复核”。

失败与降级

允许的失败输出

当前未拿到法条识别结果。

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

建议动作:
- 检查 `pkulaw-mcp` 配置
- 检查输入文本是否包含明确法规表达
- 如需先找法规主题,请转到法规检索路径

允许的保守输出

  • 低置信或歧义命中 -> 标记“需人工复核”
  • 不得把候选线索写成已确认引用

输出结构

  1. 识别结果
  2. 溯源线索
  3. 置信提示
  4. 待人工复核项

终端复现与排障

如需在终端复现,请先安装 @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.

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.