安全扫描
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/16
初始版本,支持文件自动整理
● 无害
安装命令 点击复制
官方npx clawhub@latest install file-auto-organizer
镜像加速npx clawhub@latest install file-auto-organizer --registry https://cn.clawhub-mirror.com
技能文档
自动整理文件夹,按类型/日期归类文件,告别凌乱桌面!
功能
- 📂 按文件类型自动归类(图片、文档、视频、压缩包等)
- 📅 按日期整理(今天、昨天、本周等)
- 🔍 支持自定义规则
- 🗑️ 可选:删除重复文件
- 📊 整理报告
使用方法
整理下载文件夹
python3 scripts/organizer.py organize ~/Downloads
按类型整理
python3 scripts/organizer.py by-type ~/Downloads
按日期整理
python3 scripts/organizer.py by-date ~/Downloads
查看统计
python3 scripts/organizer.py stats ~/Downloads
规则说明
默认类型分类:
- 🖼️ 图片: jpg, png, gif, webp, svg, psd, ai
- 📄 文档: pdf, doc, docx, txt, md, xls, xlsx, ppt, pptx
- 📦 压缩包: zip, rar, 7z, tar, gz
- 🎬 视频: mp4, mkv, avi, mov, flv
- 🎵 音频: mp3, wav, flac, aac
- 💻 代码: js, py, java, cpp, html, css
示例
# 整理桌面
python3 scripts/organizer.py organize ~/Desktop# 整理并生成报告
python3 scripts/organizer.py organize ~/Downloads --report
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制