{
  "schemaVersion": "1.0",
  "item": {
    "slug": "patent-assistant",
    "name": "Patent Assistant",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/TY-teo/patent-assistant",
    "canonicalUrl": "https://clawhub.ai/TY-teo/patent-assistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/patent-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=patent-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/generate_disclosure.py",
      "scripts/patent_search.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/patent-assistant"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/patent-assistant",
    "agentPageUrl": "https://openagent3.xyz/skills/patent-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/patent-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/patent-assistant/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "专利助手",
        "body": "帮助研发人员撰写专利技术交底书，并进行专利检索。"
      },
      {
        "title": "1. 技术交底书生成",
        "body": "将口语化的技术描述转化为结构化的专利技术交底书。\n\n使用方式：\n\n帮我写一份专利交底书：[技术方案描述]\n\n输出结构：\n\n发明名称\n技术领域\n背景技术（现有技术及缺陷）\n发明内容（技术问题、技术方案、有益效果）\n具体实施方式\n附图说明建议"
      },
      {
        "title": "2. 专利检索",
        "body": "基于技术方案进行专利检索，分析新颖性。\n\n使用方式：\n\n帮我检索相关专利：[技术关键词或交底书内容]\n\n输出内容：\n\n相关专利列表（专利号、标题、摘要）\n技术相似度分析\n新颖性初步判断"
      },
      {
        "title": "交底书生成流程",
        "body": "当用户提供技术方案时，按以下步骤处理："
      },
      {
        "title": "Step 1: 信息收集",
        "body": "如果用户提供的信息不完整，询问以下关键点：\n\n要解决什么技术问题？\n现有方案有什么缺陷？\n你的方案核心是什么？\n有哪些关键技术特征？\n能达到什么效果？"
      },
      {
        "title": "Step 2: 生成交底书",
        "body": "使用以下模板生成：\n\n# 专利技术交底书\n\n## 一、发明名称\n[简洁描述技术方案的名称，格式：一种XXX的方法/装置/系统]\n\n## 二、技术领域\n本发明涉及[大领域]技术领域，具体涉及[细分领域]。\n\n## 三、背景技术\n### 3.1 现有技术描述\n[描述当前主流的技术方案]\n\n### 3.2 现有技术缺陷\n现有技术存在以下问题：\n1. [问题1]\n2. [问题2]\n3. [问题3]\n\n## 四、发明内容\n### 4.1 要解决的技术问题\n本发明要解决的技术问题是：[核心问题]\n\n### 4.2 技术方案\n为解决上述技术问题，本发明采用以下技术方案：\n[详细描述技术方案，包含所有关键技术特征]\n\n### 4.3 有益效果\n采用本发明的技术方案，具有以下有益效果：\n1. [效果1]\n2. [效果2]\n3. [效果3]\n\n## 五、具体实施方式\n### 5.1 实施例一\n[详细描述一个具体实施例]\n\n### 5.2 实施例二（可选）\n[描述另一个实施例或变体]\n\n## 六、附图说明\n建议绘制以下附图：\n- 图1：[附图内容建议]\n- 图2：[附图内容建议]\n\n## 七、关键词\n[用于专利检索的关键词列表]"
      },
      {
        "title": "Step 3: 优化建议",
        "body": "生成后提供：\n\n权利要求书撰写建议\n可能的扩展方向\n需要补充的技术细节"
      },
      {
        "title": "Step 1: 提取检索关键词",
        "body": "从技术方案中提取：\n\n核心技术术语\n同义词/近义词\nIPC 分类号建议"
      },
      {
        "title": "Step 2: 执行检索",
        "body": "使用 scripts/patent_search.py 进行多平台检索：\n\n# 单平台检索（默认 Google Patents）\npython scripts/patent_search.py \"关键词1 关键词2\" --limit 20\n\n# 多平台并行检索（推荐）\npython scripts/patent_search.py \"关键词\" -s all -p\n\n# 指定平台检索\npython scripts/patent_search.py \"关键词\" -s google,cnipa,innojoy\n\n# 带相似度分析\npython scripts/patent_search.py \"关键词\" -s all -p -a\n\n支持的检索平台：\n\n平台参数说明Google Patentsgoogle全球专利，免费，数据最全Lens.orglens专利+论文，免费开放大为Innojoyinnojoy中国专利，免费基础版百度学术baidu论文为主，部分专利Espacenetespacenet欧洲专利局，全球数据国知局CNIPAcnipa中国官方，需登录账号全部平台all同时检索所有平台"
      },
      {
        "title": "Step 3: 分析结果",
        "body": "对检索结果进行：\n\n技术相似度排序\n关键特征对比\n新颖性初步判断"
      },
      {
        "title": "注意事项",
        "body": "交底书仅供参考：生成的交底书需要发明人审核补充\n检索不能替代查新：正式查新需要专业机构\n权利要求需专业撰写：建议由专利代理人完成\n保密提醒：提交前确认技术方案未公开"
      },
      {
        "title": "常用 IPC 分类",
        "body": "领域IPC 分类号计算机软件G06F人工智能G06N图像处理G06T通信H04L, H04W数据库G06F 16/物联网H04L 67/区块链H04L 9/, G06Q"
      },
      {
        "title": "示例",
        "body": "用户输入：\n\n我做了一个用 AI 自动生成代码注释的工具，能识别代码逻辑自动写注释\n\n输出交底书：\n\n（生成完整的交底书结构）\n\n检索结果：\n\n（列出相关专利及分析）"
      }
    ],
    "body": "专利助手\n\n帮助研发人员撰写专利技术交底书，并进行专利检索。\n\n功能\n1. 技术交底书生成\n\n将口语化的技术描述转化为结构化的专利技术交底书。\n\n使用方式：\n\n帮我写一份专利交底书：[技术方案描述]\n\n\n输出结构：\n\n发明名称\n技术领域\n背景技术（现有技术及缺陷）\n发明内容（技术问题、技术方案、有益效果）\n具体实施方式\n附图说明建议\n2. 专利检索\n\n基于技术方案进行专利检索，分析新颖性。\n\n使用方式：\n\n帮我检索相关专利：[技术关键词或交底书内容]\n\n\n输出内容：\n\n相关专利列表（专利号、标题、摘要）\n技术相似度分析\n新颖性初步判断\n交底书生成流程\n\n当用户提供技术方案时，按以下步骤处理：\n\nStep 1: 信息收集\n\n如果用户提供的信息不完整，询问以下关键点：\n\n要解决什么技术问题？\n现有方案有什么缺陷？\n你的方案核心是什么？\n有哪些关键技术特征？\n能达到什么效果？\nStep 2: 生成交底书\n\n使用以下模板生成：\n\n# 专利技术交底书\n\n## 一、发明名称\n[简洁描述技术方案的名称，格式：一种XXX的方法/装置/系统]\n\n## 二、技术领域\n本发明涉及[大领域]技术领域，具体涉及[细分领域]。\n\n## 三、背景技术\n### 3.1 现有技术描述\n[描述当前主流的技术方案]\n\n### 3.2 现有技术缺陷\n现有技术存在以下问题：\n1. [问题1]\n2. [问题2]\n3. [问题3]\n\n## 四、发明内容\n### 4.1 要解决的技术问题\n本发明要解决的技术问题是：[核心问题]\n\n### 4.2 技术方案\n为解决上述技术问题，本发明采用以下技术方案：\n[详细描述技术方案，包含所有关键技术特征]\n\n### 4.3 有益效果\n采用本发明的技术方案，具有以下有益效果：\n1. [效果1]\n2. [效果2]\n3. [效果3]\n\n## 五、具体实施方式\n### 5.1 实施例一\n[详细描述一个具体实施例]\n\n### 5.2 实施例二（可选）\n[描述另一个实施例或变体]\n\n## 六、附图说明\n建议绘制以下附图：\n- 图1：[附图内容建议]\n- 图2：[附图内容建议]\n\n## 七、关键词\n[用于专利检索的关键词列表]\n\nStep 3: 优化建议\n\n生成后提供：\n\n权利要求书撰写建议\n可能的扩展方向\n需要补充的技术细节\n专利检索流程\nStep 1: 提取检索关键词\n\n从技术方案中提取：\n\n核心技术术语\n同义词/近义词\nIPC 分类号建议\nStep 2: 执行检索\n\n使用 scripts/patent_search.py 进行多平台检索：\n\n# 单平台检索（默认 Google Patents）\npython scripts/patent_search.py \"关键词1 关键词2\" --limit 20\n\n# 多平台并行检索（推荐）\npython scripts/patent_search.py \"关键词\" -s all -p\n\n# 指定平台检索\npython scripts/patent_search.py \"关键词\" -s google,cnipa,innojoy\n\n# 带相似度分析\npython scripts/patent_search.py \"关键词\" -s all -p -a\n\n\n支持的检索平台：\n\n平台\t参数\t说明\nGoogle Patents\tgoogle\t全球专利，免费，数据最全\nLens.org\tlens\t专利+论文，免费开放\n大为Innojoy\tinnojoy\t中国专利，免费基础版\n百度学术\tbaidu\t论文为主，部分专利\nEspacenet\tespacenet\t欧洲专利局，全球数据\n国知局CNIPA\tcnipa\t中国官方，需登录账号\n全部平台\tall\t同时检索所有平台\nStep 3: 分析结果\n\n对检索结果进行：\n\n技术相似度排序\n关键特征对比\n新颖性初步判断\n注意事项\n交底书仅供参考：生成的交底书需要发明人审核补充\n检索不能替代查新：正式查新需要专业机构\n权利要求需专业撰写：建议由专利代理人完成\n保密提醒：提交前确认技术方案未公开\n常用 IPC 分类\n领域\tIPC 分类号\n计算机软件\tG06F\n人工智能\tG06N\n图像处理\tG06T\n通信\tH04L, H04W\n数据库\tG06F 16/\n物联网\tH04L 67/\n区块链\tH04L 9/, G06Q\n示例\n\n用户输入：\n\n我做了一个用 AI 自动生成代码注释的工具，能识别代码逻辑自动写注释\n\n输出交底书：\n\n（生成完整的交底书结构）\n\n检索结果：\n\n（列出相关专利及分析）"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TY-teo/patent-assistant",
    "publisherUrl": "https://clawhub.ai/TY-teo/patent-assistant",
    "owner": "TY-teo",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/patent-assistant",
    "downloadUrl": "https://openagent3.xyz/downloads/patent-assistant",
    "agentUrl": "https://openagent3.xyz/skills/patent-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/patent-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/patent-assistant/agent.md"
  }
}