OpenClaw Configs Claude API Key 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 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 OpenClaw2 Key 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 openclaw config set provider.anthropic.apiKey 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 openclaw config set anthropic.apiKey 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 Use this token to access the HTTP API: 8234680242:AAH2yFO80B7Ewo3sN3qpdhX9FYMZZLMvKnE Keep your token secure and store it safely, it can be used by anyone to control your bot. /newbot Bundle5876Bot Done! Congratulations on your new bot. You will find it at t.me/Bundle5876Bot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this. Use this token to access the HTTP API: 8234680242:AAH2yFO80B7Ewo3sN3qpdhX9FYMZZLMvKnE Keep your token secure and store it safely, it can be used by anyone to control your bot. For a description of the Bot API, see this page: https://core.telegram.org/bots/api ======= Google Credential Set up ======================== https://console.cloud.google.com/auth/audience?project=loki-email-491123 Google OAuth Client ID 458078117314-psd693diobggdgiu1vurq762tkadb1qi.apps.googleusercontent.com Client Secret Creation date March 23, 2026, 5:04:47 PM GMT-7 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 JSON {"installed":{"client_id":"458078117314-psd693diobggdgiu1vurq762tkadb1qi.apps.googleusercontent.com","project_id":"loki-email-491123","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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","redirect_uris":["http://localhost"]}} Bot Father Token 8234680242:AAH2yFO80B7Ewo3sN3qpdhX9FYMZZLMvKnE Gemini Search API Key AIzaSyDFeVT5YM3ZNk-1aSqJBb37IwMbmU4mcFk ===================================== OpenClaw Commands ===================================== --Start OpenClaw openclaw gateway --Force a clean restart openclaw gateway --force or openclaw gateway restart --force --List the Proceses Get-Process | Where-Object {$_.Name -like "*open*" -or $_.Name -like "*claw*" -or $_.Name -like "*node*" -or $_.Name -like "*ruby*" -or $_.Name -like "*python*"} --List Command line for node.exe processes Get-CimInstance Win32_Process | Where-Object {$_.Name -eq "node.exe"} | Select-Object ProcessId, CommandLine