setup-sandbox
Originally fromrecoupable/skill-setup-sandbox
Installation
Summary
Initial file system scaffolding for Recoup sandbox accounts with organizations and artists.
- Fetches organizations and artists from the connected Recoup account via CLI, then creates an opinionated folder structure under
orgs/{org}/artists/{artist-slug} - Generates a
RECOUP.mdidentity file in each artist directory to track setup status and connect the workspace to the Recoupable platform - Requires
RECOUP_ACCOUNT_IDenvironment variable only when using an Org API Key; omit it for Personal API Keys - Intended as a one-time initialization step; check for existing
orgs/directory before running to avoid redundant setup
SKILL.md
Setup Sandbox
Create the folder structure for the connected account's organizations and artists.
Environment
RECOUP_ACCOUNT_ID— The account ID to fetch data for. Only needed when using an Org API Key. When using a Personal API Key, omit the--accountflag and the CLI will use the authenticated account automatically.