← 返回 Skills 市场
ecosincronia

Workspace Files

作者 EcosincronIA · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
674
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install workspace-files
功能描述
Work safely with files inside the OpenClaw workspace sandbox. Use for listing directories, reading text files, writing text files, and searching files by nam...
安全使用建议
This skill appears to do exactly what it says: list, read, write, and search text files inside a sandbox. Before installing, confirm the hardcoded SANDBOX_ROOT (/home/cmart/.openclaw/workspace) is the intended workspace on your agent — if your agent uses a different home or user, the path may not exist or could point to another user's files. The script uses realpath to canonicalize and rejects paths that resolve outside the sandbox, which prevents typical path-traversal escapes; still, review whether you want an agent able to write files under that directory. No credentials or network access are requested.
功能分析
Type: OpenClaw Skill Name: workspace-files Version: 1.0.1 The skill bundle provides standard file management operations (listing, reading, writing, and searching) restricted to a specific sandbox directory. The shell script `scripts/workspace-files.sh` implements path validation using `realpath` to prevent directory traversal attacks, and the instructions in `SKILL.md` are consistent with the stated purpose without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description promise file operations inside a workspace sandbox and the included script implements list, read, write, and search operations restricted to a single sandbox root. Required resources (none) match the described functionality.
Instruction Scope
SKILL.md instructs the agent to operate only on relative paths inside the workspace, and the script enforces that by resolving paths and rejecting anything that canonicalizes outside the SANDBOX_ROOT. The commands do not access environment variables, network endpoints, or other system paths.
Install Mechanism
No install spec; the skill is instruction-only with a bundled shell script. Nothing is downloaded or installed from external sources.
Credentials
The skill declares no environment variables, credentials, or config paths. It operates only on the hardcoded sandbox path and does not request secrets or unrelated access.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configuration. It reads and writes only inside the declared sandbox path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-files
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-files 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated _meta.json file. - No changes to skill functionality or documentation.
v1.0.0
- Initial release of workspace-files skill. - Enables safe file operations within the OpenClaw workspace sandbox. - Supports listing directories, reading text files, writing text files, and searching files by name. - Only operates inside /home/cmart/.openclaw/workspace; paths outside this directory are not permitted. - Use only for text files and directory inspection, not binary files.
元数据
Slug workspace-files
版本 1.0.1
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 2
常见问题

Workspace Files 是什么?

Work safely with files inside the OpenClaw workspace sandbox. Use for listing directories, reading text files, writing text files, and searching files by nam... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 674 次。

如何安装 Workspace Files?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install workspace-files」即可一键安装,无需额外配置。

Workspace Files 是免费的吗?

是的,Workspace Files 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Workspace Files 支持哪些平台?

Workspace Files 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Workspace Files?

由 EcosincronIA(@ecosincronia)开发并维护,当前版本 v1.0.1。

💬 留言讨论