← 返回 Skills 市场
linkfox-ai

Eureka Abstract Translated

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
58
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-eureka-abstract-translated
功能描述
通过Eureka专利数据平台获取专利标题和摘要的翻译版本。当用户要求专利摘要翻译、专利标题翻译、翻译后的专利摘要、其他语言的专利内容、中文/英文/日文的专利摘要,或需要通过专利ID或公开号查询特定专利的摘要、标题、Eureka专利摘要、patent abstract translation, patent tit...
使用说明 (SKILL.md)

Eureka Patent Abstract Translation

This skill guides you on how to retrieve translated patent titles and abstracts from the Eureka patent data platform, supporting Chinese, English, and Japanese translations.

Core Concepts

Eureka is a professional patent data platform. This tool queries its database to return translated titles and abstracts for one or more patents. You can look up patents by patent ID or publication (announcement) number, and receive translations in Chinese, English, or Japanese.

Patent identification: Each patent can be identified by either a patentId (internal identifier) or a patentNumber (public publication/announcement number such as US20200012345A1 or CN112345678A). If both are provided, the patent ID takes priority.

Family patent fallback: When the original patent has no abstract available, you can optionally substitute the abstract from a related family patent by setting replaceByRelated to 1.

Parameter Guide

Parameter Type Required Description
patentId string At least one of patentId or patentNumber Internal patent ID. Separate multiple IDs with commas. Up to 100 patents per request.
patentNumber string At least one of patentId or patentNumber Publication (announcement) number. Separate multiple numbers with commas. Up to 100 patents per request.
replaceByRelated integer No Whether to substitute a family patent abstract when the original is unavailable. 1 = yes, 0 = no. Default 0.
lang string No Target translation language. en = English (default), cn = Chinese, jp = Japanese.

Key Rules

  1. At least one identifier is required: You must provide either patentId or patentNumber (or both). If both are supplied, patentId takes priority.
  2. Batch queries: Multiple patents can be queried at once by separating values with commas, up to 100 per request.
  3. Default language is English: When the user does not specify a language, use en.
  4. Family fallback: Set replaceByRelated to 1 only when the user explicitly wants a substitute abstract from a family patent if the original is missing.

Response Fields

Field Description
total Number of patent records returned
data Array of patent objects (see below)
data[].patentId Internal patent ID
data[].pn Publication (announcement) number
data[].title Translated patent title
data[].abstractText Translated patent abstract
data[].pnRelated Publication number of the substitute family patent (only present when family replacement was used)
costToken Tokens consumed by this request

Usage Examples

1. Translate a single patent abstract to English by publication number

Look up patent number US20200012345A1 and give me the English abstract.

Parameters: patentNumber = "US20200012345A1", lang = "en"

2. Translate multiple patents to Chinese

Get the Chinese translation of abstracts for patents CN112345678A and US20200067890A1.

Parameters: patentNumber = "CN112345678A,US20200067890A1", lang = "cn"

3. Look up by patent ID with family fallback

Get the Japanese abstract for patent ID 12345678. If the abstract is unavailable, use a family patent instead.

Parameters: patentId = "12345678", lang = "jp", replaceByRelated = 1

4. Batch query by patent IDs

Translate the titles and abstracts for these patent IDs: 111111, 222222, 333333.

Parameters: patentId = "111111,222222,333333", lang = "en"

5. Translate to Chinese with family patent fallback enabled

查询专利CN112345678A的中文摘要,如果没有就用同族专利替代。

Parameters: patentNumber = "CN112345678A", lang = "cn", replaceByRelated = 1

Display Rules

  1. Present data clearly: Show results in a well-structured table with patent number, title, and abstract.
  2. Indicate language: Mention the translation language in the output header so users know which language the results are in.
  3. Family patent notice: If pnRelated is present in any result, explicitly inform the user that the abstract was sourced from a family patent and show the substitute publication number.
  4. Long abstracts: For very long abstracts, display the full text without truncation so users can review the complete content.
  5. Error handling: When a query fails or returns no results, explain the likely cause (e.g., invalid patent number, patent not found in database) and suggest corrections.

API Usage

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/eureka_abstract_translated.py directly to run queries.

Important Limitations

  • Identifier required: At least one of patent ID or publication number must be provided; the tool cannot perform keyword-based searches.
  • Translation languages: Only Chinese (cn), English (en), and Japanese (jp) are supported.
  • No full-text retrieval: This tool returns only titles and abstracts, not full patent claims or descriptions.
  • Family replacement is optional: The substitute family patent abstract is only provided when explicitly requested via replaceByRelated = 1.
  • Batch limit: A maximum of 100 patents per request.

User Expression & Scenario Quick Reference

Applicable -- Patent abstract and title translation queries:

User Says Scenario
"Translate this patent abstract" Single patent translation
"What does patent XX say / what is it about" Abstract lookup
"Get the Chinese/Japanese version of this patent" Specific language translation
"Look up the abstract for patent number XX" Publication number lookup
"Translate these patents in batch" Batch translation
"The abstract is missing, try a family patent" Family patent fallback

Not applicable -- Needs beyond abstract translation:

  • Full patent text, claims, or description retrieval
  • Patent search by keyword, classification, or applicant
  • Patent legal status, citation analysis, or landscape reports
  • Patent valuation or infringement analysis

Boundary -- Edge cases:

  • If the user asks for "patent content" without specifying which part, default to abstract translation and inform them about claim/description tools.
  • If the user provides more than 100 patents, split into multiple batches.

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, visit LinkFox Skills.

安全使用建议
This skill appears to do what it says (query LinkFox/Eureka for translated patent abstracts) and its code is straightforward, but the package metadata does not declare the API key it actually needs. Before installing or providing credentials: 1) Verify the publisher and trustworthiness of the LinkFox endpoints (tool-gateway.linkfox.com and skill-api.linkfox.com) and the owner listed in the registry. 2) Expect to set LINKFOXAGENT_API_KEY in your environment; only provide a key scoped/minimal for this service. 3) Confirm why the registry metadata omits the required env var—ask the publisher to update the metadata. 4) If unsure, test the skill in an isolated environment or sandbox and avoid supplying broader credentials (AWS, GitHub, etc.).
功能分析
Type: OpenClaw Skill Name: linkfox-eureka-abstract-translated Version: 1.0.0 The skill is a legitimate tool for retrieving translated patent abstracts and titles from the Eureka platform. The Python script (eureka_abstract_translated.py) uses standard libraries to communicate with a specific API endpoint (tool-gateway.linkfox.com) and correctly handles authentication via environment variables without any signs of data exfiltration, malicious execution, or prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill's stated purpose (fetch translated patent titles/abstracts from Eureka/LinkFox) matches the code and API references. However, the registry metadata claims no required environment variables or primary credential while both the README and the provided script expect an API key (LINKFOXAGENT_API_KEY). That inconsistency is unexpected and should be resolved.
Instruction Scope
SKILL.md and the script limit actions to calling the LinkFox tool-gateway API (https://tool-gateway.linkfox.com/eureka/abstractDataTranslated) and validating input. They do not instruct reading unrelated files, scanning the host, or exfiltrating arbitrary data.
Install Mechanism
No install spec (instruction-only plus a small helper script). Nothing is downloaded or written to disk during install; risk from installation mechanism is low.
Credentials
The script and API docs require an API key (LINKFOXAGENT_API_KEY) for Authorization, but the skill metadata lists no required env vars and 'primary credential' is none. Requesting an API key for the external LinkFox service is reasonable for the stated purpose, but the omission from metadata is a red flag (may cause silent failures or hide credential requirements). No other unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-eureka-abstract-translated
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-eureka-abstract-translated 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-eureka-abstract-translated
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Eureka Abstract Translated 是什么?

通过Eureka专利数据平台获取专利标题和摘要的翻译版本。当用户要求专利摘要翻译、专利标题翻译、翻译后的专利摘要、其他语言的专利内容、中文/英文/日文的专利摘要,或需要通过专利ID或公开号查询特定专利的摘要、标题、Eureka专利摘要、patent abstract translation, patent tit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 58 次。

如何安装 Eureka Abstract Translated?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkfox-eureka-abstract-translated」即可一键安装,无需额外配置。

Eureka Abstract Translated 是免费的吗?

是的,Eureka Abstract Translated 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Eureka Abstract Translated 支持哪些平台?

Eureka Abstract Translated 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Eureka Abstract Translated?

由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论