← 返回 Skills 市场
Tidyfiles
作者
bytesagain4
· GitHub ↗
· v2.0.0
· MIT-0
163
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tidyfiles
功能描述
Sort and organize files into folders by type, date, or rules. Use when decluttering dirs, checking structure, running cleanup, generating reports.
安全使用建议
This skill appears to do what it says: a small offline bash tool that logs and exports activity to ~/.local/share/tidyfiles. Before installing or running: (1) inspect the script (scripts/script.sh) yourself if you can; (2) be aware it will create and append to log files in your home directory — do not pass passwords, API keys, or other secrets as command arguments; (3) to remove it, delete ~/.local/share/tidyfiles; (4) note that while the skill does not require network access or credentials, allowing an autonomous agent to call it could cause it to record whatever text the agent passes, so limit autonomous use if you may provide sensitive context.
功能分析
Type: OpenClaw Skill
Name: tidyfiles
Version: 2.0.0
The skill is a simple bash-based logging utility designed to record and track file management activities. It stores timestamped entries in local log files within `~/.local/share/tidyfiles/` and provides basic search, statistics, and export (JSON/CSV/TXT) functionalities. The script (scripts/script.sh) contains no network calls, persistence mechanisms, or dangerous execution commands like eval; it strictly performs text appending and local file metadata reporting.
能力评估
Purpose & Capability
Name/description (file organization, tracking, reports) match the shipped assets: SKILL.md and a bash script that only records entries, exports, searches, and reports. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs only local operations (logging, exporting, searching, stats). The included script implements these behaviors and references only files under the declared data directory (~/.local/share/tidyfiles). There are no instructions to read unrelated system files or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded or extracted from remote URLs; code is contained in the repo. This is low-risk from an install standpoint.
Credentials
The skill requires no environment variables or credentials. The script uses only standard Unix utilities (grep, cat, tail, wc, du, date, sed, printf) consistent with the declared requirements.
Persistence & Privilege
The skill creates and writes files under the user's home directory (~/.local/share/tidyfiles). It does not request elevated privileges or system-wide config changes. The agent can invoke the skill autonomously by default (platform default) — this combined with local logging means an agent call could cause entries to be recorded, so avoid passing secrets to the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tidyfiles - 安装完成后,直接呼叫该 Skill 的名称或使用
/tidyfiles触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
常见问题
Tidyfiles 是什么?
Sort and organize files into folders by type, date, or rules. Use when decluttering dirs, checking structure, running cleanup, generating reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。
如何安装 Tidyfiles?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tidyfiles」即可一键安装,无需额外配置。
Tidyfiles 是免费的吗?
是的,Tidyfiles 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tidyfiles 支持哪些平台?
Tidyfiles 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tidyfiles?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.0。
推荐 Skills