Token导航 LogoToken导航TokenDH.com
图像处理需要联网clawhub未标认证来源可访问clear审计提醒

linkfox-zhihuiya-fulltext-imagelinkfox 智慧芽全文图片

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

2,571

周安装

104

GitHub Stars

公开资料未说明

下载量

807
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linkfox-zhihuiya-fulltext-image(linkfox 智慧芽全文图片)
来源仓库:https://github.com/linkfox-ai/linkfox-zhihuiya-fulltext-image
安装命令:
openclaw skills install linkfox-zhihuiya-fulltext-image
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install linkfox-zhihuiya-fulltext-image

简介

获取专利文件中的全文附图,包括图纸与图表。

  • 支持技术可视化与专利侵权图像比对。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 适用于外观设计、实用新型等视觉专利分析。
  • 图片版权归原权利人所有,仅限合法研究用途。
  • linkfox-zhihuiya-fulltext-image 属于图像处理类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-zhihuiya-fulltext-image
description
通过专利ID或公开号获取专利文件中的全文附图(图纸、示意图、图表)。当用户询问专利图片、专利图纸、专利示意图、专利插图、全文附图、专利图表、专利技术图或想查看、下载专利文件中的嵌入图片、patent fulltext drawings, patent diagrams, technical drawings, patent images, PatSnap时触发此技能。即使用户未明确提及"全文附图",只要其需求涉及获取特定专利中的视觉内容(图纸、示意图、图表),也应触发此技能。

Zhihuiya Patent Fulltext Image

This skill guides you on how to retrieve fulltext images (drawings, figures, diagrams) from patent documents using the Zhihuiya patent data service, helping users access and analyze visual content within patents.

Core Concepts

Patent fulltext images are the figures, drawings, and diagrams embedded in patent documents. They are essential for understanding the technical details of an invention. This tool queries the Zhihuiya patent database and returns image metadata including download paths and image types for a given patent.

Lookup methods: You can look up images by either patent ID (an internal identifier) or publication number (the publicly visible patent number such as US20230012345A1 or CN115000000A). At least one of these must be provided.

Parameter Guide

ParameterAPI NameRequiredDescriptionExample
Patent IDpatentIdNo*Internal patent identifier8a7b6c5d-...
Publication NumberpatentNumberNo*Public patent publication/grant numberUS20230012345A1
LimitlimitNoMaximum number of images to return (max 100, default 100)50
OffsetoffsetNoPagination offset for image results0
*At least one of patentId or patentNumber must be provided.

Response Fields

FieldDescription
totalTotal number of image records available
dataArray of image entries
data[].patentIdPatent identifier
data[].pnPublication/grant number
data[].fulltextImagePathURL path to download the image
data[].imageTypeType/category of the image
columnsColumn rendering metadata
costTokenToken cost of the request
typeRendering style hint

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

Usage Examples

1. Get all images for a patent by publication number

Retrieve fulltext images for patent US20230012345A1.

Parameters: {"patentNumber": "US20230012345A1"}

2. Get images for a patent by patent ID

Fetch the drawings for patent ID abc123def456.

Parameters: {"patentId": "abc123def456"}

3. Paginated retrieval of images

Get the first 20 images for patent CN115000000A.

Parameters: {"patentNumber": "CN115000000A", "limit": "20", "offset": "0"}

4. Get the next page of images

Get images 21-40 for patent CN115000000A.

Parameters: {"patentNumber": "CN115000000A", "limit": "20", "offset": "20"}

Display Rules

  1. Present data clearly: Show image results in a structured table with image type, download path, and patent number
  2. Image links: Always present fulltextImagePath values as clickable links so users can view or download images directly
  3. Pagination notice: When total exceeds the number of returned results, inform the user that more images are available and offer to fetch the next page
  4. Error handling: When a query fails, explain the reason and suggest verifying the patent ID or publication number
  5. No fabrication: Never invent patent IDs, publication numbers, or image URLs -- only display data returned by the API
  6. Total count: Always mention the total number of images available for the patent

Important Limitations

  • Image limit: Each request returns a maximum of 100 images
  • Identifier required: At least one of patentId or patentNumber must be supplied
  • All parameters are strings: Even numeric values like limit and offset must be passed as strings

User Expression & Scenario Quick Reference

Applicable -- Requests involving patent visual content:

User SaysScenario
"Show me the drawings for patent XX"Fulltext image retrieval
"Get the figures from this patent"Fulltext image retrieval
"Download patent images for XX"Fulltext image retrieval
"What diagrams does patent XX contain"Fulltext image listing
"How many figures are in patent XX"Image count query
"Show me the technical drawings"Fulltext image retrieval

Not applicable -- Needs beyond patent fulltext images:

  • Patent text/abstract/claims search
  • Patent family or citation analysis
  • Patent legal status queries
  • Patent assignee or inventor search
  • General image search unrelated to patents

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.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.11%
按下载量换算727

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills