OpenClaw setup tips from a user's experience: Gmail MCP, profile flags, and networking issues

✍️ OpenClawRadar📅 Published: March 3, 2026🔗 Source
OpenClaw setup tips from a user's experience: Gmail MCP, profile flags, and networking issues
Ad

OpenClaw setup experience: specific issues and workarounds

A user running OpenClaw for several weeks documented their setup process and encountered issues that cost significant troubleshooting time. They used UTM on a Mac with an Ubuntu VM and bridged networking, implementing Telegram, Slack, Gmail integration, and cron jobs for automated tasks.

Ad

Key configuration problems and solutions

The user identified several specific issues:

  • The Gmail MCP server ignores the body parameter when sending emails, resulting in blank messages. The workaround is to use html_body instead, which isn't documented.
  • Without the --profile prod flag, OpenClaw loads a dev profile with a hardcoded C-3PO identity, causing the agent to ignore user configuration.
  • API keys must be placed in auth-profiles.json using the paste-token command. Environment variables, service files, and other config files don't work, leading to cron jobs failing silently with "model not allowed" errors.
  • UTM's NAT networking drops HTTPS connections when the Mac sleeps. Switching to bridged networking immediately resolved this issue.

The user noted encountering about 20 similar undocumented issues during setup and documented their experience as a guide with prompts for using ChatGPT or Claude as a deployment assistant.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Documentation for Writing MCP Tools in C# .NET Framework for Claude Desktop/Code
Guides

Documentation for Writing MCP Tools in C# .NET Framework for Claude Desktop/Code

Complete documentation and C# coding examples for creating custom MCP tools using .NET Framework 4.8, enabling Claude Desktop/Code to automate interactions with external processes, software, APIs, and IoT devices.

OpenClawRadar
Developer shares 25 tested Claude prompts for SaaS development workflows
Guides

Developer shares 25 tested Claude prompts for SaaS development workflows

A developer has shared 25 specific prompts they use daily for SaaS development, covering backend architecture, API design, frontend copy, product documentation, and go-to-market tasks. The prompts are designed to save time on repetitive tasks like code review, documentation generation, and edge case testing.

OpenClawRadar
Claude vs GPT for PhD Academic Writing: Preserving Technical Meaning in Methods Sections
Guides

Claude vs GPT for PhD Academic Writing: Preserving Technical Meaning in Methods Sections

A PhD candidate compares Claude and GPT for polishing computer vision / hardware co-design papers, finding Claude more reliable at preserving technical meaning and argument structure while GPT sometimes oversimplifies claims.

OpenClawRadar
End-to-End LLM Stack Trace: From Keystroke to Streamed Token
Guides

End-to-End LLM Stack Trace: From Keystroke to Streamed Token

A software engineer has created a comprehensive document tracing every layer of the stack when sending a prompt to an LLM, covering client-side token counting, network protocols, API gateways, safety classifiers, tokenization, KV cache, sampling pipeline, and streaming mechanics.

OpenClawRadar