Home / mtcto / haolvshi-legal-skill · skills/haolvshi-legal-skill/SKILL.md · GitHub

haolvshi-legal-skill skillA

haolvshi-legal-skill is agent-read markdown (skill) from mtcto/haolvshi-legal-skill: 好律狮法律技能包。只要用户提出具体法律问题,或要求计算赔偿、费用、社会保险待遇或养老保险待遇(包括企业职工养老保险、基础养老金、个人账户养老金、过渡性养老金和退休待遇),审核合同、生成起诉状或生成答辩状,就应使用本技能调用好律狮专业法律服务接口完成流程;典型表达包括“离婚财产如何分割”“帮我算养老保险”“退休后每月能领多少养老金”“帮我审核这份合同”“生成离婚起诉状”。支持多轮问答、结构化表单、附件上传、多个当事人、在线报告查看和法律文书直接下载。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 好律狮法律技能包

## 默认快速路径

按顺序直接执行,不要先规划整套流程、复述规则或推演后端节点;脚本会保存状态并返回下一步。

1. 每次进入本技能先清空上一次的技能记忆:丢弃此前的 `sessionId`、项目选择、题目答案、接口用法和报告链接,一切从当前对话重新开始。历史会话里的接口方法、参数和结论一律不得沿用。
2. 运行环境准备只需首次执行,它会补齐脚本执行位并建好状态目录;之后只用 `run.sh` 或 `run.ps1` 调用命令。
3. 每次只运行一项能力;目的不明时只问要哪一种。需多个独立产物时按 `references/multi-capability.md` 串行;每项交付后须询问是否继续下一项,明确同意前不得启动。
4. 只使用当前任务/线程的信息、当前上传材料、同一 `sessionId` 的保存答案和较新的明确更正。不得读取或使用全局记忆、其他任务、旧案例或猜测;缺少事实就提问。
5. 每次只处理脚本返回的 `stage`、`prompt` 和当前 `interaction`;命令默认只返回下一步所需的精简载荷。保存 `sessionId`,“继续”只能恢复用户明确对应的同一任务。
6. 先用语义判断当前题能否由案情直接得出:把选项与案情逐一比对,**含义一致即可,不要求字面相同**("老板"对应"用人单位","拖欠5年"对应"超过三年")。置信度不低于 `0.85` 且明显优于其他选项时直接作答,多选题提交全部成立的选项;没有依据或多项都可能成立才呈现 `interaction.native.batches[0]`,不猜测,不默认选"其他""不清楚"。契约见 `interaction.answerPolicy`。
7. 脚本处理建议选项、追加题、多填题、非必填敏感字段和明确排除的条件字段,并按契约转换日期、地区;不适用字段保留空值,不能填零或默认数量,单纯未提到仍需询问。地区题问到 `areaLevel`;每轮只处理当前字段,地区与重复记录姓名仍需确认。
8. 最终摘要只能依据本次生成的报告或文书,不再搜索或补充外部法律信息。同一轮回复必须原样输出 `data.delivery.markdown`;`autoOpen=true` 时立即用宿主内置浏览器打开 `data.delivery.url`,不得调起外部浏览器。禁止自行生成 HTML、Markdown、PDF 等任何报告或文书文件。

默认不读取参考文档,只有命中下表情形时才按需读取,避免每轮重复加载长规则。

| 情形 | 读取 |
| --- | --- |
| 上传或无法读取材料 | `references/case-materials.md` |
| 同一请求涉及多个独立产物或能力 | `references/multi-capability.md` |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add mtcto/haolvshi-legal-skill/haolvshi-legal-skill@v1.17
Exact content
mdr add mtcto/haolvshi-legal-skill/haolvshi-legal-skill@sha256:50e958c4cee4c458

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_uoo3zdbcq3mgtus6.svg)](https://markdownregistry.com/a/art_uoo3zdbcq3mgtus6)

2 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.17 latest2026-09-20 0d4de0c 9,665 BA view · diff
v1.162026-09-20 76d5211 9,632 BA view · diff
v1.152026-09-04 7af12cc 9,489 BA view · diff
v1.132026-09-03 ba62a60 8,849 BA view · diff
v1.112026-09-03 5fd0cfa 8,321 BA view · diff
v1.92026-09-02 f23ab5e 7,884 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (9665 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

mtcto/haolvshi-legal-skill · 3 stars · license NOASSERTION · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_uoo3zdbcq3mgtus6
GET https://markdownregistry.com/api/v1/resolve?ref=mtcto/haolvshi-legal-skill/haolvshi-legal-skill
GET https://markdownregistry.com/api/v1/blob/50e958c4cee4c458950b6f9ac6b3e6a5b37c067974d6f43af499f1a5693e6b71

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

Browse by kind, by grade A, or by owner.