China Patent Skill
中国专利 Skill 部署:Python、Playwright、Obsidian 与文档交付
部署专利技能时隔离项目材料、浏览器查新、Obsidian 知识库与 Word 输出。

What you will learn
- Distinguish discovery, research, and drafting stages
- Produce a traceable disclosure draft
- Identify confidentiality and evidence boundaries
Before you start
- 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.
Key takeaways
- 技能是工作流集合而非单体服务。
- 浏览器查新与私有材料需要隔离。
- 时间戳版本是恢复边界。
依赖与宿主
README 以 Python 3.9+、Playwright 和 AgentSkills 标准为基础;按 INSTALL.md 固定宿主,确认浏览器、Pandoc/Word 转换和本地路径权限。
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.
Decision guide
| Criterion | Option A | Option 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 |
Implementation steps
- 1
固定 Python、宿主和浏览器。
- 2
配置脱敏目录与知识库路径。
- 3
运行查新、生成和转换 smoke test。
- 4
演练恢复与清理。
Copy-ready example
python -m venv .venv
# install requirements from INSTALL.md
playwright install
# run the selected Agent Skill with a redacted case directoryFrequently asked questions
必须安装 Obsidian 吗?
不必须;没有 vault 时可以降级到 outputs/patent_reader,但图谱体验会减少。
能把 CNIPA 抓取放到生产服务器吗?
应遵守站点政策、频率和法律要求,并保留查询日期与来源。
Sources
- Patent Disclosure Skill README (captured 2026-08-31)Source checked 2026-08-31
- patent-disclosure-skill repositorySource checked 2026-08-31