← 返回 Skills 市场
247
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install taizi-filesystem
功能描述
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taizi-filesystem - 安装完成后,直接呼叫该 Skill 的名称或使用
/taizi-filesystem触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Taizi Filesystem 是什么?
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。
如何安装 Taizi Filesystem?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taizi-filesystem」即可一键安装,无需额外配置。
Taizi Filesystem 是免费的吗?
是的,Taizi Filesystem 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Taizi Filesystem 支持哪些平台?
Taizi Filesystem 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Taizi Filesystem?
由 fresh3(@fresh3)开发并维护,当前版本 v1.0.0。
推荐 Skills