← Back to Skills Marketplace
gtrusler

Filesystem Management

by gtrusler · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
23069
Downloads
78
Stars
0
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 an agent-accessible tool that can inspect and copy local files. Use narrow paths, prefer dry-run before copy operations, be careful with overwrite, and verify the actual CLI implementation from the package source before running it because the executable was not present in the scanned artifact bundle.
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
The stated purpose matches the requested capabilities: local file listing, content search, directory analysis, tree display, and batch copying. These are powerful local-file operations but are coherent with a filesystem-management skill.
Instruction Scope
Commands are documented as user-directed and include dry-run and overwrite controls, but they can operate on broad user-supplied paths and search file contents, so users should scope paths deliberately.
Install Mechanism
The package declares a Node CLI binary named filesystem, but the scanned artifact set contains documentation and JSON metadata only, not the runnable filesystem implementation; this limits runtime verification and may make the package incomplete as scanned.
Credentials
Node and local filesystem read-write permission are proportionate for the stated tool. The package declares no network or system permissions, and config limits operations to read, copy, and analyze with protected paths and performance limits.
Persistence & Privilege
The artifacts show no background workers, credential handling, session/profile access, privilege escalation, autonomous execution, or persistence mechanisms.
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 0
Active Installs 0
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 23069 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