refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
---
summary: "Use OpenAI via API keys or Codex subscription in Moltbot"
summary: "Use OpenAI via API keys or Codex subscription in OpenClaw"
read_when:
- You want to use OpenAI models in Moltbot
- You want to use OpenAI models in OpenClaw
- 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
moltbot onboard --auth-choice openai-api-key
openclaw onboard --auth-choice openai-api-key
# or non-interactive
moltbot onboard --openai-api-key "$OPENAI_API_KEY"
openclaw 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
moltbot onboard --auth-choice openai-codex
openclaw onboard --auth-choice openai-codex
# Or run OAuth directly
moltbot models auth login --provider openai-codex
openclaw models auth login --provider openai-codex
```
### Config snippet