← ClaudeAtlas

flowleaplisted

Start here — the umbrella skill for the FlowLeap Patent AI CLI. Maps every command family (patent/USPTO/OPS/academic/NPL/legal/citation reads, analytics, OCR, claim analysis, one-call patent verbs, the tools facade, and the raw API escape hatch) and routes to the specialist skills. Trigger when a user asks an agent to use FlowLeap, query the FlowLeap backend, verify local or deployed FlowLeap API health, run patent research commands, or debug FlowLeap CLI/API behavior.
flowleap-ai/flowleap-plugins · ★ 0 · API & Backend · score 72
Install: claude install-skill flowleap-ai/flowleap-plugins
# FlowLeap CLI `flowleap` is the command layer for the FlowLeap Patent AI backend. This is the entry-point skill: it verifies the setup and routes to the specialist skills. Always pass `--json` for agent parsing; use `--dry-run` before protected calls. ## Start Here ```bash command -v flowleap || true flowleap --json doctor ``` **CLI not installed?** Install it first — npm when Node is present, the install script otherwise: ``` npm install -g flowleap curl -fsSL https://raw.githubusercontent.com/flowleap-ai/flowleap-cli/main/install.sh | sh ``` Then authenticate: `flowleap auth login` opens a device-code sign-in (a free FlowLeap account is created at flowleap.co if you don't have one). Headless agents use a `fl_pat_` API token instead — see `flowleap-auth`. `doctor` targets the production backend (https://api.flowleap.co) by default — no `--base-url` needed. Developing the FlowLeap backend itself? Add `--base-url http://localhost:8000` to point at a local server. ## Where Things Live - **Auth, global flags, config, output formats** → `flowleap-shared`; login, token minting, and 401 self-heal → `flowleap-auth`. - **Provider keys (EPO OPS / USPTO ODP BYOK)** → `flowleap-keys`. A `provider_keys_required` / `provider_keys_invalid` hint means a human must sign up in a browser — stop and ask. - **Patent search & CQL** → `flowleap-patent`; **USPTO ODP** → `flowleap-uspto`. - **EPO document data** (biblio, claims, description, family, legal) → `flowleap-ops`. - **Acade