中国专利 Skill
中国专利 Skill 部署:Python、Playwright 与 Obsidian
隔离项目材料、浏览器查新、知识库和 Word 交付。

你将学会
- Distinguish discovery, research, and drafting stages
- Produce a traceable disclosure draft
- Identify confidentiality and evidence boundaries
开始前需要
- 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.
先看结论
- 技能是工作流集合而非单体服务。
- 浏览器查新与私有材料需要隔离。
- 时间戳版本是恢复边界。
依赖与宿主
固定 Python 3.9+、宿主和浏览器,按案件隔离目录与网络权限,并测试 Word 转换、Obsidian 降级和时间戳恢复。
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.
如何选择
| 比较维度 | 方案 A | 方案 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 |
实施步骤
- 1
固定 Python、宿主和浏览器。
- 2
配置脱敏目录与知识库路径。
- 3
运行查新、生成和转换 smoke test。
- 4
演练恢复与清理。
可复制示例
python -m venv .venv
# install requirements from INSTALL.md
playwright install
# run the selected Agent Skill with a redacted case directory常见问题
必须安装 Obsidian 吗?
不必须;没有 vault 时可以降级到 outputs/patent_reader,但图谱体验会减少。
能把 CNIPA 抓取放到生产服务器吗?
应遵守站点政策、频率和法律要求,并保留查询日期与来源。
资料来源
- Patent Disclosure Skill README (captured 2026-08-31)来源核查 2026-08-31
- patent-disclosure-skill repository来源核查 2026-08-31