← Back to Skills Marketplace
247
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install taizi-filesystem
Description
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Usage Guidance
Do not install or enable this skill without verification. Key issues: the package advertises a 'filesystem' CLI but the bundle lacks the executable/implementation — this is an integrity/packaging mismatch. Before using: (1) inspect the upstream repository (https://github.com/gtrusler/clawdbot-filesystem) and verify the exact files and the filesystem binary/script; (2) review the implementation to confirm safety checks (path validation, protectedPaths enforcement, dry-run behavior) actually exist; (3) run the tool in a sandbox or VM first and test 'dry-run' operations; (4) avoid granting this skill broad/always-on access and limit agent privileges; (5) because it can access arbitrary files, don't run it against sensitive systems until you confirm the code; if you can't validate the implementation, treat the skill as untrusted and do not install.
Capability Analysis
Type: OpenClaw Skill
Name: taizi-filesystem
Version: 1.0.0
The taizi-filesystem skill provides standard filesystem management utilities such as listing, searching, and batch copying. It includes robust safety configurations in config.json, such as protected system paths and a 'dry-run' mode, and explicitly declares no network permissions in package.json, which mitigates data exfiltration risks. No evidence of malicious intent or prompt injection was found in the documentation or metadata.
Capability Assessment
Purpose & Capability
The SKILL.md, README, and package.json describe a CLI named 'filesystem' (bin -> ./filesystem, main -> 'filesystem') and give many runtime examples, but the skill bundle contains no executable/script named 'filesystem' or implementation files. The skill also lists 'node' as a required binary despite no Node code being present to run. This is an implementation mismatch: the described capability is not actually included in the package.
Instruction Scope
The runtime instructions and examples direct the agent to perform broad filesystem operations (read, search, copy, analyze) across arbitrary paths including system locations (/var/log, /etc). Although SKILL.md and config.json mention safety features (protectedPaths, dry-run, permission checks), there is no shipped code to enforce them. That means the described operations — if implemented elsewhere — could access sensitive files; the instructions as written grant the agent wide discretion to scan and copy files.
Install Mechanism
This is instruction-only (no install spec), which is low install-surface risk. However SKILL.md recommends cloning from GitHub or using ClawdHub and then making a './filesystem' executable; the repo bundle provided here does not include that executable. The absence of a defined, verifiable install artifact (and discrepancy between package.json and the actual files) is a packaging/integrity problem.
Credentials
The skill requests no environment variables or credentials, which is appropriate. package.json advertises 'permissions.filesystem': 'read-write' and 'network':'none' — filesystem read-write access is necessary for the claimed functionality but is broad and enables reading arbitrary files. Network:none reduces exfiltration via network, but the agent can still return file contents in responses, so risk remains. The requested/specified permissions are not unreasonable for a filesystem tool, but are expansive and should be limited or reviewed before use.
Persistence & Privilege
The skill is not marked always:true and does not request persistent platform privileges. It is user-invocable and allows autonomous invocation (platform default). There is no evidence it modifies other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taizi-filesystem - After installation, invoke the skill by name or use
/taizi-filesystem - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of taizi-filesystem skill for Clawdbot
- Provides advanced filesystem operations: listing, searching, batch copying, and directory analysis
- Features smart file filtering, rich output formatting, and content-aware search
- Includes dry run mode, error handling, and various safety checks
- Designed for seamless integration with Clawdbot tools and productivity workflows
Metadata
Frequently Asked Questions
What is Taizi Filesystem?
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot. It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.
How do I install Taizi Filesystem?
Run "/install taizi-filesystem" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Taizi Filesystem free?
Yes, Taizi Filesystem is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Taizi Filesystem support?
Taizi Filesystem is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Taizi Filesystem?
It is built and maintained by fresh3 (@fresh3); the current version is v1.0.0.
More Skills