← Back to Skills Marketplace
Recoup Sandbox Setup
by
sweetman.eth
· GitHub ↗
· v1.0.0
521
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install setup-sandbox
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install setup-sandbox - After installation, invoke the skill by name or use
/setup-sandbox - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 521 downloads so far.
How do I install Recoup Sandbox Setup?
Run "/install setup-sandbox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recoup Sandbox Setup free?
Yes, Recoup Sandbox Setup is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Recoup Sandbox Setup support?
Recoup Sandbox Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recoup Sandbox Setup?
It is built and maintained by sweetman.eth (@sweetmantech); the current version is v1.0.0.
More Skills