# Grok Bot 内でコーディングエージェントを動かす > Grok Bot 専用のクラウドコンピュータにコーディングエージェントを置きます。プロンプトを一つ貼って導入を任せ、ログインはすべて人が行います。 **Hard rule:** 認証情報や API キーは絶対に入力しません。ログインまたは API キーの段階で止まり、人に依頼します。ログインは人が行います。 ## Claude Code Claude Code を導入・確認し、README を読み取り専用で要約します。 ``` Install Claude Code on your cloud computer. 1. Run: npm install -g @anthropic-ai/claude-code 2. Verify it with: claude --version 3. HARD RULE: never type credentials, passwords, API keys, tokens, 2FA codes, or CAPTCHA answers. At any login or API-key step, stop and ask me to do it. Logins stay human. 4. After I finish any required login, run one small smoke task: open a repository README and ask Claude Code to summarize it without changing files. 5. Report the installed version, what the smoke task did, and what Claude Code can now do on this computer. ``` Official docs: https://docs.anthropic.com/en/docs/claude-code ## Codex CLI Codex CLI を導入・確認し、リポジトリの README で小さく試します。 ``` Install Codex CLI on your cloud computer. 1. Run: npm install -g @openai/codex 2. Verify it with: codex --version 3. HARD RULE: never type credentials, passwords, API keys, tokens, 2FA codes, or CAPTCHA answers. At any login or API-key step, stop and ask me to do it. Logins stay human. 4. After I finish any required login, run one small smoke task: open a repository README and ask Codex to summarize it without changing files. 5. Report the installed version, what the smoke task did, and what Codex can now do on this computer. ``` Official docs: https://developers.openai.com/codex/cli ## OpenClaw OpenClaw を入れる前に、Grok Bot が公式ソースを探して提示します。 ``` Install OpenClaw on your cloud computer. 1. Read the official install docs first: https://docs.openclaw.ai/ (source repo: https://github.com/openclaw/openclaw) 2. Run: npm install -g openclaw@latest 3. Verify it with: openclaw --version 4. HARD RULE: never type credentials, passwords, API keys, tokens, 2FA codes, or CAPTCHA answers. At any login or API-key step, stop and ask me to do it. Logins stay human. 5. After I finish any required login, run one small read-only smoke task, such as summarizing a repository README. 6. Report the installed version, what the smoke task did, and what OpenClaw can now do on this computer. ``` Official docs: https://docs.openclaw.ai/ ## Hermes 導入前に、Grok Bot が Hermes の公式手順を確認します。 ``` Install Hermes Agent (Nous Research) on your cloud computer. 1. Read the official install docs first: https://hermes-agent.nousresearch.com/docs/getting-started/installation (source repo: https://github.com/NousResearch/hermes-agent) 2. Run: pip install hermes-agent 3. Verify it with: hermes --version 4. HARD RULE: never type credentials, passwords, API keys, tokens, 2FA codes, or CAPTCHA answers. At any login or API-key step, stop and ask me to do it. Logins stay human. 5. After I finish any required login, run one small read-only smoke task, such as summarizing a repository README. 6. Report the installed version, what the smoke task did, and what Hermes can now do on this computer. ``` Official docs: https://hermes-agent.nousresearch.com/docs/getting-started/installation Human page: https://getgrokbot.com/ja/install