返回 Skill 列表
extension
分类: 其它无需 API Key

File Cleaner

安全清理临时文件和目录的专业技能,适用于删除缓存、日志等文件以释放磁盘空间。

person作者: autogame-17hubclawhub

File Cleaner

Safely removes files and directories. Built with strict safety checks to prevent accidental deletion of critical workspace files.

Usage

node skills/file-cleaner/index.js <path>

Examples

Clean a specific temp directory:

node skills/file-cleaner/index.js temp/my-experiment

Clean a log file:

node skills/file-cleaner/index.js logs/debug.log

Safety

  • ONLY deletes paths starting with temp/, logs/, or cache/.
  • Will block attempts to delete workspace root, skills/, or other protected paths.