google-patents
SKILL.md
Google Patents
Search and retrieve patent data via SerpApi. Requires SERPAPI_API_KEY env var (free: 100/month at serpapi.com).
5 Commands
bash scripts/patents.sh search "keywords" [options] # Search patents
bash scripts/patents.sh detail "US11734097B1" # Basic info + claims
bash scripts/patents.sh fulltext "US11734097B1" # Description full text
bash scripts/patents.sh full "US11734097B1" # ALL data in one call
bash scripts/patents.sh pdf "US11734097B1" output.pdf # Download PDF
Patent ID: short US11734097B1 or full patent/US11734097B1/en. Supports all countries: CN, US, EP, JP, KR, WO, DE, etc.
Search Options