基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 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."