Diskmon

v2.0.1

Watch disk space in real time and alert before storage runs low. Use when monitoring usage, finding large dirs, preventing disk-full events.

0· 273·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (disk space monitoring, logging, reporting) matches the provided Bash script and SKILL.md: commands log entries, read recent entries, export and show stats. There are no unrelated credentials, binaries, or services requested.
Instruction Scope
Runtime instructions and the script only read and write files under ~/.local/share/diskmon, and invoke standard POSIX utilities (date, wc, du, tail, grep, cat). The instructions do not access system-wide credentials, other config paths, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only plus a shipped script). Nothing is downloaded or extracted from external URLs, and no package installation is required.
Credentials
The skill declares no required environment variables or credentials and the script does not read any environment variables beyond HOME. No secrets are requested or needed for the stated purpose.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent configuration. It writes only to its own data directory under the user's HOME.
Assessment
This skill appears to do what it says: a local Bash tool that logs and queries disk-related notes in ~/.local/share/diskmon. Before installing, consider: (1) it will create and append log files in your home directory—review and limit what you log to avoid storing sensitive strings; (2) ensure file permissions on ~/.local/share/diskmon are appropriate so other users on the system can't read logs; (3) logs can grow over time—implement rotation/cleanup if you plan heavy use; (4) don't run the script as root unless you understand implications; and (5) if you want extra assurance, inspect the full script in the upstream repo (https://github.com/bytesagain/ai-skills) before enabling autonomous invocation in agents.

Like a lobster shell, security has layers — review code before you run it.

latestvk9708jbq95q9vnpet6e5fd8a7h835sae

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments