flowleap-legallisted
Install: claude install-skill flowleap-ai/flowleap-plugins
# FlowLeap Legal Search (patent-law RAG)
Auth and global flags: see `flowleap-shared`.
## Search
```bash
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
```bash
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"}'`.