Agent skill · Databases

uspto-database

Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill uspto-database --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 18 KB
Bundled scripts: yes
Path: skills/12-科学数据库/uspto-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# USPTO Database ## Overview USPTO provides specialized APIs for patent and trademark data. Search patents by keywords/inventors/assignees, retrieve examination history via PEDS, track assignments, analyze citations and office actions, access TSDR for trademarks, for IP analysis and prior art searches. ## When to Use This Skill This skill should be used when: - **Patent Search**: Finding patents by keywords, inventors, assignees, classifications, or dates - **Patent Details**: Retrieving full patent data including claims, abstracts, citations - **Trademark Search**: Looking up trademarks by serial or registration number - **Trademark Status**: Checking trademark status, ownership, and prosecution history - **Examination History**: Accessing patent prosecution data from PEDS (Patent Examination Data System) - **Office Actions**: Retrieving office action text, citations, and rejections - **Assignments**: Tracking patent/trademark ownership transfers - **Citations**: Analyzing patent citations (forward and backward) - **Litigation**: Accessing patent litigation records - **Portfolio Analysis**: Analyzing patent/trademark portfolios for companies or inventors ## USPTO API Ecosystem The

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. USPTO API Ecosystem
  4. Core APIs
  5. Additional APIs
  6. Quick Start
  7. API Key Registration
  8. Helper Scripts
  9. Task 1: Searching Patents
  10. Using the PatentSearch API
  11. Query Operators
  12. Available Patent Endpoints
  13. Reference Documentation
  14. Task 2: Retrieving Patent Examination Data
Ships with 7 files
  • references/additional_apis.md
  • references/patentsearch_api.md
  • references/peds_api.md
  • references/trademark_api.md
  • scripts/patent_search.py
  • scripts/peds_client.py
  • scripts/trademark_client.py
Commands it runs
export USPTO_API_KEY="your_api_key_here"
export PATENTSVIEW_API_KEY="you_api_key_here"
uv pip install uspto-opendata-python
More from qinyan-academic-skills
All skills →
About this skill
What does the uspto-database skill do?

Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill uspto-database --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going