legal-research

Retrieves current statute and regulation text from official primary legal sources via webfetch.

72|19|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/sure-scale/doc-haus --skill legal-research-sure-scale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: legal-research
Source: https://github.com/sure-scale/doc-haus/tree/main/dochaus/skill/legal-research
Command: npx skills add https://github.com/sure-scale/doc-haus --skill legal-research-sure-scale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Statutory knowledge from memory goes stale as legislatures amend, repeal, and renumber laws. This Skill ensures that any legal advice, finding, or drafting decision is grounded in the current, authoritative text of a statute or regulation rather than potentially outdated recollection. ## Core Features & Use Cases - Official Source Retrieval: Fetches statute and regulation text from official sources such as state legislature sites, Cornell LII, eCFR, legislation.gov.uk, and EUR-Lex using the webfetch tool. - Citation Discovery and Verification: Uses web-search to discover the correct citation when the governing section is unknown, then confirms it against the primary source before relying on it. - Jurisdiction-Aware Research: Resolves the governing law from the matter's jurisdiction pack and the document's governing-law clause before selecting sources. - Use Case: When checking whether a liability cap clause is lawful in California, the Skill identifies the governing jurisdiction, fetches the relevant California code section from leginfo.legislature.ca.gov, and quotes the current statutory text with a precise citation. ## Quick Start Ask the agent to verify what a specific statute or regulation currently says, for example by requesting the current text of the governing law for a clause in your matter.

Frequently Asked Questions about legal-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify the current text of a statute or regulation?

Identify the governing jurisdiction first, then fetch the specific code section from the official source using webfetch, such as a state legislature site, Cornell LII for U.S. federal statutes, or eCFR for federal regulations. Quote and cite only the retrieved text.

What sources are used for legal research with webfetch?

Official primary sources include state legislature code sites, Cornell LII U.S. Code, govinfo.gov, eCFR for federal regulations, legislation.gov.uk for the UK, and EUR-Lex for the EU. Blogs and secondary commentary are refused by default.

How do I find the right statute citation if I don't know it?

Use the web-search tool to discover the citation, treating results as leads rather than authority. Then fetch the section from the official source with webfetch, since only the fetched primary text counts as authority.

Can I research case law with this Skill?

No, case law research uses the separate case-law tool backed by CourtListener, not webfetch. This Skill covers statutes and regulations; case-law gloss on a statute comes from the case-law tool and the jurisdiction pack's authority rules.

What happens if web-search is not configured or a fetch fails?

If web-search is not configured, the Skill states that a search API key can be added in Settings and declines to guess a citation. If a fetch fails or the section cannot be located, it says so plainly rather than substituting remembered text.