📦 Image Scanner — 图像扫描归类

v1.0.0

批量扫描图像文件夹,自动识别格式、主色调与风格,智能分类整理摄影文件,让海量照片瞬间井然有序。

0· 181·1 当前·1 累计
下载技能包
最后更新
2026/3/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
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 ...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/19

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install image-scanner
镜像加速npx clawhub@latest install image-scanner --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库