← 返回 Skills 市场
mrxolin

Image Scanner Pro

作者 mrxolin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
221
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install image-scanner-pro
功能描述
Scan image folders and use Gemini 2.0 Flash to analyze and categorize photos by photography attributes like composition, lighting, and style.
使用说明 (SKILL.md)

image-scanner-pro\r

\r

Description\r

扫描图片文件夹,调用视觉大模型(Gemini 2.0 Flash)深度分析每张照片的摄影属性:景别、主体、场景、光线、氛围、影调、产品、物件、陈设。\r \r

Triggers\r

  • 分析摄影作品\r
  • 识别图片内容\r
  • 扫描并分类图片\r
  • 批量分析照片风格\r
  • 整理作品集\r
  • 识别图片颜色和风格\r \r

Capabilities\r

  • 扫描目录中的所有图片文件\r
  • 调用视觉模型分析每张图片\r
  • 识别专业摄影属性(景别/主体/光线/影调等)\r
  • 按拍摄内容自动分类\r
  • 生成详细分析报告\r
  • 支持批量处理\r \r

Requirements\r

  • 需要配置视觉模型 API(Gemini 2.0 Flash)\r
  • 安装依赖:npm install @google/generative-ai\r \r

Usage\r

node skills/image-scanner-pro/index.js --path \x3C目录路径> --api-key \x3CGemini Key> --output report.json
安全使用建议
This skill appears to do what it says (scan local images and send them to Gemini for analysis) but the registry metadata failed to declare the required Gemini API key/env vars. Before installing: 1) Expect that images (full base64 blobs) will be uploaded to an external LLM service — do NOT run it on private or sensitive photos unless you accept that. 2) Provide the API key either with --api-key or set GEMINI_API_KEY; the skill will also respect HTTPS_PROXY / --proxy. 3) Review and run dependencies (npm install) in an isolated environment; verify the @google/generative-ai package version is acceptable. 4) If you need stronger guarantees about data handling or want metadata-only analysis, request/inspect a variant that avoids sending full images. If you need the metadata declared in the registry (so automated installers can surface required secrets), ask the publisher to add GEMINI_API_KEY to requires.env.
功能分析
Type: OpenClaw Skill Name: image-scanner-pro Version: 1.0.0 The skill bundle is a legitimate tool for batch-analyzing images using the Gemini 2.0 Flash model. The code in index.js scans a local directory for image files, converts them to base64, and sends them to the official Google Generative AI API for photography-specific analysis as described in SKILL.md. There is no evidence of data exfiltration, unauthorized network activity, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description claim to analyze local images with Gemini; the code and SKILL.md implement exactly that (scanning folders, sending images to Gemini, categorizing). However, the registry metadata declares no primary credential or required env vars while both SKILL.md and index.js expect a Gemini API key (CLI --api-key or process.env.GEMINI_API_KEY). That mismatch is unexplained.
Instruction Scope
Runtime instructions and code are narrowly scoped to scanning a specified directory, reading image files, and sending their base64 content to the Gemini model for analysis. This is coherent with purpose, but it does transmit full image data (and file paths/sizes) to an external model — a privacy consideration users should be aware of.
Install Mechanism
No external arbitrary downloads; dependencies are standard npm packages (@google/generative-ai, proxy-agent) declared in package.json and resolved via registry mirror in package-lock.json. No extract-from-URL installs or obscure hosts were used.
Credentials
The skill uses an API key (GEMINI_API_KEY) and proxy env vars at runtime but the registry metadata lists none and primary credential is 'none'. Requiring an API key to call Gemini is expected, but failing to declare it in metadata is an incoherence that can lead to surprise credential prompts or misconfiguration. The presence of proxy-agent dependency also implies network configuration ability that isn't declared.
Persistence & Privilege
Skill is not always-enabled, does not request elevated system persistence, and does not modify other skills or global configuration. It runs on-demand and writes only its report file if --output is provided.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install image-scanner-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /image-scanner-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of image-scanner-pro. - Scans folders and analyzes each image using Gemini 2.0 Flash vision model. - Identifies photography attributes such as scene, subject, lighting, mood, and style. - Automatically classifies photos by content and generates detailed analysis reports. - Supports batch processing and works via simple command line usage. - Requires configuration of Gemini API and installation of @google/generative-ai.
元数据
Slug image-scanner-pro
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Image Scanner Pro 是什么?

Scan image folders and use Gemini 2.0 Flash to analyze and categorize photos by photography attributes like composition, lighting, and style. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。

如何安装 Image Scanner Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-scanner-pro」即可一键安装,无需额外配置。

Image Scanner Pro 是免费的吗?

是的,Image Scanner Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Image Scanner Pro 支持哪些平台?

Image Scanner Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Image Scanner Pro?

由 mrxolin(@mrxolin)开发并维护,当前版本 v1.0.0。

💬 留言讨论