agentsclimarketplace

Recipe patent to report

Skill flowleap-ai/flowleap-plugins/plugins/flowleap/skills/recipe-patent-to-report

The FlowLeap Plugin Marketplace — curated, free-to-install skill packs for patent and IP work.

Install
npx -y skills add flowleap-ai/flowleap-plugins --skill recipe-patent-to-report

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Formatted single-patent dossier — pull bibliography, abstract, claims, description, family, legal status, prosecution timeline, figures, and related art into one structured Markdown report. Trigger when the user asks for a complete profile, dossier, or report on a specific patent.

SKILL.md

1.9 KB, 363 tokens by cl100k_base, as published. Nobody here has run it

Recipe: Patent to Report

Extract all data from a patent document and assemble it into one structured report.

Steps

Step 1: One-Call Snapshot

flowleap --json summary <patent-number>    # biblio + legal status + family + term
flowleap --json timeline <patent-number>   # chronological prosecution events

Step 2: Gather Full Text

flowleap --json ops abstract <patent-number>
flowleap --json ops claims <patent-number>
flowleap --json ops description <patent-number>

Step 3: Figures

flowleap figures <patent-number>                          # figure metadata
flowleap figures <patent-number> --out figure.png --page 3  # save one page

Step 4: Find Related Patents

flowleap --json patent search --query "<key terms from abstract>" --limit 10

Output

A Markdown dossier for the patent with one section per heading below. Done when every section is present (or explicitly marked "not available"):

  • Bibliography — title, applicant/inventor, filing and publication dates, classification
  • Abstract
  • Claims — independent and dependent
  • Description summary — condensed from the full description
  • Figures — figure list, with saved pages referenced
  • Family — members by jurisdiction
  • Legal status — active/expired/abandoned and estimated remaining term
  • Prosecution timeline — register + INPADOC legal events
  • Related art — patents surfaced from the abstract key terms

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.