skills/setup/SKILL.md
Full betaclaw installation and onboarding wizard
npx skillsauth add Rawknee-69/Beta-Claw setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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."
development
Search the web and summarize results
development
Send messages via Telegram Bot API
data-ai
Show system health, active models, channels, and skills
devops
Set up betaclaw on Windows using WSL2 and Docker