linkfox-zhihuiya-claim-translated
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseZhihuiya Patent Claims (Translated)
智慧芽(PatSnap)专利权利要求(翻译版)
This skill guides you on how to query 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.
本技能将指导您如何从智慧芽(PatSnap)专利数据库查询翻译后的专利权利要求,支持用户获取单个或多个专利的中文、英文或日文权利要求文本。
Core Concepts
核心概念
Patent claims define the legal scope of protection granted by a patent. This tool retrieves the translated text of patent claims, supporting three languages: Chinese (), English (), and Japanese (). You can look up patents by their internal patent ID or by their publication (announcement) number.
cnenjpFamily patent substitution: When claims are unavailable for a specific patent, the tool can optionally substitute claims from a related family patent. This is controlled by the parameter.
replaceByRelated专利权利要求定义了专利授予的法律保护范围。本工具可获取专利权利要求的翻译文本,支持三种语言:中文()、英文()、日文()。您可通过内部专利ID或专利公开(公告)号进行查询。
cnenjp同族专利替换:当特定专利的权利要求无法获取时,工具可选择从相关同族专利中替换获取权利要求,该功能由参数控制。
replaceByRelatedData 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... |
| 字段 | API名称 | 描述 | 示例 |
|---|---|---|---|
| 专利ID | patentId | 专利内部标识符 | 84a1b2c3-... |
| 公开号 | pn | 专利的公开(公告)号 | CN112345678A |
| 相关公开号 | pnRelated | 替换用同族专利的公开号(仅在使用同族替换时显示) | US20210012345A1 |
| 权利要求 | claims | 翻译后的专利权利要求文本 | 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.
| 代码 | 语言 |
|---|---|
| en | 英文(默认) |
| cn | 中文 |
| jp | 日文 |
默认语言为en(英文)。当用户未指定语言时,使用英文返回结果。
API Usage
API使用说明
This tool calls the LinkFox tool gateway API. See for calling conventions, request parameters, and response structure. You can also execute directly to run queries.
references/api.mdscripts/zhihuiya_claim_translated.py本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构可查看。您也可直接执行运行查询。
references/api.mdscripts/zhihuiya_claim_translated.pyParameter Guide
参数指南
Patent Identification
专利标识
You must provide at least one of the following:
- patentId -- The internal patent ID. When both and
patentIdare provided,patentNumbertakes precedence. Multiple values separated by commas, up to 100 patents per request.patentId - patentNumber -- The publication or announcement number. Multiple values separated by commas, up to 100 patents per request.
您必须提供以下至少一项:
- patentId -- 专利内部ID。当同时提供和
patentId时,patentNumber优先级更高。支持逗号分隔的多个值,单次请求最多支持100个专利。patentId - patentNumber -- 专利公开或公告号。支持逗号分隔的多个值,单次请求最多支持100个专利。
Optional Parameters
可选参数
- lang -- Target translation language: (English, default),
en(Chinese), orcn(Japanese).jp - replaceByRelated -- Whether to substitute claims from a family patent when the original claims are unavailable: = yes,
1= no (default).0
- lang -- 目标翻译语言:(英文,默认)、
en(中文)或cn(日文)。jp - replaceByRelated -- 当原专利权利要求无法获取时,是否使用同族专利替换:=是,
1=否(默认)。0
Usage Examples
使用示例
1. Get English claims for a single patent by publication number
patentNumber: "CN112345678A"
lang: "en"2. Get Chinese claims for multiple patents by publication number
patentNumber: "US20210012345A1,EP3456789B1"
lang: "cn"3. Get Japanese claims with family patent fallback
patentNumber: "JP2021123456A"
lang: "jp"
replaceByRelated: 14. Query by patent ID
patentId: "84a1b2c3-d4e5-6f78-9abc-def012345678"
lang: "en"1. 通过公开号获取单个专利的英文权利要求
patentNumber: "CN112345678A"
lang: "en"2. 通过公开号获取多个专利的中文权利要求
patentNumber: "US20210012345A1,EP3456789B1"
lang: "cn"3. 获取日文权利要求并启用同族专利 fallback
patentNumber: "JP2021123456A"
lang: "jp"
replaceByRelated: 14. 通过专利ID查询
patentId: "84a1b2c3-d4e5-6f78-9abc-def012345678"
lang: "en"Display Rules
展示规则
- Present claims clearly: Show the translated claim text with proper formatting. If multiple patents are returned, separate each patent's claims with its publication number as a heading.
- Family substitution notice: When is present in the response, clearly inform the user that the claims were sourced from a related family patent and show the substitute publication number.
pnRelated - Language notice: State the language of the returned claims so the user knows which translation they are viewing.
- Large results: When multiple patents are returned, summarize the count and show a few representative entries, reminding the user of the total.
- Error handling: When a query fails, explain the reason based on the error response and suggest checking the patent ID or publication number.
- 清晰呈现权利要求:对翻译后的权利要求文本进行适当格式化展示。若返回多个专利的结果,以每个专利的公开号作为标题分隔内容。
- 同族替换提示:当响应中包含时,需明确告知用户权利要求来源于相关同族专利,并显示替换用的公开号。
pnRelated - 语言提示:说明返回权利要求的语言,让用户清楚查看的是哪种翻译版本。
- 大量结果处理:当返回多个专利结果时,汇总数量并展示部分代表性条目,同时提醒用户总数量。
- 错误处理:当查询失败时,根据错误响应说明原因,并建议用户检查专利ID或公开号。
Important Limitations
重要限制
- At least one identifier required: Either or
patentIdmust be provided; otherwise the query will fail.patentNumber - Batch limit: A maximum of 100 patents per request.
- Language support: Only Chinese (), English (
cn), and Japanese (en) are supported.jp - Family substitution: Substitute claims are only returned when is set to
replaceByRelatedand the original claims are unavailable.1
- 必填标识:必须提供或
patentId其中一项,否则查询将失败。patentNumber - 批量限制:单次请求最多支持100个专利。
- 语言支持:仅支持中文()、英文(
cn)和日文(en)。jp - 同族替换:仅当设为
replaceByRelated且原专利权利要求无法获取时,才会返回替换的同族专利权利要求。1
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- 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 |
| "Get 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 applicable -- Needs beyond patent claim translation:
- Patent search or discovery (finding patents by keyword)
- Patent citation or legal status analysis
- Patent abstract or description retrieval
- Patent portfolio analytics or statistics
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in . Do not interrupt the user's flow.
references/api.mdFor more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
适用场景 -- 与专利权利要求文本及翻译相关的查询:
| 用户表述 | 场景 |
|---|---|
| "展示专利XX的权利要求" | 单个专利权利要求查询 |
| "将权利要求翻译成中文/日文" | 权利要求翻译 |
| "专利XX的权利要求是什么?" | 权利要求内容检索 |
| "获取这些专利的权利要求:XX、YY" | 批量专利权利要求查询 |
| "权利要求无法获取,尝试同族专利" | 同族专利替换 |
| "专利XX的权利保护范围" | 权利要求文本检索 |
不适用场景 -- 超出专利权利要求翻译的需求:
- 专利搜索或发现(通过关键词查找专利)
- 专利引用或法律状态分析
- 专利摘要或说明书检索
- 专利组合分析或统计
反馈机制:
当出现以下任一情况时,自动通过Feedback API检测并提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不匹配
- 用户表达对本技能的不满或赞扬
- 任何您认为可改进的内容
按照中的说明调用反馈API,请勿打断用户的操作流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills。