Agent Skills
› handsomestWei/patent-disclosure-skill
› patent-disclosure
patent-disclosure
GitHub用于指导中国专利(发明/实用新型/外观)交底书的编写全流程。涵盖技术点挖掘、轻量查新、线稿生成及文档成文,提供分步指令与工具支持,辅助完成高质量专利披露材料。
Trigger Scenarios
需要撰写专利交底书
进行专利技术创新点挖掘
执行专利前期轻量查新
生成专利附图或线稿
Install
npx skills add handsomestWei/patent-disclosure-skill --skill patent-disclosure -g -y
SKILL.md
Frontmatter
{
"name": "patent-disclosure",
"description": "中国专利交底书:发明\/实用新型\/外观设计的专利点挖掘、轻量查新与成文。",
"user-invocable": false
}
交底书编写
分步指令在 prompts/(本包内)。发明 / 实用新型 / 外观是包内三个目录,不是三个可触发技能。
| 步骤 | 文件 |
|---|---|
| Step 1 | prompts/intake.md |
| Step 2 | prompts/project_scan.md |
| Step 3–4 | prompts/invention/ · utility_model/ · design/ 挖点 |
| 填表 / 线稿 | prompts/fill_*、image_gen.md、*_lineart_*.md |
| Step 5 | prompts/prior_art_search.md(轻量查新,一词一页) |
| Step 6 | prompts/disclosure_preview.md |
| Step 7 | 对应类型 disclosure_builder.md + template_reference.md |
| Step 8 | prompts/disclosure_self_check.md |
| 迭代 | iteration_context.md / merger.md / correction_handler.md |
查新工具:tools/crawl/cnipa_epub_search.py。整仓安装时路径为 skills/patent-disclosure/tools/crawl/cnipa_epub_search.py。著录检索不在本包,禁止当查新引擎调用。
--type 与 intake 一致;两段式:关键词 → EPUB_CLASS_HINT / IPC·LOC → --class;不足 4 条则同分类号回补第一轮。
线稿、CAD、公式、Word 出图用本包 tools/(browser.py、mermaid_render.py、md_to_docx.py 等)。
Version History
- a01c491 Current 2026-09-02 21:29


