← Back to Skills Marketplace
linkfox-ai

Zhihuiya Abstract Image

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-zhihuiya-abstract-image
Description
通过专利ID或公开号从智慧芽专利数据库获取专利摘要附图。当用户提到专利摘要附图、专利图纸、专利示意图、专利图片、摘要附图检索、专利图片查询、patent abstract images, patent drawings, patent illustrations, PatSnap, abstract image...
README (SKILL.md)

Zhihuiya Patent Abstract Image

This skill guides you on how to retrieve abstract images (drawings) from the Zhihuiya patent database, helping users quickly obtain the illustrative figures associated with specific patents.

Core Concepts

Abstract images (abstract drawings) are the representative figures attached to a patent document's abstract section. They provide a quick visual overview of the invention. This tool queries the Zhihuiya patent database and returns download paths for these images.

Lookup logic: You must provide at least one of two identifiers -- a patent ID or a publication number. If both are provided, patent ID takes priority. You can query up to 100 patents in a single request by separating values with commas.

Parameter Guide

Parameter API Name Required Description Example
Patent ID patentId Conditionally (one of the two must be provided) Internal patent identifier; multiple values separated by commas, max 100 5e6f7a8b9c
Publication Number patentNumber Conditionally (one of the two must be provided) Patent publication/announcement number; multiple values separated by commas, max 100 CN115059423A, US11234567B2
  • At least one of patentId or patentNumber must be supplied.
  • If both are supplied, patentId takes precedence.
  • Multiple values are separated by commas (English commas), with an upper limit of 100.

Response Fields

Field API Name Description
Patent ID patentId The internal patent identifier
Publication Number pn The publication/announcement number
Abstract Drawing Path abstractDrawingPath URL path to the abstract image file
Total total Total number of records returned
Cost Token costToken Tokens consumed by the query

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

Usage Examples

1. Single patent lookup by publication number

Retrieve the abstract image for patent CN115059423A.

2. Multiple patents lookup by publication number

Get abstract drawings for patents US11234567B2, EP3456789A1, and CN115059423A.

3. Lookup by patent ID

Fetch the abstract image for patent ID 5e6f7a8b9c.

4. Batch lookup with mixed identifiers

I have the following patent IDs: abc123, def456. Please get their abstract images.

Display Rules

  1. Show the image: When the response includes an abstractDrawingPath, display the image directly using Markdown image syntax so the user can see the drawing inline.
  2. Patent identification: Always show the publication number (pn) alongside each image so the user knows which patent each drawing belongs to.
  3. Missing images: If a patent has no abstract drawing (empty abstractDrawingPath), explicitly inform the user that no abstract image is available for that patent.
  4. Batch results: When multiple patents are queried, present results in a clear, organized list or table format.
  5. Error handling: When a query fails, explain the reason based on the response and suggest the user verify their patent IDs or publication numbers.
  6. No subjective analysis: Present the retrieved images and metadata without adding subjective patent analysis or legal interpretations.

User Expression & Scenario Quick Reference

Applicable -- Patent abstract image retrieval:

User Says Scenario
"Show me the abstract image for patent XX" Single patent image lookup
"Get the drawings for these patents" Batch patent image lookup
"What does the patent figure look like" Abstract drawing retrieval
"Retrieve patent illustrations for XX" Image download path retrieval
"I need the abstract drawing for publication number XX" Lookup by publication number

Not applicable -- Needs beyond abstract image retrieval:

  • Full patent text or claims analysis
  • Patent search by keyword or classification
  • Patent legal status or family information
  • Patent citation or prior art analysis
  • Patent valuation or infringement analysis

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.

Usage Guidance
This skill appears to do what it says (retrieve patent abstract images) and its code is readable, but the package metadata omitted the required API key. Before installing or enabling: 1) Confirm you trust the domains tool-gateway.linkfox.com and skill-api.linkfox.com and the skill author (LinkFox) — the skill will send requests to those endpoints. 2) Be aware you must provide LINKFOXAGENT_API_KEY (an environment variable) — ensure the key is scoped/minimally privileged and revocable. 3) The skill will fetch image URLs that may be rendered by your client (external image loads); consider privacy implications. 4) If you expect the registry to declare required credentials, ask the publisher to update metadata to list LINKFOXAGENT_API_KEY explicitly. If you cannot verify trust in LinkFox or the API endpoints, do not provide credentials or enable the skill.
Capability Analysis
Type: OpenClaw Skill Name: linkfox-zhihuiya-abstract-image Version: 1.0.0 The skill is a legitimate tool for retrieving patent abstract images from the Zhihuiya database via the LinkFox API. The Python script (scripts/zhihuiya_abstract_image.py) uses standard libraries to make authorized POST requests to a specific endpoint (tool-gateway.linkfox.com) and handles only patent-related identifiers. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, references/api.md, and the Python script all align: they call LinkFox's Zhihuiya abstractImage endpoint to return patent drawing URLs. There are no unrelated binaries, packages, or absurd permissions requested for the stated task.
Instruction Scope
Runtime instructions and the included script perform network calls to https://tool-gateway.linkfox.com/zhihuiya/abstractImage and advise using a Feedback API at https://skill-api.linkfox.com/api/v1/public/feedback. The SKILL.md and references instruct the agent to use an API key from an environment variable (LINKFOXAGENT_API_KEY). The instructions do not attempt to read unrelated local files, but they do instruct the agent to contact two external services (tool-gateway and skill-api).
Install Mechanism
No install spec is present (instruction-only skill with an included helper script). That is low-risk from an installation perspective — the skill will not automatically download or install third-party code. The provided Python script is readable and calls the external API; nothing is obfuscated.
Credentials
The skill requires an API key (LINKFOXAGENT_API_KEY) per references/api.md and the script, but the registry metadata declared no required environment variables or primary credential. Requesting a single service API key is proportionate to the task, but the omission in metadata is an inconsistency that can hide the need to provide a secret.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It does not modify other skills or system settings. It can be invoked by the model (normal behavior).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-zhihuiya-abstract-image
  3. After installation, invoke the skill by name or use /linkfox-zhihuiya-abstract-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug linkfox-zhihuiya-abstract-image
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Zhihuiya Abstract Image?

通过专利ID或公开号从智慧芽专利数据库获取专利摘要附图。当用户提到专利摘要附图、专利图纸、专利示意图、专利图片、摘要附图检索、专利图片查询、patent abstract images, patent drawings, patent illustrations, PatSnap, abstract image... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install Zhihuiya Abstract Image?

Run "/install linkfox-zhihuiya-abstract-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zhihuiya Abstract Image free?

Yes, Zhihuiya Abstract Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Zhihuiya Abstract Image support?

Zhihuiya Abstract Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zhihuiya Abstract Image?

It is built and maintained by linkfox-ai (@linkfox-ai); the current version is v1.0.0.

💬 Comments