China Patent Skill
中国专利 Skill 安全与运维:保护商业秘密、来源与发布边界
覆盖私有材料、浏览器抓取、凭据、知识库、日志、版本和专业复核。

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
- 脱敏是运行前置条件。
- 公开网页不等于可信证据。
- 事件恢复必须可演练。
材料最小化
项目代码、设计图和审查文件可能是商业秘密。按案件隔离目录与权限,先脱敏再运行,限制上传、日志和缓存留存。
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
网络与输出
限制 CNIPA/搜索域名、重定向和浏览器权限;把公开页面、模型输出和用户材料都当作不可信内容。Word、Canvas 和图像导出需要单独审计。
事件响应
出现误上传、错误引用或泄密迹象时,立即停止、撤销凭据、隔离输出、保留审计记录并通知负责人;恢复到上一份时间戳版本。
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
盘点案件、凭据、输出和访问人。
- 2
实施目录隔离、网络白名单和留存策略。
- 3
审核引用、图稿和外发动作。
- 4
演练撤销、隔离、恢复和删除。
Copy-ready example
case authorization -> redacted workspace
allow-listed web -> cited evidence
export/release -> agent + professional approval
incident -> revoke/quarantine/restoreFrequently asked questions
可以把案件放进公共 Obsidian vault 吗?
不建议;使用受控私有库并按案件和人员最小化权限。
模型生成的权利要求可以直接提交吗?
不可以,必须由专利代理师和发明人核对。
Sources
- Patent Disclosure Skill README (captured 2026-08-31)Source checked 2026-08-31
- patent-disclosure-skill repositorySource checked 2026-08-31