OpenClaw Newsletter - 2026-05-30
OpenClaw Newsletter
Saturday, May 30, 2026Top Stories
- openclaw 2026.5.28-beta.4 — Highlights - Agent and Codex runtime recovery is steadier: subagents keep cwd/workspace separation, hook context stays prompt-local, session locks release on timeout abort, stale restart...
- openclaw 2026.5.28-beta.3 — Highlights - Agent and Codex runtime recovery is steadier: subagents keep cwd/workspace separation, hook context stays prompt-local, session locks release on timeout abort, stale restart...
- openclaw 2026.5.28-beta.2 — 2026.5.28 Highlights - Agent and Codex runtime recovery is steadier: subagents keep cwd/workspace separation, hook context stays prompt-local, session locks release on timeout abort, stale restart...
- Guard media store error cause traversal — Summary - replace recursive media store error cause traversal with an iterative bounded walk - guard against cyclic Error.cause chains and throwing cause getters - add media store regression coverage...
- docs: add inline code comments — Summary - Adds a broad inline-comment checkpoint across TS/TSX files so each file has a header describing its purpose. - Adds JSDoc-style inline docs for exported APIs in core/UI/package surfaces and...
- test(agents): include Ollama in small live model matrix — Summary - Add ollama/gemma3:4b to the curated small live model matrix. - Hydrate Ollama live-provider settings from OPENCLAW_LIVE_OLLAMA_BASE_URL, existing config, or the local default endpoint. -...
- fix(discord): unblock inbound queue after stuck run — Summary This adds a Discord-specific watchdog around queued inbound message runs so one stuck run cannot indefinitely block later messages for the same Discord session key. The watchdog now mirrors...
- fix(boot): wrap BOOT.md in internal-runtime-context, strip from message-tool args (#53732) — Summary - Problem: When a primary model fails and a fallback model takes over a boot run, the fallback can echo BOOT.md startup instructions to the user through final replies or through the message...
- refactor: move terminal core into package — Summary - Move shared terminal helpers from src/terminal into the new private workspace package @openclaw/terminal-core. - Update root/plugin imports, package-boundary paths, tsdown/build inputs,...
- fix(doctor): auto-repair stale session snapshot paths on --fix — Summary Add shouldRepair support to noteSessionSnapshotHealth() so that openclaw doctor --fix can rewrite stale session snapshot paths in sessions.json instead of only reporting them as warnings....
- fix(agents): normalize sessions_send message aliases — Summary - Allow sessions_send / send_to_task to accept model-generated body aliases: SendMessage, content, and text. - Normalize the first non-empty alias into the canonical message field before...
- feat(browser): extend --labels overlay to full-page and element captures — Bring extensions/browser '--labels' screenshot to its full intended scope: full-page captures, element/ref captures, and a per-ref bounding-box metadata array. - '--labels --full-page' now actually...
- Bug: ControlUI session dropdown click shows flash but does not switch session (v2026.5.27) — This is a re-submission of #87997 which was closed by bots, but the issue persists on v2026.5.27. Describe the bug In ControlUI WebChat, the session dropdown (class="chat-controls__session-trigger",...
- [Bug]: openclaw plugins update --all downgrades manually-updated npm plugins to their originally-recorded install version — Description openclaw plugins update --all uses the internally-recorded install version from the plugin index instead of fetching the latest from npm. This actively downgrades plugins that have been...
- fix(gateway): strip spurious tool call blocks when provider signals stop — Summary Strip spurious tool call content blocks from OpenAI-compatible completions streaming responses when the provider signals finish_reason: "stop" (not "tool_calls"). Problem When an...
- fix(models-config): allow self-hosted providers without apiKey in models.json (#88267) — PR Description Summary Fix regression where Ollama models configured in models.providers.ollama.models are silently dropped from models.json after restart, causing "Model is not allowed" errors. The...
- feat(ui): add KaTeX math rendering support — Summary Add KaTeX-based mathematical formula rendering to OpenClaw chat interface. When ui.mathRendering is set to "katex", LaTeX math expressions (both inline $...$ and display $$...$$) are rendered...
- fix(slack): keep DM thread turns out of active steering — Summary - Preserve OpenClaw's stable Slack DM SessionKey contract for top-level DMs and ordinary DM thread replies. - Track routed Slack thread ids on active reply operations, including...
- [codex] fix ControlUI session picker switching — Fixes #87984. Summary - Wire the Chat page header session picker to the existing switchChatSession handler. - Add an app-render regression test that opens the header picker, selects another session,...
- fix(cron): retire MCP runtimes on isolated cron timeout and dispose — Summary - Isolated cron runs create a fresh session and MCP runtime per execution. When runs time out, the cleanup path removes the run from the active registry but does not retire the associated MCP...
- feat:Add Xiaomi Token Plan provider support — Summary - add first-class xiaomi-token-plan support to the bundled Xiaomi provider plugin - add regional Token Plan onboarding/auth choices (China/Europe/Singapore), static v2.5 catalog entries, and...
- AI-assisted: Emit hooks for Codex native subagents — Summary Codex native subagents were already mirrored into OpenClaw task state, but they did not emit the normal plugin lifecycle hooks that OpenClaw-managed subagents emit. That meant plugins...
- fix(models): prefer exact configured provider refs before aliases — Summary What problem does this PR solve? - Fixes model default resolution when agents.defaults.models contains an alias whose value is the same fully qualified custom provider ref used as...
- Persist subagent registry in SQLite — Summary - Replaces the subagent registry JSON persistence path with the shared OpenClaw SQLite state database. - Uses the existing generated Kysely schema for subagent_runs reads, upserts, and...
- feat(sessions): add opt-in periodic requester notices for running subagents — Problem Long-running subagent tasks can spend several minutes in model reasoning or tool execution. Today, parent/main sessions can receive completion events and can inspect task/subagent status...
- fix(export-html): guard msg.content and result.content filter/iteration paths against non-array values — Closes #88255 Summary Four call sites in src/auto-reply/reply/export-html/template.js called .filter() or iterated with for...of directly on msg.content or result.content without first checking...
- fix(discord): fall back when voice adapter is unavailable — Summary - Problem: Discord cron announce deliveries can fail with discordVoice outbound adapter is unavailable when automatic TTS marks a text payload as voice audio. - Solution: keep the Discord...
- feat(agents): add strict local model lean profile — Summary - Add localModelLeanProfile: "basic" | "strict" under agent experimental config. - Preserve existing localModelLean: true behavior as the default basic profile. - Put the broader local-model...
- fix(feishu): stream plain replies as cards — Summary - Treat Feishu streaming: true as the documented streaming-card delivery path for plain final text in renderMode: "auto", instead of falling through to normal text messages. - Start the...
- fix(cli): retry logs.tail after journal fallback in logs follow — Summary Fixes openclaw logs --follow getting stuck on Linux systemd journal fallback after a transient local Gateway RPC outage or Gateway restart. When implicit local logs.tail fails in follow mode,...
- [Bug]: OpenClaw on native Windows getting notably slower and slower with each new version??? — Bug type Regression (worked before, now fails) Beta release blocker No Summary After upgrades through v2026.4.24 up to the most recent version, I've had error with openclaw like "...on windows...
- OpenClaw repo stats for 2026-05-30 — 375562 stars, 78394 forks, 2415 contributors
- OpenClaw sponsors (117 total) — 117 sponsors supporting OpenClaw
- feat: add NVIDIA as official publisher (#2445)
- fix(auth): avoid false sign-in failure on redirect (#2443)
- fix: repair pending vt skill versions (#2442)
- feat: add VT pending repair command (#2441)
- feat: add ban appeals service endpoints (#2408) — Co-authored-by: Patrick Erichsen
- fix: surface organization creation errors (#2440)
- fix: route diffs language pack slug
- fix(cli): report unknown root commands (#2433)
- fix(packages): store npm pack entries sequentially
- fix(auth): let admins publish without github age lookup
- fix(packages): allow large npm pack entries over HTTP
- fix(packages): allow large files inside npm pack artifacts
- fix: preserve Codex diagnostic messages (#2429) — fix: remove global ClawScan claim ceiling fix: preserve codex diagnostic messages
- update hero
- update contributing guide
- Update install instructions
- ykarout/Qwen3.5-9b-Opus-Openclaw-Distilled-GGUF — text-generation
- mradermacher/Qwen3.5-9b-Opus-Openclaw-Distilled-i1-GGUF — text-generation
- OpenClaw on DigitalOcean — Deploy your own personal AI assistant with OpenClaw on a DigitalOcean Droplet® server, a powerful open-source platform that runs entirely on your infrastructure. OpenClaw connects to the messaging...
- OpenClaw isn't fooling me. I remember MS-DOS
- Show HN: DenchClaw – Local CRM on Top of OpenClaw
- Your AI coding agent forgets everything outside the chat. I built OpenContext to fix that. — Every morning, I found myself onboarding a new AI agent. Not a new human teammate. A new Claude Code...
- What Happens When AI Agents Can Access Payment Infrastructure? Exploring OpenClaw + Afriex MCP — For years, we've built APIs for developers. Every payment gateway, banking platform, fintech API,...
- Containers & Agents with Docker & OpenClaw — You have a fundamental problem in software: your code works on your machine, but breaks on someone...
- 5 Ways My Personal AI Agent Surprised Me After 3 Months of Daily Use — I've been working with AI agents daily for the past few months – building them, testing them, using...
- Connect OpenClaw to VoltageGPU TDX in 2 Minutes (With Config) — Quick Answer: OpenClaw has 367k GitHub stars but most users abandon at install. Node v22, nvm,...
- Stop Editing JSON by Hand — How ClawMaster helps you set up OpenClaw, manage Skills, and use PowerMem — without living in config...
- OpenClaw:從安全基礎到多 Agent 自動化工作流 — 最近我開始研究如何把 OpenClaw 部署在一台獨立的 VPS...
- OpenClaw: The Open-Source AI Automation Framework You Need to Know — 🌍 Why OpenClaw is Used OpenClaw isn’t just another chatbot framework — it’s built for real-world automation. Here’s why developers…Continue reading on AWS...
- Your AI coding agent forgets everything outside the chat. I built OpenContext to fix that. — Every morning, I found myself onboarding a new AI agent.Continue reading on Medium »
- Deploying a Hermes Agent with Grafilab — Hermes Agent — An open-source agent that grows with you, learns your projects, builds its own skills, and reaches you wherever you are. In…Continue reading on Medium »
- Building an XDR-Style Security Bot in OpenClaw to Watch Your Logs 24/7 — Security vendors will sell you an XDR platform that costs more than your car and still misses the weird stuff because it was trained on…Continue reading on Towards AI »
- RT @Abdulaziz_Hmadi: أحد أفضل وكلاء الذكاء الاصطناعي، الشهير OpenClaw تنزله على جهازك وتربطه بأدوات الذكاء الاصطناعي مثل
- @0Drayne @openclaw @NousResearch Check if any scheduled task or startup script is spawning cmd, a stray cron entry can d
- Instead of watching a 2 hour movie on Netflix, watch this masterclass on OpenClaw Course and thank me later. https://t.c
- One dashboard for all your local Al coding agents Switch providers, manage sessions, and orchestrate tasks across Codex
- @shannholmberg @Teknium Thats exactly how i built my 6-hermes agent team. After i learned the hardway with openclaw
- あ、ラズパイサーバー死んだっぽい・・・ ワイのOpenClawくん・・・ — あ、ラズパイサーバー死んだっぽい・・・ ワイのOpenClawくん・・・
- RT @openclaw: OpenClaw’s latest sweep: cold agent turns 2.9x faster, warm turns 2.5x faster, tarball 59% smaller, deps d
- @QuantumTransf 类似session search 的tool或者skill,hermes就是靠这个来区别于openclaw的,应该再过几天a/就会抄过去了
- RT @ns123abc: 🚨 META’s head of AI safety and alignment gets her emails nuked by OpenClaw >be direct
- RT @tom_doerr: Manages Codex, Claude Code, and OpenClaw sessions locally https://t.co/390kTF8X0a https://t.co/gBqLJf3Mc
- RT @garrytan: Have to report: Opus 4.8 is fucking awesome with OpenClaw It's much more clear about its fixes, what it's
- Are general purpose agents like openclaw just overhyped and bound to fizzle out, or do you think they’ll actually achiev
- RT @makofy_official: Your AI worker shouldn't cost more than your coffee. OpenClaw on Makofy → $6.99/month per worker. F
- RT @Abdulaziz_Hmadi: أحد أفضل وكلاء الذكاء الاصطناعي، الشهير OpenClaw تنزله على جهازك وتربطه بأدوات الذكاء الاصطناعي مثل
- Codex恩赦の週次レートリミット前倒し解除があったので、自作ジョブスケジューラ開発は一旦停止します。 レートリミット駆動開発→RMDDだ。 OpenClawのjobs.json の通知周りの仕様や、Claude CodeからOpenCla
- @TheTanjiro69426 @steipete @openclaw Reverse it
- RT @BradGroux: @jasonbisson @vincent_koc OpenClaw folks will be at the Open Source Zone on the conference floor, @steipe
- I’ve been spending way too much time testing AI Agents like OpenClaw and Hermes, and honestly it started feeling more co
- RT @Abdulaziz_Hmadi: أحد أفضل وكلاء الذكاء الاصطناعي، الشهير OpenClaw تنزله على جهازك وتربطه بأدوات الذكاء الاصطناعي مثل
- RT @yutakashino: (´-`).。oO( さっきFBの中高年バイバーたちを観測したけど,Claudeのトークン高額化でVSCodeベースで作っていたAIエディタでは商売ができないことがようやくわかったようだ.うーん….それでピ — RT @yutakashino: (´-).。oO( さっきFBの中高年バイバーたちを観測したけど,Claudeのトークン高額化でVSCodeベースで作っていたAIエディタでは商売ができないことがようやくわかったようだ.うーん….それでピボットしてOpenClawでエージェン…
Trending on X
- RT @Abdulaziz_Hmadi: أحد أفضل وكلاء الذكاء الاصطناعي، الشهير OpenClaw تنزله على جهازك وتربطه بأدوات الذكاء الاصطناعي مثل
- @0Drayne @openclaw @NousResearch Check if any scheduled task or startup script is spawning cmd, a stray cron entry can d
- Instead of watching a 2 hour movie on Netflix, watch this masterclass on OpenClaw Course and thank me later. https://t.c
- One dashboard for all your local Al coding agents Switch providers, manage sessions, and orchestrate tasks across Codex
- @shannholmberg @Teknium Thats exactly how i built my 6-hermes agent team. After i learned the hardway with openclaw
- あ、ラズパイサーバー死んだっぽい・・・ ワイのOpenClawくん・・・ — あ、ラズパイサーバー死んだっぽい・・・ ワイのOpenClawくん・・・
- RT @openclaw: OpenClaw’s latest sweep: cold agent turns 2.9x faster, warm turns 2.5x faster, tarball 59% smaller, deps d
- @QuantumTransf 类似session search 的tool或者skill,hermes就是靠这个来区别于openclaw的,应该再过几天a/就会抄过去了
- RT @ns123abc: 🚨 META’s head of AI safety and alignment gets her emails nuked by OpenClaw >be direct
- RT @tom_doerr: Manages Codex, Claude Code, and OpenClaw sessions locally https://t.co/390kTF8X0a https://t.co/gBqLJf3Mc
- RT @garrytan: Have to report: Opus 4.8 is fucking awesome with OpenClaw It's much more clear about its fixes, what it's
- Are general purpose agents like openclaw just overhyped and bound to fizzle out, or do you think they’ll actually achiev
- RT @makofy_official: Your AI worker shouldn't cost more than your coffee. OpenClaw on Makofy → $6.99/month per worker. F
- RT @Abdulaziz_Hmadi: أحد أفضل وكلاء الذكاء الاصطناعي، الشهير OpenClaw تنزله على جهازك وتربطه بأدوات الذكاء الاصطناعي مثل
- Codex恩赦の週次レートリミット前倒し解除があったので、自作ジョブスケジューラ開発は一旦停止します。 レートリミット駆動開発→RMDDだ。 OpenClawのjobs.json の通知周りの仕様や、Claude CodeからOpenCla
- @TheTanjiro69426 @steipete @openclaw Reverse it
- RT @BradGroux: @jasonbisson @vincent_koc OpenClaw folks will be at the Open Source Zone on the conference floor, @steipe
- I’ve been spending way too much time testing AI Agents like OpenClaw and Hermes, and honestly it started feeling more co
- RT @Abdulaziz_Hmadi: أحد أفضل وكلاء الذكاء الاصطناعي، الشهير OpenClaw تنزله على جهازك وتربطه بأدوات الذكاء الاصطناعي مثل
- RT @yutakashino: (´-`).。oO( さっきFBの中高年バイバーたちを観測したけど,Claudeのトークン高額化でVSCodeベースで作っていたAIエディタでは商売ができないことがようやくわかったようだ.うーん….それでピ — RT @yutakashino: (´-).。oO( さっきFBの中高年バイバーたちを観測したけど,Claudeのトークン高額化でVSCodeベースで作っていたAIエディタでは商売ができないことがようやくわかったようだ.うーん….それでピボットしてOpenClawでエージェン…
Releases
- openclaw 2026.5.28-beta.4 — Highlights - Agent and Codex runtime recovery is steadier: subagents keep cwd/workspace separation, hook context stays prompt-local, session locks release on timeout abort, stale restart...
- openclaw 2026.5.28-beta.3 — Highlights - Agent and Codex runtime recovery is steadier: subagents keep cwd/workspace separation, hook context stays prompt-local, session locks release on timeout abort, stale restart...
- openclaw 2026.5.28-beta.2 — 2026.5.28 Highlights - Agent and Codex runtime recovery is steadier: subagents keep cwd/workspace separation, hook context stays prompt-local, session locks release on timeout abort, stale restart...
- OpenClaw repo stats for 2026-05-30 — 375562 stars, 78394 forks, 2415 contributors
Community
- Guard media store error cause traversal — Summary - replace recursive media store error cause traversal with an iterative bounded walk - guard against cyclic Error.cause chains and throwing cause getters - add media store regression coverage...
- docs: add inline code comments — Summary - Adds a broad inline-comment checkpoint across TS/TSX files so each file has a header describing its purpose. - Adds JSDoc-style inline docs for exported APIs in core/UI/package surfaces and...
- test(agents): include Ollama in small live model matrix — Summary - Add ollama/gemma3:4b to the curated small live model matrix. - Hydrate Ollama live-provider settings from OPENCLAW_LIVE_OLLAMA_BASE_URL, existing config, or the local default endpoint. -...
- fix(discord): unblock inbound queue after stuck run — Summary This adds a Discord-specific watchdog around queued inbound message runs so one stuck run cannot indefinitely block later messages for the same Discord session key. The watchdog now mirrors...
- fix(boot): wrap BOOT.md in internal-runtime-context, strip from message-tool args (#53732) — Summary - Problem: When a primary model fails and a fallback model takes over a boot run, the fallback can echo BOOT.md startup instructions to the user through final replies or through the message...
- refactor: move terminal core into package — Summary - Move shared terminal helpers from src/terminal into the new private workspace package @openclaw/terminal-core. - Update root/plugin imports, package-boundary paths, tsdown/build inputs,...
- fix(doctor): auto-repair stale session snapshot paths on --fix — Summary Add shouldRepair support to noteSessionSnapshotHealth() so that openclaw doctor --fix can rewrite stale session snapshot paths in sessions.json instead of only reporting them as warnings....
- fix(agents): normalize sessions_send message aliases — Summary - Allow sessions_send / send_to_task to accept model-generated body aliases: SendMessage, content, and text. - Normalize the first non-empty alias into the canonical message field before...
- feat(browser): extend --labels overlay to full-page and element captures — Bring extensions/browser '--labels' screenshot to its full intended scope: full-page captures, element/ref captures, and a per-ref bounding-box metadata array. - '--labels --full-page' now actually...
- Bug: ControlUI session dropdown click shows flash but does not switch session (v2026.5.27) — This is a re-submission of #87997 which was closed by bots, but the issue persists on v2026.5.27. Describe the bug In ControlUI WebChat, the session dropdown (class="chat-controls__session-trigger",...
- [Bug]: openclaw plugins update --all downgrades manually-updated npm plugins to their originally-recorded install version — Description openclaw plugins update --all uses the internally-recorded install version from the plugin index instead of fetching the latest from npm. This actively downgrades plugins that have been...
- fix(gateway): strip spurious tool call blocks when provider signals stop — Summary Strip spurious tool call content blocks from OpenAI-compatible completions streaming responses when the provider signals finish_reason: "stop" (not "tool_calls"). Problem When an...
- fix(models-config): allow self-hosted providers without apiKey in models.json (#88267) — PR Description Summary Fix regression where Ollama models configured in models.providers.ollama.models are silently dropped from models.json after restart, causing "Model is not allowed" errors. The...
- feat(ui): add KaTeX math rendering support — Summary Add KaTeX-based mathematical formula rendering to OpenClaw chat interface. When ui.mathRendering is set to "katex", LaTeX math expressions (both inline $...$ and display $$...$$) are rendered...
- fix(slack): keep DM thread turns out of active steering — Summary - Preserve OpenClaw's stable Slack DM SessionKey contract for top-level DMs and ordinary DM thread replies. - Track routed Slack thread ids on active reply operations, including...
- [codex] fix ControlUI session picker switching — Fixes #87984. Summary - Wire the Chat page header session picker to the existing switchChatSession handler. - Add an app-render regression test that opens the header picker, selects another session,...
- fix(cron): retire MCP runtimes on isolated cron timeout and dispose — Summary - Isolated cron runs create a fresh session and MCP runtime per execution. When runs time out, the cleanup path removes the run from the active registry but does not retire the associated MCP...
- feat:Add Xiaomi Token Plan provider support — Summary - add first-class xiaomi-token-plan support to the bundled Xiaomi provider plugin - add regional Token Plan onboarding/auth choices (China/Europe/Singapore), static v2.5 catalog entries, and...
- AI-assisted: Emit hooks for Codex native subagents — Summary Codex native subagents were already mirrored into OpenClaw task state, but they did not emit the normal plugin lifecycle hooks that OpenClaw-managed subagents emit. That meant plugins...
- fix(models): prefer exact configured provider refs before aliases — Summary What problem does this PR solve? - Fixes model default resolution when agents.defaults.models contains an alias whose value is the same fully qualified custom provider ref used as...
- Persist subagent registry in SQLite — Summary - Replaces the subagent registry JSON persistence path with the shared OpenClaw SQLite state database. - Uses the existing generated Kysely schema for subagent_runs reads, upserts, and...
- feat(sessions): add opt-in periodic requester notices for running subagents — Problem Long-running subagent tasks can spend several minutes in model reasoning or tool execution. Today, parent/main sessions can receive completion events and can inspect task/subagent status...
- fix(export-html): guard msg.content and result.content filter/iteration paths against non-array values — Closes #88255 Summary Four call sites in src/auto-reply/reply/export-html/template.js called .filter() or iterated with for...of directly on msg.content or result.content without first checking...
- fix(discord): fall back when voice adapter is unavailable — Summary - Problem: Discord cron announce deliveries can fail with discordVoice outbound adapter is unavailable when automatic TTS marks a text payload as voice audio. - Solution: keep the Discord...
- feat(agents): add strict local model lean profile — Summary - Add localModelLeanProfile: "basic" | "strict" under agent experimental config. - Preserve existing localModelLean: true behavior as the default basic profile. - Put the broader local-model...
- fix(feishu): stream plain replies as cards — Summary - Treat Feishu streaming: true as the documented streaming-card delivery path for plain final text in renderMode: "auto", instead of falling through to normal text messages. - Start the...
- fix(cli): retry logs.tail after journal fallback in logs follow — Summary Fixes openclaw logs --follow getting stuck on Linux systemd journal fallback after a transient local Gateway RPC outage or Gateway restart. When implicit local logs.tail fails in follow mode,...
- [Bug]: OpenClaw on native Windows getting notably slower and slower with each new version??? — Bug type Regression (worked before, now fails) Beta release blocker No Summary After upgrades through v2026.4.24 up to the most recent version, I've had error with openclaw like "...on windows...
- OpenClaw sponsors (117 total) — 117 sponsors supporting OpenClaw
- feat: add NVIDIA as official publisher (#2445)
- fix(auth): avoid false sign-in failure on redirect (#2443)
- fix: repair pending vt skill versions (#2442)
- feat: add VT pending repair command (#2441)
- feat: add ban appeals service endpoints (#2408) — Co-authored-by: Patrick Erichsen
- fix: surface organization creation errors (#2440)
- fix: route diffs language pack slug
- fix(cli): report unknown root commands (#2433)
- fix(packages): store npm pack entries sequentially
- fix(auth): let admins publish without github age lookup
- fix(packages): allow large npm pack entries over HTTP
- fix(packages): allow large files inside npm pack artifacts
- fix: preserve Codex diagnostic messages (#2429) — fix: remove global ClawScan claim ceiling fix: preserve codex diagnostic messages
- update hero
- update contributing guide
- Update install instructions
News
- ykarout/Qwen3.5-9b-Opus-Openclaw-Distilled-GGUF — text-generation
- mradermacher/Qwen3.5-9b-Opus-Openclaw-Distilled-i1-GGUF — text-generation
- OpenClaw on DigitalOcean — Deploy your own personal AI assistant with OpenClaw on a DigitalOcean Droplet® server, a powerful open-source platform that runs entirely on your infrastructure. OpenClaw connects to the messaging...
- OpenClaw isn't fooling me. I remember MS-DOS
- Show HN: DenchClaw – Local CRM on Top of OpenClaw
- Your AI coding agent forgets everything outside the chat. I built OpenContext to fix that. — Every morning, I found myself onboarding a new AI agent. Not a new human teammate. A new Claude Code...
- What Happens When AI Agents Can Access Payment Infrastructure? Exploring OpenClaw + Afriex MCP — For years, we've built APIs for developers. Every payment gateway, banking platform, fintech API,...
- Containers & Agents with Docker & OpenClaw — You have a fundamental problem in software: your code works on your machine, but breaks on someone...
- 5 Ways My Personal AI Agent Surprised Me After 3 Months of Daily Use — I've been working with AI agents daily for the past few months – building them, testing them, using...
- Connect OpenClaw to VoltageGPU TDX in 2 Minutes (With Config) — Quick Answer: OpenClaw has 367k GitHub stars but most users abandon at install. Node v22, nvm,...
- Stop Editing JSON by Hand — How ClawMaster helps you set up OpenClaw, manage Skills, and use PowerMem — without living in config...
- OpenClaw:從安全基礎到多 Agent 自動化工作流 — 最近我開始研究如何把 OpenClaw 部署在一台獨立的 VPS...
- OpenClaw: The Open-Source AI Automation Framework You Need to Know — 🌍 Why OpenClaw is Used OpenClaw isn’t just another chatbot framework — it’s built for real-world automation. Here’s why developers…Continue reading on AWS...
- Your AI coding agent forgets everything outside the chat. I built OpenContext to fix that. — Every morning, I found myself onboarding a new AI agent.Continue reading on Medium »
- Deploying a Hermes Agent with Grafilab — Hermes Agent — An open-source agent that grows with you, learns your projects, builds its own skills, and reaches you wherever you are. In…Continue reading on Medium »
- Building an XDR-Style Security Bot in OpenClaw to Watch Your Logs 24/7 — Security vendors will sell you an XDR platform that costs more than your car and still misses the weird stuff because it was trained on…Continue reading on Towards AI »
Don't miss what's next. Subscribe to Openclaw Newsletter: