Flowleap legal
Skill flowleap-ai/flowleap-plugins/plugins/flowleap/skills/flowleap-legal
The FlowLeap Plugin Marketplace — curated, free-to-install skill packs for patent and IP work.
npx -y skills add flowleap-ai/flowleap-plugins --skill flowleap-legalAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 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.
What its author says it does
Copied from the file, not written here
Hybrid semantic/keyword search over patent-law reference documents (EPC, EPO Guidelines, MPEP, EU and WIPO materials) with jurisdiction filters. Trigger when an agent needs legal grounds, examination-guideline citations, statute text, or authoritative references for patent-law questions.
SKILL.md
1.3 KB, as published. Nobody here has run it
FlowLeap Legal Search (patent-law RAG)
Auth and global flags: see flowleap-shared.
Search
flowleap --json legal search "inventive step problem solution approach" --jurisdiction epo --limit 5
flowleap --json legal search "101 abstract idea two-step" --jurisdiction uspto --search-mode hybrid
Flags: --jurisdiction epo|uspto|eu|wipo|all, --search-mode hybrid|semantic|keyword,
--limit N, --include-context (neighboring chunks), --comprehensive
(grouped full-section results — best for drafting).
Each result carries source, section, chunk_text, source_url and scores —
cite section + source_url in agent output.
Discovery
flowleap --json legal jurisdictions # available jurisdictions and sources
flowleap --json legal stats # index statistics
flowleap --json legal docs # route documentation
Also available as flowleap tools run reference_search --input '{"query":"...","jurisdiction":"EPO"}'.