← ClaudeAtlas

flowleap-patentlisted

Search EPO patents with CQL and build CQL queries from natural language through the FlowLeap backend. Trigger when an agent needs European or worldwide patent search results, needs a plain-English invention description turned into a CQL query, or wants to tune query strategy (broad, precise, comprehensive). For US-specific ODP searches see flowleap-uspto.
flowleap-ai/flowleap-plugins · ★ 0 · AI & Automation · score 72
Install: claude install-skill flowleap-ai/flowleap-plugins
# FlowLeap Patent Auth and global flags: see `flowleap-shared`. ## Commands ### Search Patents ```bash flowleap patent search --query <query> [flags] ``` Posts to `/v1/patent-search`. Returns patent results with publication number, title, applicant, and date. | Flag | Description | Default | |------|-------------|---------| | `--query`, `-q` | EPO CQL query (required) — e.g. `ti="battery separator"` | — | | `--limit` | Maximum results (1-100) | `10` | | `--countries` | Country filter, comma-separated (e.g. `EP,WO`) | none | Jurisdiction is set with `--countries` — `patent search` has no `--source` flag (that flag belongs to `academic search`, for `scholar` vs `arxiv`). For US-specific searches use `flowleap uspto search` (ODP Lucene syntax). CQL terms must be at least 3 characters — OPS rejects shorter prefixes with a `400 CLIENT.PrefixTooShort`. Spell the word out (`ti="ultraviolet"`, not `ti="uv"`); this applies to hand-written queries and to CQL from `build-query`. #### Examples ```bash # Basic search flowleap patent search --query "solar panel efficiency" # JSON output for agents flowleap patent search --query "CRISPR gene editing" --json ``` #### Response Format (JSON) Returns an array of results, each carrying a document identifier, title, applicant(s), publication date, and abstract, for example: ```json [ { "docId": "EP1234567.A1", "title": "Solar Panel with Improved Efficiency", "applicants": ["SolarCorp Inc."], "publicationDate": "20