← 返回 Skills 市场
axelhu

Isolated Workspace

作者 AxelHu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
223
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install superpowers-isolated-workspace
功能描述
Use when starting feature work that needs isolation from current workspace - creates isolated git branches with clean setup and safety verification, adapted...
安全使用建议
This skill is coherent with its stated purpose, but it will run dependency installs and project tests which can execute arbitrary code from dependencies or repository scripts. Before installing or allowing autonomous runs: (1) ensure you trust the project and its registries, (2) prefer running installs/tests locally or in a disposable/containerized environment, (3) require user confirmation or review of changes (commits to .gitignore) before they are applied, and (4) consider disabling autonomous invocation if you want manual control over when npm/pip/cargo commands run.
功能分析
Type: OpenClaw Skill Name: superpowers-isolated-workspace Version: 1.0.1 The skill bundle automates the creation of isolated Git branches and the setup of development environments (dependency installation and testing). It follows a standard developer workflow, including safety checks to ensure workspace directories are excluded from version control via .gitignore and providing user prompts for configuration. No indicators of malicious intent, data exfiltration, or unauthorized execution were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (isolated git workspace) aligns with the SKILL.md. It only uses git, project files (package.json, requirements.txt, etc.), and standard build/test commands; there are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions stay within the stated purpose (select/verify an isolation directory, create a branch, install deps, run tests). Important security note: running npm/pip/cargo/go commands and project tests can execute code from third-party dependencies or repository scripts (postinstall, setup.py, build.rs, test suites). The SKILL.md does not mandate explicit user confirmation before running installations and tests, so if executed autonomously it could run arbitrary code in the host environment. The skill also commits .gitignore changes to the repository, which is expected but is writable repo modification.
Install Mechanism
There is no install spec and no code files—this is instruction-only. That minimizes disk-write and supply-chain risks from skill installation itself.
Credentials
The skill does not request environment variables, credentials, or config paths. It operates on repository files and runs standard developer tooling; this is proportionate to the stated purpose. Note: the commands will use network access to fetch packages and will run with the agent's user privileges.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills. It does instruct committing changes to the repository (e.g., adding .gitignore), which is within scope but is a persistent repo change the user should review.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install superpowers-isolated-workspace
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /superpowers-isolated-workspace 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
OpenClaw-adapted skill for Superpowers development methodology.
v1.0.0
Initial release: OpenClaw-adapted skill.
元数据
Slug superpowers-isolated-workspace
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Isolated Workspace 是什么?

Use when starting feature work that needs isolation from current workspace - creates isolated git branches with clean setup and safety verification, adapted... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 223 次。

如何安装 Isolated Workspace?

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

Isolated Workspace 是免费的吗?

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

Isolated Workspace 支持哪些平台?

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

谁开发了 Isolated Workspace?

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

💬 留言讨论