Flowleap legal
Skill flowleap-ai/flowleap-plugins/plugins/flowleap/skills/flowleap-legal
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.From its SKILL.md
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.
One thing to look at
- 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.
SKILL.md
1.3 KB, 249 tokens by cl100k_base, 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"}'.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most legal skills give in 249 tokens
Counted across 234 of the 234 authors here whose files we hold, read 2026-08-07
- Use text operators for text fieldsin 11 of 234, across 6 files
- Consult qualified counsel before usein 11 of 234, across 3 files
- Use PatentSearch API for patent searchesin 10 of 234, across 5 files
- Confirm jurisdiction, employment type, and required clausesin 9 of 234, across 2 files
- Choose a document template and tailor role-specific termsin 9 of 234, across 2 files
- Validate compensation, benefits, and compliance requirementsin 9 of 234, across 2 files
- Add signature, confidentiality, and IP assignment terms as neededin 9 of 234, across 2 files
- Open the implementation playbook for detailed templatesin 9 of 234, across 2 files
- Use TSDR for trademark data retrievalin 9 of 234, across 4 files
- Ask for clarification if required inputs are missingin 8 of 234, across 2 files
- Set the USPTO_API_KEY environment variablein 8 of 234, across 3 files
- Use the uspto-opendata-python library for PEDSin 8 of 234, across 3 files
Said here and by no other author read
- use hybrid search mode by default
- cite section and source url in output
- use comprehensive flag for drafting tasks
- use include-context flag for neighboring chunks
- filter results using jurisdiction flag
- use discovery commands for available sources
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.