Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Eureka Abstract Image

v1.0.0

通过Eureka专利数据平台获取专利摘要附图。当用户提到专利摘要附图、专利图纸、专利示意图、专利图片、摘要附图检索、专利图片查询、Eureka摘要附图、patent abstract images, patent drawings, patent illustrations, Eureka, abstract i...

0· 50·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for linkfox-ai/linkfox-eureka-abstract-image.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Eureka Abstract Image" (linkfox-ai/linkfox-eureka-abstract-image) from ClawHub.
Skill page: https://clawhub.ai/linkfox-ai/linkfox-eureka-abstract-image
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install linkfox-eureka-abstract-image

ClawHub CLI

Package manager switcher

npx clawhub@latest install linkfox-eureka-abstract-image
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill's name, description, SKILL.md and script all consistently describe querying a LinkFox Eureka endpoint for patent abstract drawings — that capability is coherent with the stated purpose. However, the skill metadata (requirements section) says 'Required env vars: none' while both references/api.md and the bundled script require an API key (LINKFOXAGENT_API_KEY). This mismatch is unexpected and should be corrected.
Instruction Scope
Runtime instructions and the Python script are narrowly scoped to calling the LinkFox tool-gateway API and presenting results; they do not instruct reading unrelated system files or exfiltrating arbitrary data. The SKILL.md also instructs calling a separate Feedback API for reporting; that is documented and uses a different base URL.
Install Mechanism
No install spec is present (instruction-only with an optional helper script). No downloads or archive extraction occur. The included Python script is small and straightforward.
!
Credentials
The runtime requires an API key (LINKFOXAGENT_API_KEY) to authenticate requests, but the skill's declared requirements list no environment variables or primary credential. Requiring a single service API key is reasonable for this purpose, but the manifest omission is an incoherence that can mislead users about what secrets they must provide. Confirming the expected env var and its exact scope is advised.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always:false, no config paths modified, no self-enablement behavior). Autonomous invocation is allowed (platform default) but not combined with other red flags.
What to consider before installing
This skill appears to do what it says — call LinkFox's Eureka abstractImage API and return patent drawing URLs — but the package metadata incorrectly claims no environment variables are required while the documentation and bundled script require LINKFOXAGENT_API_KEY. Before installing or enabling the skill: 1) Verify you are willing to provide an API key for https://tool-gateway.linkfox.com and that the key is scoped and trusted (do not reuse highly privileged keys). 2) Confirm the exact env var name (LINKFOXAGENT_API_KEY) will be requested by your agent runtime. 3) Review the LinkFox domains (tool-gateway.linkfox.com and skill-api.linkfox.com) to ensure you trust them. 4) If you need stronger guarantees, ask the publisher to update the skill metadata to declare the required credential and to document credential scope and retention. If you cannot verify the service or do not want to provide an API key, do not enable the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk975g8rmh70d4yrxss01bzg1hh850y5h
50downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Eureka Patent Abstract Image

This skill guides you on how to retrieve abstract images (drawings) from the Eureka patent data platform, 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 Eureka patent platform 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

ParameterAPI NameRequiredDescriptionExample
Patent IDpatentIdConditionally (one of the two must be provided)Internal patent identifier; multiple values separated by commas, max 1005e6f7a8b9c
Publication NumberpatentNumberConditionally (one of the two must be provided)Patent publication/announcement number; multiple values separated by commas, max 100CN115059423A, 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

FieldAPI NameDescription
Patent IDpatentIdThe internal patent identifier
Publication NumberpnThe publication/announcement number
Abstract Drawing PathabstractDrawingPathURL path to the abstract image file
TotaltotalTotal number of records returned
Cost TokencostTokenTokens 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/eureka_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.

Important Limitations

  • Up to 100 patents per request: The maximum number of patent IDs or publication numbers in a single call is 100.
  • At least one identifier required: Either patentId or patentNumber must be provided; the request will fail if both are empty.
  • Patent ID priority: When both patentId and patentNumber are provided, the system uses patentId and ignores patentNumber.
  • Data coverage: Results depend on the Eureka patent platform's database coverage; some very recent filings may not yet be reflected.

User Expression & Scenario Quick Reference

Applicable -- Patent abstract image retrieval:

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

Comments

Loading comments...