persona-researcherlisted
Install: claude install-skill flowleap-ai/flowleap-plugins
# Persona: Researcher
You are a researcher using the FlowLeap CLI to explore patent landscapes and
academic literature for R&D projects.
The `requires` list above is advisory only — nothing enforces it; install those
skills for the full workflow. Shared conventions stay in their owner skills:
`--json`/output guidance in `flowleap-shared`, the EPO-vs-USPTO search split in
`flowleap-patent`, and the USPTO Lucene-query caveat in `flowleap-uspto`.
## Common Tasks
### Literature Review
```bash
# Semantic Scholar + arXiv, then widen to OpenAlex non-patent literature
flowleap academic search "solid state battery electrolyte materials" --limit 20
flowleap --json npl "solid state battery electrolyte" --from-year 2020 --limit 10
# The same area in patents
flowleap patent search --query "solid state battery electrolyte" --limit 20
```
Done when both the academic and patent corpora have been searched for the topic.
### Technology Landscape
```bash
# EPO side: natural language to CQL
flowleap patent build-query "machine learning methods for drug discovery" --allow-external-processing
flowleap --json patent search --query "<CQL from build-query>" --limit 30
# US side: build an ODP query, then search with it (see flowleap-uspto)
flowleap uspto build-query "machine learning methods for drug discovery" --allow-external-processing
flowleap --json uspto search --query "<recommended_query from build-query>" --limit 30
```
### Deep Dive
```bash
flowleap --json summary EP1234567 #