← 返回 Skills 市场
Recoup Sandbox Setup
作者
sweetman.eth
· GitHub ↗
· v1.0.0
521
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install setup-sandbox
功能描述
Set up the initial file system for a new sandbox. Fetches the account's organizations and artists via the Recoup CLI and scaffolds an opinionated folder stru...
安全使用建议
This skill appears to do what it says (scaffold org/artist folders using the Recoup CLI), but it omits important operational details. Before installing or running it:
- Ensure the 'recoup' CLI is installed on the machine that will run the skill; the skill does not declare this requirement.
- Make sure the Recoup CLI is authenticated (Personal API Key or Org API Key) and understand where those credentials are stored; the SKILL.md assumes the CLI will already have access to your account but does not request or describe the credential.
- Review the repository and branch you will push to. The instructions perform 'git commit' and 'git push origin main' — confirm that 'origin' and 'main' are the intended remote/branch and that automatic pushes are safe in your environment.
- Run the commands manually first in a controlled environment (or a fork/temporary branch) to confirm behavior and examine the generated RECOUP.md files before automating.
If you want this to be safer/clearer, request the skill author to: declare 'recoup' as a required binary, document required authentication and environment variables, and make the git push step optional or interactive.
功能分析
Type: OpenClaw Skill
Name: setup-sandbox
Version: 1.0.0
The skill `setup-sandbox` is designed to scaffold a file system structure for organizations and artists using a `Recoup CLI` tool. It instructs the agent to execute `recoup` commands to fetch data, create directories (`mkdir`), write `RECOUP.md` files with specific content, and perform `git` operations (`add`, `commit`, `push`) to persist these changes. All actions described in `SKILL.md` are transparent, directly align with the stated purpose of setting up a sandbox, and show no evidence of malicious intent such as data exfiltration, unauthorized remote execution, persistence mechanisms, or deceptive prompt injection tactics. The use of external CLI tools and file system modifications are expected for this type of setup skill.
能力评估
Purpose & Capability
The skill's purpose is to use the Recoup CLI to enumerate orgs and artists and scaffold directories, which is coherent — however, the registry metadata declares no required binaries or credentials while the SKILL.md plainly depends on the 'recoup' CLI and on Recoup authentication (Personal API Key or Org API Key). Not declaring the Recoup binary or the need for authenticated CLI access is an inconsistency.
Instruction Scope
The SKILL.md stays focused on scaffolding, but it instructs the agent to run 'recoup orgs list' and 'recoup artists list' (which will read local CLI credentials/config) and to run 'git add && git commit && git push' (which will interact with local git config and remote credentials). The instructions do not specify how authentication is provided, do not check for 'recoup' being installed, and assume pushing to 'origin main' is appropriate — these are operational assumptions that could lead to unintended side effects.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be downloaded or written by an installer. That low-install footprint is appropriate for a scaffolding script.
Credentials
The metadata declares no required environment variables, but the SKILL.md references an optional RECOUP_ACCOUNT_ID and implicitly requires Recoup CLI credentials (Personal or Org API Key) to be present in the user's CLI configuration. The lack of explicit declaration for the Recoup credential or other auth artifacts is disproportionate to the task and hides a dependency on local secret/config state.
Persistence & Privilege
The skill does not request permanent inclusion (always: false) and does not modify other skills or global agent configuration. However, it does instruct creating files and committing/pushing them to a remote repo, which is a normal operation for a setup task but still requires user attention and appropriate git credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install setup-sandbox - 安装完成后,直接呼叫该 Skill 的名称或使用
/setup-sandbox触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of setup-sandbox.
- Sets up the initial file system for a new sandbox account.
- Fetches organizations and artists using the Recoup CLI.
- Creates an opinionated directory structure: `orgs/{org}/artists/{artist-slug}`.
- Writes a `RECOUP.md` identity file in each artist folder with setup status.
- Includes instructions for next steps with the `setup-artist` skill.
元数据
常见问题
Recoup Sandbox Setup 是什么?
Set up the initial file system for a new sandbox. Fetches the account's organizations and artists via the Recoup CLI and scaffolds an opinionated folder stru... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 521 次。
如何安装 Recoup Sandbox Setup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install setup-sandbox」即可一键安装,无需额外配置。
Recoup Sandbox Setup 是免费的吗?
是的,Recoup Sandbox Setup 完全免费(开源免费),可自由下载、安装和使用。
Recoup Sandbox Setup 支持哪些平台?
Recoup Sandbox Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recoup Sandbox Setup?
由 sweetman.eth(@sweetmantech)开发并维护,当前版本 v1.0.0。
推荐 Skills