Filesystem 1.0.0
v1.0.0Perform advanced filesystem tasks including listing, recursive file searches, batch copying/moving/deleting, directory size analysis, and file type filtering.
⭐ 1· 422·4 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name and description (advanced filesystem operations) align with the SKILL.md contents: the file contains concrete shell commands for listing, searching, batch copy/move/delete, and directory analysis. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
The SKILL.md tells the agent to run many shell commands (find, grep, cp, mv, rm/delete, sed, rename, du, stat, head/tail, etc.). These commands are appropriate for filesystem work but include destructive operations (bulk delete/move) and use of sudo is mentioned for system directories. The instructions do not reference external endpoints or unrelated system credentials, but they do allow potentially destructive filesystem modifications if executed without confirmation.
Install Mechanism
No install spec or code files are present (instruction-only). The file suggests installing optional utilities (tree, fd, ripgrep) via brew, which is a normal, low-risk recommendation. Nothing is downloaded or written by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not reference hidden env vars or secrets. The lack of requested credentials is proportionate to the described functionality.
Persistence & Privilege
Flags show always:false and normal autonomous invocation allowed (disable-model-invocation:false). There is no attempt to persist or modify other skills or system-wide settings. Note: autonomous invocation combined with destructive filesystem commands increases the potential impact if the agent is allowed to run commands without confirmation.
Assessment
This skill is coherent with its description and does not request credentials or install code, but it is an instruction-only set of shell commands that can modify or delete files. Before installing or invoking it: (1) ensure the agent runs commands with explicit confirmation, especially for bulk delete/move operations; (2) test commands in a safe directory or with dry-run/listing steps first; (3) avoid granting the agent elevated (root) privileges while using this skill; (4) if you do not want the agent to run destructive commands autonomously, disable autonomous invocation or require user prompts. If you need more assurance, request the skill author add explicit safeguards (dry-run defaults, confirmation prompts, safer example workflows).Like a lobster shell, security has layers — review code before you run it.
latestvk97c5dnbqdbakbqdh8e3yxvnan82hzmd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
