← 返回 Skills 市场
mrxolin

Image Scanner

作者 mrxolin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
212
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install image-scanner
功能描述
Scans image folders to identify formats, analyze dominant colors and styles, and automatically classify and organize photography files.
使用说明 (SKILL.md)

# image-scanner\r \r \r \r ## Description\r \r 扫描指定文件夹,识别图片格式、分析主色调和风格,自动分类整理摄影作品。\r \r \r \r ## Triggers\r \r - 扫描图片文件夹\r \r - 分析照片类型\r \r - 整理摄影作品\r \r - 识别图片颜色风格\r \r - 批量处理图片文件\r \r \r \r ## Capabilities\r \r - 扫描目录中的所有图片文件\r \r - 识别图片格式(JPG/PNG/RAW/HEIC/TIFF 等)\r \r - 分析图片主色调(冷色/暖色/黑白/鲜艳)\r \r - 按风格分类(人像/风景/静物/建筑等)\r \r - 生成分类报告\r \r - 可选:自动创建子文件夹并移动文件\r \r \r \r ## Usage\r \r

\r
openclaw skill image-scanner --path \x3C目录路径> --action scan\r
\r
openclaw skill image-scanner --path \x3C目录路径> --action classify --output \x3C输出目录>\r
\r
安全使用建议
This skill appears coherent and locally self-contained: it reads the directory you point it at, inspects filenames and file metadata, and prints a report. It does not send data over the network or require credentials. Two practical cautions: (1) SKILL.md advertises color-based analysis but the shipped code does not perform pixel analysis (color remains 'unknown'); if you need true dominant-color detection the code must be extended with an image-processing library. (2) The classify/move behavior is only described and not implemented — treat the 'classify' action as a dry-run until you confirm whether file-moving logic will run. Before using on important photos, test on a small sample directory and keep backups. If you expect automatic pixel analysis or automatic moves, ask the author for an updated implementation or review/modify the code locally first.
功能分析
Type: OpenClaw Skill Name: image-scanner Version: 1.0.0 The image-scanner skill is a straightforward utility for scanning and reporting on image files within a local directory. The code (index.js) uses standard Node.js filesystem modules to read file metadata and categorize images based on file extensions and filename keywords, with no evidence of network activity, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name and description match what the code does: scanning a directory, identifying image file extensions, inferring style from filenames, and producing a report. The code's operations (reading directory contents and file metadata) are proportional to the stated purpose.
Instruction Scope
SKILL.md promises dominant-color analysis and style classification; the index.js implementation only infers style from filename keywords and sets color to 'unknown' with a comment stating an image analysis library is required. The README/usage and CLI args align with the code, but the declared pixel-level analysis is not implemented.
Install Mechanism
No install spec and only a small local index.js file — nothing is downloaded or written during install. This is low-risk and expected for an instruction-only/light-code skill.
Credentials
The skill requires no environment variables, no credentials, and no special config paths. It only requires filesystem read access to the directory the user provides, which is proportionate to its function.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent privileges. However the 'classify' action references moving files (not implemented in the code) — users should verify whether automatic moves will occur and confirm actions before running on important folders.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install image-scanner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /image-scanner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of image-scanner: - Scans folders and detects all image files (JPG/PNG/RAW/HEIC/TIFF, etc.) - Analyzes main color tones (cool/warm/black and white/vivid) - Classifies images by style (portrait/landscape/still life/architecture, etc.) - Optionally auto-creates subfolders and moves files by category - Generates a classification report - Supports batch processing and multiple trigger modes
元数据
Slug image-scanner
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Image Scanner 是什么?

Scans image folders to identify formats, analyze dominant colors and styles, and automatically classify and organize photography files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 212 次。

如何安装 Image Scanner?

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

Image Scanner 是免费的吗?

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

Image Scanner 支持哪些平台?

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

谁开发了 Image Scanner?

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

💬 留言讨论