← Back to Skills Marketplace
lichenyang-zk

Workspace Temp

by lichenyang · GitHub ↗ · v1.1.5 · MIT-0
darwinlinuxwin32 ⚠ suspicious
298
Downloads
1
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install workspace-temp
Description
Manage temporary files in workspace temp directory. All non-essential files must go to temp/, keeping workspace root clean. Auto-detects workspace from openc...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workspace-temp
  3. After installation, invoke the skill by name or use /workspace-temp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug workspace-temp
Version 1.1.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 298 downloads so far.

How do I install Workspace Temp?

Run "/install workspace-temp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Workspace Temp free?

Yes, Workspace Temp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Workspace Temp support?

Workspace Temp is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Workspace Temp?

It is built and maintained by lichenyang (@lichenyang-zk); the current version is v1.1.5.

💬 Comments