linkfox-zhihuiya-claim-translated

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Zhihuiya 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 (
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 tool can optionally substitute claims from a related family patent. This is controlled by the
replaceByRelated
parameter.
专利权利要求定义了专利授予的法律保护范围。本工具可获取专利权利要求的翻译文本,支持三种语言:中文(
cn
)、英文(
en
)、日文(
jp
)。您可通过内部专利ID或专利公开(公告)号进行查询。
同族专利替换:当特定专利的权利要求无法获取时,工具可选择从相关同族专利中替换获取权利要求,该功能由
replaceByRelated
参数控制。

Data Fields

数据字段

FieldAPI NameDescriptionExample
Patent IDpatentIdInternal patent identifier84a1b2c3-...
Publication NumberpnPublication (announcement) number of the patentCN112345678A
Related Publication NumberpnRelatedPublication number of the substitute family patent (only present when family substitution is used)US20210012345A1
ClaimsclaimsTranslated patent claim text1. A method for...
字段API名称描述示例
专利IDpatentId专利内部标识符84a1b2c3-...
公开号pn专利的公开(公告)号CN112345678A
相关公开号pnRelated替换用同族专利的公开号(仅在使用同族替换时显示)US20210012345A1
权利要求claims翻译后的专利权利要求文本1. A method for...

Supported Languages

支持语言

CodeLanguage
enEnglish (default)
cnChinese
jpJapanese
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
references/api.md
for calling conventions, request parameters, and response structure. You can also execute
scripts/zhihuiya_claim_translated.py
directly to run queries.
本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构可查看
references/api.md
。您也可直接执行
scripts/zhihuiya_claim_translated.py
运行查询。

Parameter Guide

参数指南

Patent Identification

专利标识

You must provide at least one of the following:
  • patentId -- The internal patent ID. When both
    patentId
    and
    patentNumber
    are provided,
    patentId
    takes precedence. Multiple values separated by commas, up to 100 patents per request.
  • patentNumber -- The publication or announcement number. Multiple values separated by commas, up to 100 patents per request.
您必须提供以下至少一项:
  • patentId -- 专利内部ID。当同时提供
    patentId
    patentNumber
    时,
    patentId
    优先级更高。支持逗号分隔的多个值,单次请求最多支持100个专利。
  • patentNumber -- 专利公开或公告号。支持逗号分隔的多个值,单次请求最多支持100个专利。

Optional Parameters

可选参数

  • lang -- Target 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).
  • 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: 1
4. 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: 1
4. 通过专利ID查询
patentId: "84a1b2c3-d4e5-6f78-9abc-def012345678"
lang: "en"

Display Rules

展示规则

  1. 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.
  2. Family substitution notice: When
    pnRelated
    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.
  3. Language notice: State the language of the returned claims so the user knows which translation they are viewing.
  4. Large results: When multiple patents are returned, summarize the count and show a few representative entries, reminding the user of the total.
  5. Error handling: When a query fails, explain the reason based on the error response and suggest checking the patent ID or publication number.
  1. 清晰呈现权利要求:对翻译后的权利要求文本进行适当格式化展示。若返回多个专利的结果,以每个专利的公开号作为标题分隔内容。
  2. 同族替换提示:当响应中包含
    pnRelated
    时,需明确告知用户权利要求来源于相关同族专利,并显示替换用的公开号。
  3. 语言提示:说明返回权利要求的语言,让用户清楚查看的是哪种翻译版本。
  4. 大量结果处理:当返回多个专利结果时,汇总数量并展示部分代表性条目,同时提醒用户总数量。
  5. 错误处理:当查询失败时,根据错误响应说明原因,并建议用户检查专利ID或公开号。

Important Limitations

重要限制

  • At least one identifier required: Either
    patentId
    or
    patentNumber
    must be provided; otherwise the query will fail.
  • Batch limit: A maximum of 100 patents per request.
  • Language support: Only Chinese (
    cn
    ), English (
    en
    ), and Japanese (
    jp
    ) are supported.
  • Family substitution: Substitute claims are only returned when
    replaceByRelated
    is set to
    1
    and the original claims are unavailable.
  • 必填标识:必须提供
    patentId
    patentNumber
    其中一项,否则查询将失败。
  • 批量限制:单次请求最多支持100个专利。
  • 语言支持:仅支持中文(
    cn
    )、英文(
    en
    )和日文(
    jp
    )。
  • 同族替换:仅当
    replaceByRelated
    设为
    1
    且原专利权利要求无法获取时,才会返回替换的同族专利权利要求。

User Expression & Scenario Quick Reference

用户表述与场景速查

Applicable -- Queries related to patent claim text and translation:
User SaysScenario
"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:
  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved
Call the feedback API as specified in
references/api.md
. Do not interrupt the user's flow.

For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
适用场景 -- 与专利权利要求文本及翻译相关的查询:
用户表述场景
"展示专利XX的权利要求"单个专利权利要求查询
"将权利要求翻译成中文/日文"权利要求翻译
"专利XX的权利要求是什么?"权利要求内容检索
"获取这些专利的权利要求:XX、YY"批量专利权利要求查询
"权利要求无法获取,尝试同族专利"同族专利替换
"专利XX的权利保护范围"权利要求文本检索
不适用场景 -- 超出专利权利要求翻译的需求:
  • 专利搜索或发现(通过关键词查找专利)
  • 专利引用或法律状态分析
  • 专利摘要或说明书检索
  • 专利组合分析或统计
反馈机制:
当出现以下任一情况时,自动通过Feedback API检测并提交反馈:
  1. 本技能描述的功能或用途与实际行为不符
  2. 技能结果与用户意图不匹配
  3. 用户表达对本技能的不满或赞扬
  4. 任何您认为可改进的内容
按照
references/api.md
中的说明调用反馈API,请勿打断用户的操作流程。

如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills