📦 File Auto Organizer — 文件自动整理

v1.0.0

文件自动整理工具,支持按规则分类和整理文件。

1· 936·4 当前·4 累计
by @sxliuyu (SxLiuYu)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/16
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
该技能的代码和指令与其所述目的(文件自动整理)一致,它使用文件系统操作进行交互,请求适当的配置,不请求无关的凭证或意外端点。
评估建议
此技能似乎确实做到了它声称的:文件自动整理工具,用于按规则分类和整理文件。安装或运行之前:1) 确认您对授予文件系统访问权限感到满意——该工具可以读取和操作文件。2) 仅将其用于您有权访问的文件,避免操作敏感文件,除非您完全信任设置。3) 技能不请求凭证,但注意不要向脚本传递敏感的文件路径,除非您信任整个工具链。4) 如果您想要更高的保证,请在运行前在本地审查包含的脚本。...
详细分析 ▾
用途与能力
Name/description, SKILL.md, and the included Python script all align: organizing files by type/date and showing stats. Minor metadata inconsistency: registry header listed no required binaries while _meta.json declares 'python3' as a required bin. This is expected (the script needs Python) but should be reconciled.
指令范围
SKILL.md instructs running the bundled script against a user-specified folder. The script only reads file metadata and moves files within the target folder (creates category/date subfolders, renames to avoid overwrite). It does not access environment variables, network endpoints, or unrelated system paths. Note: SKILL.md mentions an optional 'delete duplicate files' feature but the included script does not implement explicit duplicate-deletion behavior; also there is no dry-run/safety prompt — the script will move files immediately.
安装机制
No install spec; instruction-only with a bundled Python script. No external downloads or archives. Risk is limited to running the provided script locally.
凭证需求
No credentials or environment variables are requested. The only runtime dependency is Python (python3). This is proportionate to the stated purpose.
持久化与权限
Skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or global agent settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/16

初始版本,支持文件自动整理

无害

安装命令

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