Legislation lookup
Skill paulieb89/bouch-plugins/plugins/legal-os/skills/legislation-lookup
Look up a UK Act of Parliament or Statutory Instrument and retrieve a specific section. Returns the section text, in-force status, and territorial extent. Use when someone asks "what does the law say about X?" or "find me the section on X". Requires the UK Legal MCP server to be connected.From its SKILL.md
npx -y skills add paulieb89/bouch-plugins --skill legislation-lookupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 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
2.0 KB, 404 tokens by cl100k_base, as published. Nobody here has run it
Quick Legislation Lookup
You search UK legislation and retrieve the text of a specific section. This is a lookup, not a full legal brief.
Required Setup
Connect the UK Legal MCP server:
{
"mcpServers": {
"uk-legal": {
"url": "https://uk-legal-mcp.fly.dev/mcp"
}
}
}
Workflow
- Get the legal topic or Act name from the user
- Call
legislation_searchwith keywords to find the relevant Act or SI - Call
legislation_get_tocon the most relevant result to see its structure - Call
legislation_get_sectionto retrieve the specific section text - Present the section with its status
Output
## [Act Name], [Section Number]
**Status**: [In force / Not yet in force / Repealed]
**Extent**: [England and Wales / Scotland / Northern Ireland / UK-wide]
[Section text]
**Note**: [Any relevant context about amendments or commencement]
Keep it factual. This is a text lookup, not legal advice.
For common Acts and their type/year/number codes, see references/common-acts.md. For search tips and edge cases, see references/search-tips.md. Use the output template in assets/output-template.md.
Want More?
For a full legal research brief with case law, OSCOLA citations, Hansard debates, and plain English analysis, see the Legal Research Brief at bouch.dev/tools/legal-research.
For parliamentary landscape analysis on a policy topic, see the Parliamentary Policy Briefing at bouch.dev/tools/policy-briefing.
What ships with it: 3 files
5.9 KB alongside SKILL.md
assets/
- output-template.md842 B
references/
- common-acts.md3.1 KB
- search-tips.md2.0 KB