Patent Search
Search EPO and USPTO by technology, assignee, or date, then read the full record: bibliography, claims, family, and legal status.
One CLI for patent search, literature, legal research, citations, and full-corpus analytics, built for humans and the AI agents you work alongside. Stable JSON, documented exit codes, and a dry-run for every request.
$ flowleap patent search --query "solid-state battery" --limit 5✓ 5 results across EPO + USPTO$ flowleap analytics --keyword battery --country US --date-from 2020-01-01✓ 12,480 filings · trend +18% · top CPC H01M$ flowleap --json summary EP1000000The same patent data behind the FlowLeap workspace, scriptable from your shell.
Search EPO and USPTO by technology, assignee, or date, then read the full record: bibliography, claims, family, and legal status.
Turn a plain-English question into a CQL or USPTO query, and dry-run it to see the exact request before it runs.
Academic papers, non-patent literature, and hybrid search over patent-law references: MPEP, EPC, and EPO guidelines.
Backward and forward citations with X, Y, and A examiner categories, so you see what destroys novelty and what only frames it.
Filing trends, top countries, assignees, and CPC breakdowns across 170 million publications, returned in seconds.
OCR a patent PDF, analyze a claim's elements, or pull a one-call summary, timeline, comparison, or figures for any patent.
Every command is safe to hand to a model: predictable output, predictable failure, and a next step on every error.
Add --json to any command for a machine-readable envelope. --dry-run prints the exact request first, so an agent never guesses.
Every run exits with a documented code (3 for auth, 4 for subscription, 6 for rate limit), so a script can branch without parsing output.
Failures carry a hint that tells an agent exactly what to do next: log in, add a provider key, back off, or surface an upgrade URL to a human.
Pick a channel, then sign in with flowleap auth login.
npm
npm i -g flowleapQuick Install (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/abdullahatrash/flowleap-cli/main/install.sh | shFrom Source (Rust)
cargo install --git https://github.com/abdullahatrash/flowleap-cli.gitThe npm package runs no install scripts. The native binary is downloaded on first run, verified against the release checksum, and published with npm provenance. Binaries cover macOS, Linux (including a static musl build), and Windows.
The CLI is free and open source. The patent-data commands call the FlowLeap backend, which needs an account.
Data commands require a FlowLeap account with an active plan — a free trial is available. Without one, commands return a clear 402 with an upgrade URL, never a silent failure.
Sign in once with flowleap auth login, then mint a revocable token with flowleap auth create-token and export FLOWLEAP_TOKEN wherever the CLI runs.
Bundled Agent Skills teach any model how to use FlowLeap, installed straight into the harness it already loads.
flowleap skills install writes SKILL.md documentation, or a condensed rules file, into the location your agent auto-loads. flowleap skills update keeps it fresh.
Target Claude Code, Codex, Cursor, or Gemini CLI, at user level or per project. Twenty-eight skills ship inside the binary and install offline.
Multi-step playbooks your agent runs end to end: prior art, freedom-to-operate, claim analysis, office-action response, invalidity, and infringement charting.
flowleap skills install # Claude Code (~/.claude/skills)
flowleap skills install --target cursor # ./.cursor/rules/flowleap.mdc
flowleap skills update # refresh after upgradingInstall the CLI, sign in, and run your first patent search in under a minute.