refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
---
summary: "Use OpenAI via API keys or Codex subscription in Clawdbot"
summary: "Use OpenAI via API keys or Codex subscription in Moltbot"
read_when:
- You want to use OpenAI models in Clawdbot
- You want to use OpenAI models in Moltbot
- You want Codex subscription auth instead of API keys
---
# OpenAI
@@ -17,9 +17,9 @@ Get your API key from the OpenAI dashboard.
### CLI setup
```bash
clawdbot onboard --auth-choice openai-api-key
moltbot onboard --auth-choice openai-api-key
# or non-interactive
clawdbot onboard --openai-api-key "$OPENAI_API_KEY"
moltbot onboard --openai-api-key "$OPENAI_API_KEY"
```
### Config snippet
@@ -40,10 +40,10 @@ Codex cloud requires ChatGPT sign-in, while the Codex CLI supports ChatGPT or AP
```bash
# Run Codex OAuth in the wizard
clawdbot onboard --auth-choice openai-codex
moltbot onboard --auth-choice openai-codex
# Or run OAuth directly
clawdbot models auth login --provider openai-codex
moltbot models auth login --provider openai-codex
```
### Config snippet