← Back to Skills Marketplace
gtrusler

Filesystem Management

by gtrusler · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
22078
Downloads
76
Stars
288
Active Installs
2
Versions
Install in OpenClaw
/install clawdbot-filesystem
Description
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Usage Guidance
Install only if you want the agent to list, search, analyze, and copy local files. Keep paths narrow, use dry-run before copy operations, avoid sensitive directories unless intended, and review the actual CLI implementation from GitHub or npm before executing it because the scanned artifact set did not include the runnable filesystem binary.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The OpenClaw AgentSkills bundle 'clawdbot-filesystem' appears benign. Its stated purpose is advanced filesystem operations (list, search, copy, analyze), which aligns with the described functionality. Crucially, the `package.json` explicitly declares `network: "none"` and `system: "none"` permissions, and the `config.json` further restricts `allowedOperations` to `["read", "copy", "analyze"]` while defining `protectedPaths` to prevent access to sensitive system directories. There is no evidence of prompt injection attempts in `SKILL.md` or `README.md` instructing the agent to perform unauthorized actions, exfiltrate data, or install backdoors. The `copy` operation, while a write action, is explicitly permitted and includes safety features like `--dry-run`.
Capability Assessment
Purpose & Capability
Listing, searching, copying, tree display, and directory analysis align with the stated filesystem-management purpose, including disclosed read-write filesystem permission.
Instruction Scope
Commands are user-directed and include dry-run and overwrite options, but they accept broad paths and can search file contents or copy files, so users should scope commands carefully.
Install Mechanism
The reviewed package declares a filesystem CLI binary and documents GitHub/npm installation, but the scanned artifact set contains only documentation and JSON metadata, not the executable implementation.
Credentials
Node plus local filesystem read-write access is proportionate for this tool; the package declares no network or system permissions.
Persistence & Privilege
The artifacts show no background workers, credential handling, persistence, autonomous execution, network exfiltration, or privilege-escalation behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawdbot-filesystem
  3. After installation, invoke the skill by name or use /clawdbot-filesystem
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Clean naming: Removed 'Clawdbot' from display name, fixed LICENSE.md extension
v1.0.0
Initial release: Advanced filesystem operations with search, analysis, batch processing and tree visualization capabilities
Metadata
Slug clawdbot-filesystem
Version 1.0.2
License
All-time Installs 758
Active Installs 288
Total Versions 2
Frequently Asked Questions

What is Filesystem Management?

Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot. It is an AI Agent Skill for Claude Code / OpenClaw, with 22078 downloads so far.

How do I install Filesystem Management?

Run "/install clawdbot-filesystem" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Filesystem Management free?

Yes, Filesystem Management is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Filesystem Management support?

Filesystem Management is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Filesystem Management?

It is built and maintained by gtrusler (@gtrusler); the current version is v1.0.2.

💬 Comments