linkfox-zhihuiya-description-translated

Retrieve translated patent descriptions from Zhihuiya 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-zhihuiya-description-translated
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkfox-zhihuiya-description-translated
Source: https://github.com/linkfox-ai/linkfox-skills/tree/main/skills/linkfox-zhihuiya-description-translated
Command: npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-zhihuiya-description-translated

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Accessing translated patent descriptions (specifications) across languages is often manual, time-consuming, and error-prone. This skill fetches translated text from Zhihuiya so users can read patent content in Chinese, English, or Japanese without performing separate translations.

Core Features & Use Cases

  • Retrieve translated patent descriptions by patentId or patentNumber from Zhihuiya.
  • Support translations into Chinese, English, or Japanese with optional fallback to a related patent's description when the original is unavailable.
  • Batch queries are supported, returning translations for multiple patents in a single request.
  • Use Case: A legal analyst translates and compares patent specifications for a portfolio review.

Quick Start

Use the skill by providing patentId or patentNumber and a target language (en, cn, or jp) to fetch the translated description.

Frequently Asked Questions about linkfox-zhihuiya-description-translated

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

FAQPage Schema
How do I translate patent specifications into multiple languages using an API?

To translate patent specifications, you can use the Zhihuiya API to retrieve translated descriptions in Chinese, English, or Japanese by querying with a patentId or patentNumber.

Can I batch fetch translated patent descriptions for multiple patents?

Yes, you can batch fetch translated patent descriptions by sending multiple patentId or patentNumber identifiers in a single POST request to the Zhihuiya API gateway.

Does the Zhihuiya API support fallback for unavailable patent translations?

Yes, the Zhihuiya API supports an optional family fallback feature, which retrieves a related patent's description when the requested translation is unavailable.

Do I need an API key to retrieve multilingual patent descriptions?

Yes, a valid API key is required to authenticate requests and retrieve translated patent descriptions from the Zhihuiya tool gateway API endpoint.

What languages are supported for patent specification translation?

The patent specification translation supports Chinese, English, and Japanese, allowing users to query and retrieve descriptions in their preferred language.

How do I validate patent identifiers for multilingual translation queries?

The API enforces input validation for identifiers, requiring a valid patentId or patentNumber format before processing your multilingual translation request.