Tidyfiles
v2.0.0Sort and organize files into folders by type, date, or rules. Use when decluttering dirs, checking structure, running cleanup, generating reports.
⭐ 0· 97·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk971fnppy0q3d9hj5wc0s778nd835pvz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
