Cách để openclaw nhận được các agent của chatgpt
docker compose run --rm openclaw-cli node dist/index.js onboard --auth-choice openai-codex
◇ Security disclaimer ──────────────────────────────────────────────────────────────────────╮ │ │ │ OpenClaw is a hobby project and still in beta. Expect sharp edges. │ │ By default, OpenClaw is a personal agent: one trusted operator boundary. │ │ This bot can read files and run actions if tools are enabled. │ │ A bad prompt can trick it into doing unsafe things. │ │ │ │ OpenClaw is not a hostile multi-tenant boundary by default. │ │ If multiple users can message one tool-enabled agent, they share that delegated tool │ │ authority. │ │ │ │ If you’re not comfortable with security hardening and access control, don’t run │ │ OpenClaw. │ │ Ask someone experienced to help before enabling tools or exposing it to the internet. │ │ │ │ Recommended baseline │ │ - Pairing/allowlists + mention gating. │ │ - Multi-user/shared inbox: split trust boundaries (separate gateway/credentials, ideally │ │ separate OS users/hosts). │ │ - Sandbox + least-privilege tools. │ │ - Shared inboxes: isolate DM sessions (session.dmScope: per-channel-peer) and keep tool │ │ access minimal. │ │ - Keep secrets out of the agent’s reachable filesystem. │ │ - Use the strongest available model for any bot with tools or untrusted inboxes. │ │ │ │ Run regularly │ │ openclaw security audit --deep │ │ openclaw security audit --fix │ │ │ │ Learn more │ │ - https://docs.openclaw.ai/gateway/security │ │ │ ├────────────────────────────────────────────────────────────────────────────────────────────╯ │ ◆ I understand this is personal-by-default and shared/multi-user use requires lock-down. Continue? │ ● Yes / ○ No
Choose Yes
│ ◆ Setup mode │ ● QuickStart (Configure details later via openclaw configure.) │ ○ Manual └
Chọn QuickStart
◇ Existing config detected ─────────╮ │ │ │ workspace: ~/.openclaw/workspace │ │ model: 9router/craw-free │ │ gateway.mode: local │ │ gateway.port: 18789 │ │ gateway.bind: lan │ │ │ ├────────────────────────────────────╯ │ ◆ Config handling │ ● Use existing values │ ○ Update values │ ○ Reset
chọn Use existing values
◇ OpenAI Codex OAuth ─────────────────────────────────────────╮ │ │ │ You are running in a remote/VPS environment. │ │ A URL will be shown for you to open in your LOCAL browser. │ │ After signing in, paste the redirect URL back here. │ │ │ ├──────────────────────────────────────────────────────────────╯ │ ◇ OAuth URL ready Open this URL in your LOCAL browser: https://auth.openai.com/oauth/authorize?response_type=code&client_id=app_EMoamEEZ73f0CkXaXp7hrann&redirect_uri=http%3A%2F%2Flocalhost%3A1455%2Fauth%2Fcallback&scope=openid+profile+email+offline_access&code_challenge=j9CG0x3M6h137MXh7EPJAZuv4-FALp6KWE0&code_challenge_method=S256&state=8bc99efab2737904a52551e&id_token_add_organizations=true&codex_cli_simplified_flow=true&originator=openclaw │ ◆ Paste the authorization code (or full redirect URL):
Login và paste redirect URL vào:
