← 返回 Skills 市场
lichenyang-zk

Workspace Temp

作者 lichenyang · GitHub ↗ · v1.1.5 · MIT-0
darwinlinuxwin32 ⚠ suspicious
298
总下载
1
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install workspace-temp
功能描述
Manage temporary files in workspace temp directory. All non-essential files must go to temp/, keeping workspace root clean. Auto-detects workspace from openc...
安全使用建议
This skill appears coherent and limited to managing temp files, but consider the following before enabling: you are granting it read access to your ~/.openclaw/openclaw.json and the ability to query session information (sessions_list) so it can locate and create the per-session temp directory; files copied or downloaded into workspace/temp/<session_id>/ can contain sensitive data — avoid processing secrets or private keys through this skill; the 'no code execution' and 'no modification of existing files' guarantees are procedural, not technically enforced, so monitor the temp directory and ensure you trust the agent's runtime/tools that will perform the file operations.
功能分析
Type: OpenClaw Skill Name: workspace-temp Version: 1.1.5 The skill manages temporary files but requires the agent to read the global `~/.openclaw/openclaw.json` configuration file to determine the workspace path. This file is a high-value target as it typically contains sensitive API keys and credentials, and granting an agent read access to it poses a significant risk of accidental secret exposure. Additionally, the instructions in `SKILL.md` direct the agent to copy external files into the workspace, which could be leveraged to ingest sensitive data into the agent's processing context.
能力评估
Purpose & Capability
The skill's name/description (manage temp files under workspace/temp/<session>) matches what it requests: read access to ~/.openclaw/openclaw.json to discover the workspace and use the sessions_list tool to obtain a session ID. Required config path agents.defaults.workspace is declared and appropriate for the stated goal.
Instruction Scope
Instructions stay within the stated purpose (read config, get session id, create temp/<session_id>/, copy/download external files into that directory). The SKILL.md explicitly prohibits modifying existing workspace-root files and disallows arbitrary code execution, but these are policy-level promises (best-effort) rather than technical enforcement; the agent's runtime/tools will actually perform reads/writes. The skill also allows downloading external URLs and reading user-specified files — expected for this functionality but worth noting because these operations could temporarily bring sensitive data into the workspace temp area.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal disk footprint and no packages are fetched by the skill itself.
Credentials
No environment variables or external credentials are requested. The single required config path (agents.defaults.workspace) is directly relevant to locating the workspace and is proportionate to the purpose.
Persistence & Privilege
always:false (not force-enabled) and no special persistence or modifications to other skills. The skill confines writes to a workspace subdirectory per-session in its instructions, and it does not request system-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-temp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-temp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.5
在 metadata 中声明 tools 依赖(sessions_list, read, write);删除 No Network Requests 安全声明(与下载功能矛盾)
v1.1.4
Consolidated Security & Privacy section, removed custom requires.tools, optimized section order
v1.1.2
- 明确告知用户风险 - 明确`清理政策`触发条件和用户响应选项
v1.1.1
显式声明 sessions_list 工具的使用权限,以及读取外部文件(Desktop/Downloads)的权限
v1.1.0
更新一些不一致之处和特权默认值。
v1.0.0
Initial release
元数据
Slug workspace-temp
版本 1.1.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Workspace Temp 是什么?

Manage temporary files in workspace temp directory. All non-essential files must go to temp/, keeping workspace root clean. Auto-detects workspace from openc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 298 次。

如何安装 Workspace Temp?

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

Workspace Temp 是免费的吗?

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

Workspace Temp 支持哪些平台?

Workspace Temp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Workspace Temp?

由 lichenyang(@lichenyang-zk)开发并维护,当前版本 v1.1.5。

💬 留言讨论