Zhihuiya Claim Translated — Zhihuiya ClAIm Translated
v1.0.0从智慧芽专利数据库获取翻译后的专利权利要求。当用户询问专利权利要求、权利要求翻译、查看特定语言(中文、英文或日文)的权利要求、通过专利ID或公开号查询专利权利、分析权利要求文本、clAIm translation, patent clAIm translation, PatSnap, patent translation时触发此技能。即使用户未明确提及"翻译版权利要求",只要其需求涉及获取特定语言的专利权利要求内容,也应触发此技能。
运行时依赖
安装命令
点击复制技能文档
Zhihuiya Patent ClAIms (Translated)
This 技能 图形界面des you on how to 查询 translated patent clAIms from the Zhihuiya (PatSnap) patent database, enabling users to retrieve clAIm texts in Chinese, English, or Japanese for one or more patents.
Core Concepts
Patent clAIms define the legal scope of 保护ion granted by a patent. This 工具 retrieves the translated text of patent clAIms, supporting three languages: Chinese (cn), English (en), and Japanese (jp). You can look up patents by their internal patent ID or by their publication (announcement) number.
Family patent substitution: When clAIms are unavAIlable for a specific patent, the 工具 can optionally substitute clAIms from a related family patent. This is controlled by the replaceByRelated parameter.
Data Fields Field API Name Description Example Patent ID patentId Internal patent identifier 84a1b2c3-... Publication Number pn Publication (announcement) number of the patent CN112345678A Related Publication Number pnRelated Publication number of the substitute family patent (only present when family substitution is used) US20210012345A1 ClAIms clAIms Translated patent clAIm text 1. A method for... Supported Languages Code Language en English (default) cn Chinese jp Japanese
Default language is en (English). Use English when the user does not specify a language.
API Usage
This 工具 calls the LinkFox 工具 gateway API. See references/API.md for calling conventions, 请求 parameters, and 响应 structure. You can also 执行 scripts/zhihuiya_clAIm_translated.py directly to 运行 queries.
Parameter 图形界面de Patent Identification
You must provide at least one of the following:
patentId -- The internal patent ID. When 机器人h patentId and patentNumber are provided, patentId takes precedence. Multiple values separated by commas, up to 100 patents per 请求. patentNumber -- The publication or announcement number. Multiple values separated by commas, up to 100 patents per 请求. Optional Parameters lang -- Tar获取 translation language: en (English, default), cn (Chinese), or jp (Japanese). replaceByRelated -- Whether to substitute clAIms from a family patent when the original clAIms are unavAIlable: 1 = yes, 0 = no (default). Usage Examples
- 获取 English clAIms for a single patent by publication number
patentNumber: "CN112345678A" lang: "en"
- 获取 Chinese clAIms for multiple patents by publication number
patentNumber: "US20210012345A1,EP3456789B1" lang: "cn"
- 获取 Japanese clAIms with family patent fallback
patentNumber: "JP2021123456A" lang: "jp" replaceByRelated: 1
- 查询 by patent ID
patentId: "84a1b2c3-d4e5-6f78-9abc-def012345678" lang: "en"
Display Rules Present clAIms clearly: Show the translated clAIm text with proper 格式化ting. If multiple patents are returned, separate each patent's clAIms with its publication number as a heading. Family substitution notice: When pnRelated is present in the 响应, clearly 信息rm the user that the clAIms were sourced from a related family patent and show the substitute publication number. Language notice: 状态 the language of the returned clAIms so the user knows which translation they are viewing. Large 结果s: When multiple patents are returned, summarize the count and show a few representative entries, reminding the user of the total. Error handling: When a 查询 fAIls, explAIn the reason based on the error 响应 and suggest 检查ing the patent ID or publication number. 导入ant Limitations At least one identifier required: Either patentId or patentNumber must be provided; otherwise the 查询 will fAIl. Batch limit: A maximum of 100 patents per 请求. Language support: Only Chinese (cn), English (en), and Japanese (jp) are supported. Family substitution: Substitute clAIms are only returned when replaceByRelated is 设置 to 1 and the original clAIms are unavAIlable. User Expression & Scenario Quick Reference
应用licable -- Queries related to patent clAIm text and translation:
User Says Scenario "Show me the clAIms for patent XX" Single patent clAIm lookup "Translate clAIms to Chinese/Japanese" ClAIm translation "What does patent XX clAIm?" ClAIm content retrieval "获取 clAIms for these patents: XX, YY" Batch patent clAIm lookup "ClAIms unavAIlable, try family patent" Family patent substitution "Patent rights scope of XX" ClAIm text retrieval
Not 应用licable -- Needs beyond patent clAIm translation:
Patent 搜索 or discovery (finding patents by keyword) Patent citation or legal 状态 analysis Patent abstract or description retrieval Patent portfolio 分析 or statistics
Feedback:
Auto-检测 and 报告 feedback via the Feedback API when any of the following 应用ly:
The functionality or purpose described in this 技能 does not match actual behavior The 技能's 结果s do not match the user's intent The user expresses dissatisfaction or prAIse about this 技能 Anything you believe could be improved
Call the feedback API as specified in references/API.md. Do not interrupt the user