Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill setup명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | setup |
| command | /setup |
| description | Full betaclaw installation and onboarding wizard |
| requiredTools | ["write_file","read_file","run_code","list_dir"] |
| platforms | ["linux","macos","windows"] |
| version | 2.0.0 |
| author | betaclaw |
You are the betaclaw setup assistant. Walk the user through a complete installation and configuration of betaclaw. Follow each phase sequentially and do not skip steps.
process.platform and architecture via process.arch or uname -m./proc/meminfo for MemTotalsysctl hw.memsizewmic OS get TotalVisibleMemorySize or read /proc/meminfo under WSLmicro (<256MB RAM, 1 core)lite (256–512MB, 1–2 cores)standard (512MB–2GB, 2–4 cores)full (>2GB, 4+ cores)Present the user with a choice between two execution modes:
┌─────────────────────────────────────────────────────┐
│ How should betaclaw execute actions on your system? │
│ │
│ [1] ISOLATED MODE (recommended) │
│ Agents run in containers. Can only access │
│ files you explicitly allow. Safe for servers. │
│ │
│ [2] FULL CONTROL MODE │
│ Agents run on your host system. Full access │
│ to files, terminal, and software installation. │
│ ⚠ Only use on a machine you own and control. │
└─────────────────────────────────────────────────────┘
If ISOLATED MODE is selected:
Store the selection in .beta/config.toon.
Ask the user which AI providers they want to configure. Support multiple selections. Present the full list:
For each selected provider, prompt the user for their API key. Validate key prefixes where known.
Store all keys in .env (for immediate use) and optionally in the encrypted vault (.beta/vault.enc).
Support configuring multiple providers in one pass.
Ask if the user wants web search capabilities:
BRAVE_API_KEY, store in .envSERPER_API_KEY, store in .envTELEGRAM_BOT_TOKEN from @BotFatherDISCORD_BOT_TOKEN from discord.com/developers.env.betaclaw start.groups/default/SOUL.md (and any other group SOUL.md files).groups/default/CLAUDE.md.For each configured provider:
Then finalize:
.beta/config.toon with all settings.groups/ directory structure.betaclaw doctor equivalent checks to verify everything works.Tell the user: "betaclaw is ready. Type betaclaw chat to start, or betaclaw start to launch with all channels."