← Back to Skills Marketplace
mrxolin

Image Scanner

by mrxolin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
212
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install image-scanner
Description
Scans image folders to identify formats, analyze dominant colors and styles, and automatically classify and organize photography files.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install image-scanner
  3. After installation, invoke the skill by name or use /image-scanner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug image-scanner
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Image Scanner?

Scans image folders to identify formats, analyze dominant colors and styles, and automatically classify and organize photography files. It is an AI Agent Skill for Claude Code / OpenClaw, with 212 downloads so far.

How do I install Image Scanner?

Run "/install image-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Image Scanner free?

Yes, Image Scanner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Image Scanner support?

Image Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Image Scanner?

It is built and maintained by mrxolin (@mrxolin); the current version is v1.0.0.

💬 Comments