一键导入
patent-search
Use when the user wants USPTO patent discovery, patent metadata lookup, application lookup, or downloadable patent candidates before ingest.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants USPTO patent discovery, patent metadata lookup, application lookup, or downloadable patent candidates before ingest.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants to install, configure, diagnose, or troubleshoot ScholarAIO, including setup check, dependency status, API keys, and bilingual setup flow.
Use when the user explicitly asks for Nature Skills, nature-skills, Nature style, Nature-style, Nature Communications, Nature-family, CNS, high-impact journal, or Springer Nature workflows, including Nature figure work, polishing, writing, reviewer critique, high-impact journal major revision response, Nature/CNS citations, Nature data-sharing workflows, paper readers, reviewer response, paper-to-PPT, submission checklist, or Nature-specific academic-search workflows.
Use when the user wants to rebuild or refresh ScholarAIO keyword, full-text, FTS5, FAISS, or semantic search indexes after data or metadata changes.
Use when the user wants to find academic papers, search the local library, run keyword or semantic search, search by author, explore topics, or federate across library, explore databases, and arXiv.
Use when the user wants to import papers from Endnote XML/RIS, Zotero Web API or local SQLite, attach PDFs, match PDFs to records, or supplement records with PDF content.
Use when the user wants to process new papers, patents, theses, documents, or proceedings from inbox queues into the knowledge base, run the ingest pipeline, or rebuild indexes.
| name | patent-search |
| description | Use when the user wants USPTO patent discovery, patent metadata lookup, application lookup, or downloadable patent candidates before ingest. |
通过 USPTO Patent Public Search (PPUBS) 搜索美国专利,无需 API Key,无需注册账号。
同时保留 USPTO Open Data Portal (ODP) API 作为可选后端(需要 API Key),用于更结构化的申请号查询。
注意:本命令仅用于搜索发现,不会直接入库。 如需将专利纳入知识库,请后续通过 patent-fetch 或 --fetch 下载 PDF 后放入 configured patent inbox(fresh 默认 data/spool/inbox-patent/),再执行 scholaraio pipeline ingest 走正常的专利入库流程(含公开号去重)。
# 基本搜索
scholaraio patent-search "artificial intelligence"
# 指定结果数量
scholaraio patent-search "neural network" --count 20
# 分页
scholaraio patent-search "semiconductor" --count 10 --offset 10
# 搜索并自动下载所有结果中的专利 PDF 到 configured patent inbox
scholaraio patent-search "quantum computing" --count 5 --fetch
PPUBS 支持字段限定检索,基本语法为 ("term").field.:
# 标题检索
scholaraio patent-search '("artificial intelligence").title.'
# 发明人检索
scholaraio patent-search '("Smith").inventor.'
# 公开号检索
scholaraio patent-search '("US20230123456A1").publ.'
# 布尔组合
scholaraio patent-search '("artificial intelligence").title. AND ("neural network").title.'
若已配置 ODP API Key,可通过 --source odp 切换到 ODP 后端:
# ODP 关键词搜索
scholaraio patent-search "artificial intelligence" --source odp
# 按申请号查询详情(ODP 支持更完整的结构化元数据)
scholaraio patent-search --application 17123456 --source odp
ODP API Key 配置方式:
config.local.yaml:
patent:
uspto_odp_api_key: "your-api-key"
export USPTO_ODP_API_KEY="your-api-key"
找到 3 / 1542 条 USPTO 专利结果
[1] SYSTEMS AND METHODS FOR MACHINE LEARNING BASED IMAGE PROCESSING
Publication: US20230123456A1
Inventors: John Doe, Jane Smith
Filing: 2021-05-15
Published: 2023-04-20
Type: US-PGPUB
下载: scholaraio patent-fetch US20230123456A1
[2] NEURAL NETWORK ACCELERATOR WITH DYNAMIC SPARSITY
Publication: US11678901B2
Inventors: Alice Wong
Assignees: Example Corp
Filing: 2020-03-10
Published: 2023-06-13
Type: USPAT
下载: scholaraio patent-fetch US11678901B2
# 1. 搜索发现目标专利
scholaraio patent-search "quantum computing" --count 10
# 2. 根据输出提示,手动下载感兴趣的专利
scholaraio patent-fetch US20230123456A1
# 1. 搜索并自动下载前 5 条结果的 PDF
scholaraio patent-search "quantum computing" --count 5 --fetch
# 2. 走正常 pipeline 入库
scholaraio pipeline ingest
# 3. 本地检索
scholaraio search "quantum computing"
缺少 API Key(仅影响 --source odp)
搜索失败: 缺少 USPTO ODP API Key。请在 config.local.yaml 中配置...
解决方案:
--source odp)config.local.yaml 或环境变量未找到专利
未找到与 '...' 相关的专利
--source odp --application <号码>PPUBS 会话过期/403
patent-fetch 下载失败
scholaraio patent-fetch — 下载指定专利 PDF 到 configured patent inbox(fresh 默认 data/spool/inbox-patent/)scholaraio arxiv — arXiv 论文搜索与下载scholaraio websearch — 实时网页搜索scholaraio pipeline ingest — 将 inbox-patent 中的 PDF 入库scholaraio search / scholaraio vsearch — 本地知识库检索