ソース情報
- リポジトリ
- Rawknee-69/Beta-Claw
- ソースの最終更新活動
- 2026年3月9日 11:54
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill setupコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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."