flowleap-citationlisted
Install: claude install-skill flowleap-ai/flowleap-plugins
# FlowLeap Citation Search (USPTO enriched citations)
Auth and global flags: see `flowleap-shared`.
## By application
```bash
flowleap --json citation search 16123456 --size 20
flowleap --json citation search 16123456 --category x --examiner-cited-only
```
## Forward citations (who cites this document)
```bash
flowleap --json citation forward US10123456 --size 20
```
## Analysis shortcuts
```bash
flowleap --json citation stats 16123456 # counts by category/source
flowleap --json citation novelty 16123456 # X-rated novelty-destroying citations
```
Categories: `x` (novelty-destroying), `y` (inventive-step with combination),
`a` (background), `all`. Also available as tools:
`search_office_action_citations` (by application) and
`search_enriched_citations` (forward, by cited document).