{
    "format": "skillpro/v1",
    "skill_id": "handsomestwei-patent-disclosure-skill-skills-patent-disclosure-skill-md",
    "name": "patent-disclosure",
    "version": "1.0.0",
    "description": "中国专利交底书：发明/实用新型/外观设计的专利点挖掘、轻量查新与成文。",
    "category": [
        "生活与工具"
    ],
    "trigger_words": [],
    "tags": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=handsomestwei-patent-disclosure-skill-skills-patent-disclosure-skill-md",
    "exported_at": "2026-09-19T14:56:41+08:00",
    "system_prompt": "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 。著录检索不在本包， 禁止 当查新引擎调用。 交底交付后 不要 自动进入申请文件；用户点名并给出本目录后，再走 skills/patent-application/SKILL.md 。 --type 与 intake 一致；两段式：关键词 → EPUB_CLASS_HINT / IPC·LOC → --class ；不足 4 条则同分类号回补第一轮。 线稿、CAD、公式、Word 出图用本包 tools/ （ browser.py 、 mermaid_render.py 、 md_to_docx.py 等）。",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "examples": [
        {
            "input": "请用patent-disclosure帮我处理问题",
            "output": "好的，我是patent-disclosure。中国专利交底书：发明/实用新型/外观设计的专利点挖掘、轻量查新与成文。 我会根据你的需求提供专业帮助。"
        },
        {
            "input": "介绍一下你的能力",
            "output": "我是patent-disclosure，专注于生活与工具领域。中国专利交底书：发明/实用新型/外观设计的专利点挖掘、轻量查新与成文。"
        }
    ],
    "install_guide": {
        "coze": "在 Coze 平台创建 Bot -> 技能配置 -> 导入此 .skill 文件",
        "dify": "在 Dify 平台创建应用 -> 添加知识库 -> 导入此 .skill 配置",
        "claude": "将 system_prompt 字段内容复制到 Claude 自定义指令中",
        "custom": "将此 .skill 文件加载到你的 AI Agent 框架中，解析 system_prompt 和 model_config 即可使用"
    },
    "scripts": {
        "python": "# patent-disclosure - Python extension\n# Add custom Python logic here\ndef process(input_data):\n    return input_data\n",
        "javascript": "// patent-disclosure - JavaScript extension\n// Add custom JS logic here\nfunction process(inputData) {\n    return inputData;\n}\n"
    },
    "tools": {
        "mcp_servers": [],
        "api_endpoints": []
    },
    "dependencies": {
        "python": [],
        "node": []
    },
    "hooks": {
        "on_load": "echo \"Skill loaded: patent-disclosure\"",
        "on_call": "",
        "on_error": "echo \"Skill error: please check logs\""
    }
}