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

linkfox-multimodal-extract-attributeslinkfox 多模式提取属性

Agent Skill

linkfox-multimodal-extract-attributes 用于处理图像、截图、视觉识别或图片素材相关工作,适合在 OpenClaw 中需要让 Agent 分析图片、整理视觉素材或辅助图像流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,611

周安装

111

GitHub Stars

公开资料未说明

下载量

915
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:linkfox-multimodal-extract-attributes(linkfox 多模式提取属性)
来源仓库:https://github.com/linkfox-ai/linkfox-multimodal-extract-attributes
安装命令:
openclaw skills install linkfox-multimodal-extract-attributes
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkfox-multimodal-extract-attributes

简介

利用多模态AI分析商品主图,自动提取颜色、形状、材质与风格等视觉特征。

  • 适用于Listing优化、图片提示词生成与视觉属性结构化,提升商品描述准确性。
  • 上传图片URL后返回标签化属性列表,可用于批量处理与跨平台数据对齐。
  • 对复杂背景或遮挡严重的图片识别准确率下降,建议提供纯色背景主图。
  • linkfox-multimodal-extract-attributes 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-multimodal-extract-attributes
description
利用多模态AI分析商品主图,提取视觉特征和提示词。当用户提到分析产品图片、从商品图中提取视觉属性、识别产品Listing中的颜色/形状/材质/风格、反推图片提示词、批量视觉特征提取、将产品图信息转化为结构化数据、视觉属性统计、基于图片的商品分类、main image analysis, image feature extraction, visual attribute recognition, product image analysis, image classification, batch image analysis时触发此技能。即使用户未明确提及"图片分析",只要其需求涉及从商品主图或附图中提取结构化信息,也应触发此技能。

Product Main Image Prompt Extractor

This skill guides you on how to extract visual features and prompts from product main images using multimodal AI, helping e-commerce sellers turn unstructured image data into structured, actionable insights.

Core Concepts

This tool performs deep visual analysis on product main images (and optionally additional images) from a product list. It uses a multimodal AI model to identify specific visual dimensions based on a natural language instruction, such as color, shape, style, material, or specific selling-point elements.

How it works: You provide a list of products (with image URLs) and a natural language prompt describing what to extract. The tool automatically iterates over all products, analyzes each image, and returns structured attribute data (attributeName + attributeValue) appended to each product record.

Row expansion: When extracting multiple dimensions in a single request (e.g., both color and shape), each original product row is duplicated per dimension, resulting in one row per product per attribute.

Parameter Guide

ParameterRequiredDescription
productImageAnalysisPromptYesNatural language instruction describing what visual information to extract from the images. Be specific about the dimensions you want (color, material, shape, style, pendant type, etc.).
analyzeAdditionalImagesNoWhether to also analyze additional product images beyond the main image. Defaults to false.
refResultDataNoReference data from a previous step, containing the product list to analyze. Must be a JSON string with a products array.
userInputNoSupplementary user input for additional context.

Writing Effective Prompts

  1. Be dimension-specific: Clearly state what visual attribute(s) to extract. "Extract the dominant color of each product" is better than "Analyze the images."
  2. One or few dimensions per call: For cleaner results, focus on one or two dimensions at a time.
  3. Use concrete terms: "Identify the pendant/charm shape on the product" is clearer than "Look at the decorations."
  4. No need to specify individual products: The tool automatically iterates over all products in the input list.
  5. Data flow dependency: The tool requires upstream product data. It cannot reference "products from the previous conversation round" -- the data must be explicitly provided via the current step's input or resource references.

Prompt Examples

GoalExample Prompt
Extract dominant color"Analyze each product's main image and extract the primary color of the product"
Identify material"From each product's main image, identify the apparent material (plastic, metal, wood, fabric, etc.)"
Classify pendant shape"Analyze each product's main image and identify the shape of the pendant/charm (round, heart, star, etc.)"
Detect style"Extract the overall style of each product from its main image (minimalist, vintage, bohemian, industrial, etc.)"
Reverse-engineer image prompt"Based on the main image, infer the likely AI-generation prompt or visual description that could reproduce this image"
Multi-dimension extraction"From each main image, extract both the dominant color and the overall product shape"

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/multimodal_extract_attributes.py directly to run analyses.

Response Structure

The response enriches the original product list with extracted attributes:

  • products: An array of product records, each augmented with attributeName (the dimension extracted, e.g., "color") and attributeValue (the extracted value, e.g., "red"). One record per product per attribute dimension.
  • attributeGroups: Products grouped by attribute name and value for easy comparison. Each group includes the attribute value, the count of products, and the list of ASINs.
  • columns: Column definitions for rendering the result table.
  • costToken: Total tokens consumed by the multimodal AI model.

Display Rules

  1. Present data in tables: Show extracted attributes in clear, well-formatted tables with product identifiers (ASIN, title) alongside the extracted attribute values.
  2. Highlight distribution: When attribute groups are returned, summarize the distribution (e.g., "60% of products are red, 25% blue, 15% green") to give the user a quick overview.
  3. Row expansion notice: If multiple dimensions were extracted, inform the user that each product appears once per dimension in the results.
  4. Error handling: When analysis fails, explain the reason based on the response message and suggest adjustments (e.g., ensuring the product list contains valid image URLs).
  5. Data dependency reminder: If the user tries to reference products from a previous conversation round without explicit data flow, remind them that the product data must come from an upstream step in the current pipeline.
  6. No subjective advice: Present the extracted visual features factually. Let the user draw their own business conclusions.

Important Limitations

  • Requires product data input: The tool cannot operate without a products array containing image URLs. It depends on upstream data from a prior step.
  • No fuzzy references: Cannot analyze "products from the last conversation" -- data must be explicitly piped in via refResultData or resource references.
  • Row multiplication: Extracting N dimensions from M products produces up to M x N rows in the output.
  • Image accessibility: Product image URLs must be publicly accessible for the analysis to succeed.

User Expression & Scenario Quick Reference

Applicable -- Visual feature extraction and image analysis for product listings:

User SaysScenario
"What colors are these products"Dominant color extraction
"Analyze the product images", "Look at the main photos"General visual feature extraction
"What material does it look like"Material identification
"What shapes/styles are popular"Shape or style classification
"Reverse the image prompt", "What prompt made this image"Image prompt reverse-engineering
"Group products by visual appearance"Visual attribute grouping & statistics
"Extract features from the product photos"Structured attribute extraction

Not applicable -- Needs beyond image-based visual analysis:

  • Text-based product data queries (use appropriate data query tools)
  • Listing copywriting or review analysis
  • Price or sales data analysis
  • Tasks that do not involve product images

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

92.76%
按下载量换算849

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills