One-click install
npx skills add https://github.com/xjtulyc/awesome-rosetta-skills --skill patent-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: patent-analysis
Source: https://github.com/xjtulyc/awesome-rosetta-skills/tree/main/skills/21-library-science/patent-analysis
Command: npx skills add https://github.com/xjtulyc/awesome-rosetta-skills --skill patent-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, networkx, scipy, scikit-learn, matplotlib, requests.

What problem does it solve?

It helps you analyze patents to understand where technologies are emerging, how ideas diffuse over time, which inventions are most influential, and how inventors collaborate across a landscape.

Core Features & Use Cases

  • IPC/CPC technology landscape mapping: Classify patents and summarize activity by technology class to spot concentration and coverage gaps.
  • Citation network & patent value proxies: Build directed citation graphs and compute centrality signals like forward-citation influence.
  • Technology emergence detection: Fit an S-curve/Bass diffusion model to identify peak adoption timing and forecast technology diffusion.
  • Inventor collaboration & whitespace: Construct co-invention networks and estimate opportunity/whitespace using recency and impact signals.

Quick Start

Use the patent-analysis skill to analyze a set of patents and produce an IPC-level landscape, citation-network insights, and an S-curve forecast for technology emergence.

Frequently Asked Questions about patent-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map a patent landscape using IPC classification data?

You map a patent landscape by classifying patents with IPC/CPC taxonomies and summarizing activity by technology class to spot concentration and coverage gaps. This reveals where intellectual property is clustered and highlights whitespace opportunities.

Can I forecast technology emergence and diffusion trends from patent datasets?

Yes, you forecast technology emergence by fitting an S-curve or Bass diffusion model to your patent dataset. This identifies peak adoption timing and projects future technology diffusion rates for R&D portfolio benchmarking.

How do citation networks help measure patent value and influence?

Citation networks measure patent value by building directed citation graphs and computing centrality signals like forward-citation influence. These network metrics act as proxies to identify the most impactful and foundational inventions within a dataset.

Do I need Python libraries like pandas and networkx to analyze inventor collaboration?

Yes, analyzing inventor collaboration requires Python dependencies including pandas, networkx, scipy, scikit-learn, and matplotlib. These libraries construct co-invention networks and estimate whitespace opportunity using recency and impact signals.

What's the best way to benchmark R&D portfolios across different assignees and countries?

The best way to benchmark R&D portfolios is by comparing assignee and country activity across IPC-level patent landscapes. Combining classification summaries with citation network centrality provides a comparative view of technological influence and coverage.