linkfox-eureka-abstract-translated

Fetch translated patent titles and abstracts from Eureka by patentId or patentNumber.

69|14|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-eureka-abstract-translated
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkfox-eureka-abstract-translated
Source: https://github.com/linkfox-ai/linkfox-skills/tree/main/skills/linkfox-eureka-abstract-translated
Command: npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-eureka-abstract-translated

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Patent teams and researchers need quick access to translated patent titles and abstracts across languages to assess content efficiently. This skill retrieves translations from Eureka for specified patents, enabling multilingual review and comparison.

Core Features & Use Cases

  • Retrieve translated titles and abstracts for patents by patentId or patentNumber (single or batch up to 100).
  • Supports translations in en, cn, jp and optionally substitutes missing abstracts with a related family patent.
  • Returns structured results with total, and data[].title / data[].abstractText for easy ingestion.

Quick Start

Translate the English abstracts for patent US20200012345A1 into Chinese.

Frequently Asked Questions about linkfox-eureka-abstract-translated

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate patent abstracts across multiple languages in bulk?

You can translate patent abstracts in bulk by querying up to 100 patentId or patentNumber values simultaneously. The tool fetches translated titles and abstracts from the Eureka platform and returns structured multilingual data for efficient review.

What languages are supported for patent title and abstract translation?

Supported languages for patent translation include English, Chinese, and Japanese. If a specific patent lacks an abstract, the system optionally substitutes it with a translated abstract from a related family patent.

Do I need an API key to fetch translated patent data from Eureka?

Yes, fetching translated patent data from Eureka requires a valid API key configured in the LINKFOXAGENT_API_KEY environment variable to authenticate requests and retrieve multilingual patent titles and abstracts.

How do I retrieve structured multilingual summaries for specific patents?

Retrieve structured multilingual summaries by querying specific patentId or patentNumber values. The system returns a structured response containing the total result count and a data array with title and abstractText fields for direct ingestion.

What happens if a patent abstract is missing during cross-language translation?

When a patent abstract is missing during cross-language translation, the system optionally falls back to a related family patent to provide the summary. This ensures you receive structured multilingual title and abstractText data instead of an empty result.