linkfox-eureka-description

Retrieve patent specification descriptions from the Eureka patent data platform.

17|3|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-eureka-description-w9uk5ie8v
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkfox-eureka-description
Source: https://github.com/w9uk5ie8v/LinkFoxSkills/tree/main/linkfox-eureka-description
Command: npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-eureka-description-w9uk5ie8v

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Accessing the full technical description (specification) of a patent usually requires navigating patent office databases one document at a time. This Skill queries the Eureka patent data platform through the LinkFox tool gateway to return description content for one or many patents in a single request. ## Core Features & Use Cases - Single and Batch Lookup: Retrieve description data for up to 100 patents at once using internal patent IDs or publication numbers such as CN115099012A. - Family Substitution: When a patent's description is unavailable, optionally fall back to a related family member's description via the replaceByRelated parameter. - Structured Output: Returns description sections with publication numbers and rendering hints, plus a helper script and API reference for direct execution. - Use Case: An IP analyst reviewing prior art needs the full specifications of five cited patents; they pass the five publication numbers in one batch query and receive each patent's description content clearly separated. ## Quick Start Ask the assistant to fetch the full patent description for publication number CN115099012A from Eureka, enabling family substitution if the description is unavailable.

Frequently Asked Questions about linkfox-eureka-description

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

FAQPage Schema
How do I get the full description of a patent by publication number?▼

Pass the publication number, such as CN115099012A, in the patentNumber parameter of the Eureka descriptionData API. The response returns the patent's description sections along with its patent ID and publication number.

How to query multiple patent specifications in one request?▼

Provide comma-separated values in either the patentId or patentNumber parameter, up to a maximum of 100 patents per request. Each returned record is separated by its publication number in the response data array.

What happens if a patent description is not available in Eureka?▼

Set the replaceByRelated parameter to 1 to substitute the description from a related family patent. The response then includes a pnRelated field identifying the substitute publication number.

Can I search patents by keyword or applicant with this tool?▼

No, the API only accepts patentId or patentNumber as identifiers and cannot search by keyword, applicant, or classification. At least one of the two identifier parameters must be provided.

Why does the Eureka description API return a 401 error?▼

A 401 errorCode means authentication failed because the Authorization header is missing or invalid. Set the LINKFOXAGENT_API_KEY environment variable with a valid API key obtained from the LinkFox authorization page.