Skill de patentes de China
Desplegar Patent Skill: Python, Playwright y Obsidian
Aísla casos, búsqueda web, vault y documentos Word.

Qué aprenderás
- Distinguish discovery, research, and drafting stages
- Produce a traceable disclosure draft
- Identify confidentiality and evidence boundaries
Antes de empezar
- Basic Git and command-line usage
- Comfort reading a project README
You can explain the project, run its documented first step, and decide what to verify before adopting it.
Conclusiones clave
- 技能是工作流集合而非单体服务。
- 浏览器查新与私有材料需要隔离。
- 时间戳版本是恢复边界。
依赖与宿主
Fija Python, host y navegador, separa permisos por caso y prueba conversión Word, degradación sin Obsidian y recuperación por versiones.
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
材料与网络边界
项目扫描默认不解析 STEP/CAD,查新优先 CNIPA;将网络抓取放在受控环境,凭据和私有材料不写入提交或公开日志。
恢复与版本
交付以案件名和时间戳另存,保留修订对话、图稿计划和上一版。测试中断、缺少字体、Word 转换失败与 Obsidian 不可用时的降级目录。
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
Cómo elegir
| Criterio | Opción A | Opción B |
|---|---|---|
| Best when | You need predictable behavior and easy auditing | You need adaptive optimization and have reliable telemetry |
| Main risk | May leave performance on the table | Can become difficult to explain or debug |
Pasos de implementación
- 1
固定 Python、宿主和浏览器。
- 2
配置脱敏目录与知识库路径。
- 3
运行查新、生成和转换 smoke test。
- 4
演练恢复与清理。
Ejemplo para copiar
python -m venv .venv
# install requirements from INSTALL.md
playwright install
# run the selected Agent Skill with a redacted case directoryPreguntas frecuentes
必须安装 Obsidian 吗?
不必须;没有 vault 时可以降级到 outputs/patent_reader,但图谱体验会减少。
能把 CNIPA 抓取放到生产服务器吗?
应遵守站点政策、频率和法律要求,并保留查询日期与来源。
Fuentes
- Patent Disclosure Skill README (captured 2026-08-31)Fuente verificada 2026-08-31
- patent-disclosure-skill repositoryFuente verificada 2026-08-31