Law checker
Points to the standalone module law-checker ("Legal Department"): source-grounded AI first-look legal assessments for German law with a statute registry and a statute-embodiment agent. Use this skill when a situation, contract, official notice, or legal question under German law should be checked with exact citations (article/section, paragraph, sentence) -- with a clear boundary: AI-assisted first orientation, not a substitute for a lawyer.From its SKILL.md
npx -y skills add ellmos-ai/skills --skill law-checkerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.9 KB, 715 tokens by cl100k_base, as published. Nobody here has run it
Deutsch — Offizielle Deutsch-Version / Documento Oficial en Deutsch.
law-checker (Legal Department) -- Pointer Skill (Deutsch)
This skill is a thin pointer (wrapper) to the standalone, public module
repository ellmos-ai/law-checker
(MIT license, public). The actual skill lives there -- this repository only
links to it and documents installation, so the module is discoverable through
the central skill catalog.
What the module does
law-checker produces source-grounded AI first-look legal assessments for
German law:
- Statute registry (
config.json): togglable statutes; every statute claim must be backed by locally fetched official law texts (article or section, paragraph, sentence where needed, short quote, source, retrieval date). - Statute-embodiment agent (
agents/gesetzbuch.md): a generic agent that answers "from inside the statute" for any registered law -- scales to arbitrary statutes added to the registry. - Separate case-law layer: court decisions are cited only after web verification (court, date, docket number, ECLI where available).
- Risk and escalation workflow: report format with a risk-level scale, deadline discipline, and a lawyer-specialty routing matrix.
Boundaries (important)
- AI-assisted first orientation only, not a substitute for individual legal advice, and not performed by a licensed lawyer.
- Not a law firm, not a hosted legal service, not a deadline calendar.
- If real legal mail is involved (warning letter, official notice, lawsuit, deadline): secure the original document, note the deadline, and consult a qualified lawyer -- do not automate the matter.
Installation (generic, no local paths)
- Clone the module:
git clone https://github.com/ellmos-ai/law-checker.git <clone-path> - Adopt
<clone-path>/SKILL.mdinto your own skill environment (e.g.~/.claude/skills/law-checker/or the equivalent for your agent runtime). - Set the module path in the adopted
SKILL.mdand its references to<clone-path>-- do NOT commit real local paths or hostnames into a versioned skill environment. - Load the statute registry:
python <clone-path>/_tools/gesetze_fetch.py(fetches the configured official statute texts; the texts themselves are deliberately not in the repo, to avoid redistributing stale portal snapshots). - For structure, license, and liability details, see the module repo's README.
Origin of this pointer skill
This wrapper was added on 2026-07-23 as a showcase entry for the
ellmos-ai/skills repository. There is no code duplication -- maintenance
and versioning stay solely in the ellmos-ai/law-checker module repo.
Änderungsprotokoll
0.1.0 (2026-07-23)
- Initial pointer skill for
ellmos-ai/law-checker.
What ships with it: 7 files
335.5 KB alongside SKILL.md
- banner.png309.1 KB
- SKILL.en.md3.9 KB
- SKILL.es.md4.3 KB
- SKILL.fr.md3.0 KB
- SKILL.ja.md4.9 KB
- SKILL.ru.md6.6 KB
- SKILL.zh.md3.7 KB