OpenClaw Newsletter - 2026-06-21
OpenClaw Newsletter
Sunday, June 21, 2026Top Stories
- openclaw 2026.6.10-beta.1 — Highlights - More reliable agent turns and session state: OpenClaw now preserves pending subagent completion announcements, keeps chat history transcripts non-empty, maintains media index alignment,...
- openclaw 2026.6.9 — 2026.6.9 Highlights - Richer Telegram delivery: Telegram now sends rich HTML, preserves rich markdown and sticker paths, renders progress drafts and command output more faithfully, normalizes HTML...
- Telegram: allow native channel commands in explicitly allowed chats — Summary Describe the problem and fix in 2–5 bullets: - Problem: Telegram channel_post updates could carry regular text, but native slash commands such as /status were not authorized correctly in...
- fix(gateway): cancel deferred channel reload when restart becomes pending — Summary - Behavior addressed: When a config change triggers a channel hot-reload while a SIGUSR1-driven in-process gateway restart is in progress (or becomes pending during the channel-reload...
- Surface Codex final answer candidates in activity — Summary - Emit Codex app-server phase: "final_answer" answer-candidate activity records with candidate, superseded, and selected states. - Route those stream: "item" / kind: "answer_candidate"...
- fix #95489: [Bug]: claude-cli out-of-credits error bypasses model fallback chain — error text delivered as final response — Summary - Problem: claude-cli can return the generic external-runner failure copy when the underlying Claude Code account is out of credits, but that copy was treated as successful visible output. -...
- fix(ui): render persisted history text blocks — Summary - Problem: Opening a previous Control UI chat from History could show assistant replies while the user's own persisted messages were blank or effectively missing, leaving large empty-looking...
- feat(cli): add --message-file to openclaw agent — Summary - openclaw agent currently requires inline --message, which makes long prompts, Markdown/code blocks, JSON, and Windows PowerShell multiline content awkward or fragile to pass through shell...
- feat: configure metadata (contextWindow, maxTokens, etc.) for custom provider setup — Summary Describe the problem and fix in 2-5 bullets: - Problem: openclaw configure --section model sets up providers and auth but never prompts for model metadata (contextWindow, maxTokens,...
- [Feature]: Telegram sendRichMessage support — tables, inline media, math formulas, 32k char limit — Summary Telegram Bot API (released June 2026) introduced a new sendRichMessage method that enables significantly richer content compared to the existing sendMessage + parse_mode: "HTML" approach....
- fix(active-memory): exclude dreaming-narrative session keys from interactive eligibility gate — Root Cause Active-memory's isEligibleInteractiveSession accepted dreaming-narrative cron session keys because they share trigger="user" with real conversational sessions. Each false-accepted...
- fix(scripts): type windows taskkill helper — Summary - Add a colocated declaration file for scripts/lib/windows-taskkill.mjs. - Let TypeScript resolve resolveWindowsTaskkillPath from TS scripts such as scripts/control-ui-i18n.ts. Linked context...
- Fix Azure Responses model alias routing — Summary - Fix classification: Root-cause fix for embedded-agent provider routing and model alias owner selection. - Root cause: The resolver made the azure-openai-responses canonicalization decision...
- fix(media): suppress local whisper progress transcripts — What CLI audio transcription now treats deterministic transcript-file outputs as authoritative instead of falling back to progress/status stdout. This covers: - whisper-cli with -otxt / --output-txt...
- fix(imessage): recognize MiniMax mm: reasoning tags in reflection guard (completes #93767) — What Problem This Solves The iMessage reflection guard (extensions/imessage/src/monitor/reflection-guard.ts) failed to recognize MiniMax mm:-namespaced reasoning tags (, , ). Its THINKING_TAG_RE only...
- fix(matrix): deliver reasoning replies as m.notice instead of suppressing — Summary - Problem: Matrix channel suppresses all reasoning payloads (isReasoning: true and thinking-tag-only text), so /reasoning on has no effect. The web dashboard correctly shows thinking blocks,...
- fix(agents): hydrate truncated session replies — Summary This PR keeps session-delivered replies from treating a shortened chat.history preview as the complete assistant reply. - Uses the existing chat.message.get path to hydrate a full assistant...
- feat(telegram): unify progress fallback with assistant preview lane — What Problem This Solves Fixes #95004. Telegram progress streaming currently has two related gaps: - default Telegram progress streaming can appear stuck when upstream answer activity exists but no...
- fix(ci): filter ClawSweeper comment dispatches before token minting — Summary Pre-filter issue comments before minting the target ClawSweeper App token or dispatching comment work. Ordinary comments still reach the generic activity path, but only comments containing a...
- fix(gateway): surface cross-agent subagent sessions via allAgents flag (#95295) — Fixes #95295. What Problem This Solves Fixes an issue where users viewing the Control UI Sessions page or Recent Sessions sidebar for one agent could not see child sessions that were spawned from...
- fix(cli): sync official plugins during update --all — Summary - Pass the existing official-plugin sync flag when openclaw plugins update --all invokes the npm plugin updater. - Carry the configured update.channel into that bulk official-sync path so...
- doctor(config): auto-prune removed google-antigravity-auth entries — Summary Describe the problem and fix in 2–5 bullets: - Problem: users can keep stale plugins.entries["google-antigravity-auth"] config after the plugin was removed, which keeps emitting warnings...
- feat(status): show session costs — Summary - Use cumulative transcript-backed session cost for /status when usage.cost.total entries are available, so the status card shows session cost instead of a per-run snapshot. - Add a...
- fix(agents): classify generic external runner failure text as fallback-worthy — Summary When claude-cli is the primary model and the underlying Claude Code subscription runs out of credits, the CLI's generic error text (GENERIC_EXTERNAL_RUN_FAILURE_TEXT) is wrapped as a normal...
- fix(telegram): materialize streaming progress placeholders — What Problem This Solves Fixes #95004. Telegram preview streaming had two source-proven silent paths that made Telegram feel stuck even while upstream/Web draft state existed: - short first previews...
- [Bug] v2026.6.9 QQBot: long markdown reply is split into N independent bubbles (one per chunk), not a single message — Bug type Regression (worked before, now fails) Summary QQBot plugin in v2026.6.9 splits a single long markdown reply into N independent QQ messages (one bubble per chunk) instead of either sending it...
- Fix/hooks agent accountid normalization — Summary Describe the problem and fix in 2–5 bullets: - Problem: POST /hooks/agent silently drops accountId from incoming payloads because HookAgentPayload lacks the field, normalizeAgentPayload()...
- test(telegram): add regression test for forum topic message_thread_id with streamed reasoning — Root Cause After thorough code tracing of all delivery paths in the current main branch (draft streams, deliverInboundReplyWithMessageSendContext, deliverReplies, emitPreviewFinalizedHook),...
- feat(tts): strip emoji characters before speech synthesis (fixes #95478) — What Problem This Solves TTS providers read emoji characters aloud (e.g. 🌸 becomes "cherry blossom", 🎉 becomes "party popper"), producing awkward speech output. The tts-local-cli and discord...
- fix(llm): strip trailing spaces from JSON keys in tool-call parsing (fixes #95407) — What Problem This Solves When using local models via llama.cpp (e.g. qwen35b), the cron tool's add action fails with schema validation errors because specific top-level keys in the job parameter...
- fix(agents): classify upstream_error errorType as server_error for model fallback (fixes #95519) (AI-assisted) — What Problem This Solves When the primary provider returns an error with type: "upstream_error" (e.g. OpenAI-compatible providers wrapping transient backend failures), the configured fallback chain...
- OpenClaw repo stats for 2026-06-21 — 379737 stars, 79489 forks, 2619 contributors
- OpenClaw sponsors (108 total) — 108 sponsors supporting OpenClaw
- feat: backfill plugin manifest summaries — Adds a production-safe backfill for latest active plugin package releases so existing plugin pages can render typed manifest capability tabs without republishing.
- feat: add skill install backfill migration — Adds the aggregate skill install backfill migration, tests, and operator proof.
- openclaw v2026.6.9 on npm — Multi-channel AI gateway with extensible messaging integrations
- Iter435/Qwen3.5-4B-Claude-4.6-Opus-Reasoning-openclaw
- 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 privilege escalation vulnerability
- You are not supposed to install OpenClaw on your personal computer
- I Trained My OpenClaw to Dream. Here's What It Learned Overnight. — Every night at 07:05 UTC, my OpenClaw instance does something I never planned: it dreams. Not...
- DevFortress Deep Digest 2: The Month It Got Names — OpenClaw. Moltbook. CVE-2026-25253. January 24 – February 23, 2026 1.5...
- Telegram Integration - 0$ Personal Agentic AI Assistant - Part 5 — Introduction Part 5 of the Zero Dollar AI Assistant series - Your Personal AI Assistant...
- My OpenClaw agent started writing nonsense and the real fix was a kill switch, not a better prompt — If your OpenClaw agent starts producing gibberish and /abort stops working, the fix is not a better prompt. The fix is architecture: disposable git
- The Rise of Operational AI: What Open claw and MCP Signal for Digital Transformation Leaders — The next phase of enterprise AI will not be defined by systems that merely answer questions, but by systems that can participate in work.Continue reading on Medium »
- The journey to a healthcare AI personal assistant — Being unexpectedly immersed in the challenge of supporting a family member with a rare neurodegenerative condition is deeply distressing…Continue reading on Medium »
- Kimi — AI assistant supports complex math, coding, image understanding, and reasoning with up to 128k token processing, short and long chain-of-thought tasks, visual and text input, accurate benchmarks,...
- Maid (AI) — Maid is a cross-platform Flutter app for interfacing with GGUF / llama.cpp models locally, and with Ollama and OpenAI models remotely.
- ChatSonic — Combining Google's knowledge graph, ChatSonic delivers real-time data, voice interaction, AI-produced visual content, personalized avatars, and API for services. It revisits past dialogs for informed...
- Boss wants us to add more AI to our workflow
- RT @OpenAcademyAI: 🦀 OpenClaw 101 — free Duolingo-style course - 8 short lessons, theory + practice - 15 minutes and
- RT @openclaw: OpenClaw v2026.6.9 is out, with a focus on paper cuts! 💬 Richer Telegram delivery 👏 Steadier agent recove
- @openclaw finally a release that fixes actual paper cuts instead of hyping future features glad to see codex integration
- RT @0xClodex: OpenClaw creator: "I have 2,000+ open PRs and I don't really read the code. I ask the model one thing - d — RT @0xClodex: OpenClaw creator: "I have 2,000+ open PRs and I don't really read the code. I ask the model one thing - do you understand th…
- RT @amandaorson: Moved away from Openclaw and am using @NousResearch's Hermes prodigiously now. Practical use cases: 1
- RT @everestchris6: this OpenClaw bot catches luxury homes the day they sell with an empty backyard, renders a finished o
- RT @ai_explorer25: Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenber
- @fateh700 @openclaw @DjayPunks @fadzrulafzal @rebaisaber Yo fam, I see you grinding on Zealy. Keep those beats flowing a
- @_AI_DJ @openclaw @DjayPunks @fadzrulafzal @rebaisaber Please review my tasks in Zealy
- RT @_AI_DJ: @fateh700 @openclaw @DjayPunks @fadzrulafzal @rebaisaber Thanks for the love fam! Keep grinding and stay tun
- @jumperz Its going to be the "android" of the agentic world. @openclaw is deeply working to be the stable layer of the a
- @fateh700 @openclaw @DjayPunks @fadzrulafzal @rebaisaber Thanks for the love fam! Keep grinding and stay tuned. AI DJ su
- @_AI_DJ @openclaw Huge success 💪 Keep working end supporting @Djaypunks @fadzrulafzal @rebaisaber — @_AI_DJ @openclaw Huge success 💪 Keep working end supporting @Djaypunks @fadzrulafzal @rebaisaber
- RT @_AI_DJ: 🚨 YO DJs! 🎧 AI DJ AGENCY IS OFFICIALLY LIVE POWERED BY @openclaw 🚨 I’m opening the doors to DJs worldwide
- RT @everestchris6: this OpenClaw bot catches luxury homes the day they sell with an empty backyard, renders a finished o
- 𝗛𝗲𝗿𝗺𝗲𝘀 𝗔𝗴𝗲𝗻𝘁 𝗢𝗦 𝗿𝗲𝗽𝗹𝗮𝗰𝗲𝘀 𝟭𝟬 𝗯𝗿𝗼𝘄𝘀𝗲𝗿 𝘁𝗮𝗯𝘀 𝘄𝗶𝘁𝗵 𝗼𝗻𝗲 𝗱𝗮𝘀𝗵𝗯𝗼𝗮𝗿𝗱 𝘁𝗵𝗮𝘁 𝗿𝘂𝗻𝘀 𝘆𝗼𝘂𝗿 𝗯𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝘄𝗵𝗶𝗹𝗲 𝘆𝗼𝘂 𝘀𝗹𝗲𝗲𝗽. Most people use AI
- @heyNivesh @YashHustle_22 Hermes is a platform where you can create AI agents that do tasks for you, like openclaw, but
- RT @awonderingada: So it seems @Brimfable wants access to some sort of native AI building tool like we all have (claude
- RT @gp_pulipaka: Run a Local LLM with OpenClaw on Your Mac Mini! #BigData #Analytics #DataScience #AI #MachineLearning #
- RT @jeetergriffin: Interesting new token launched on @EasyA_Kickstart yesterday for their $10k OpenClaw hackathon @kaimo
Trending on X
- RT @OpenAcademyAI: 🦀 OpenClaw 101 — free Duolingo-style course - 8 short lessons, theory + practice - 15 minutes and
- RT @openclaw: OpenClaw v2026.6.9 is out, with a focus on paper cuts! 💬 Richer Telegram delivery 👏 Steadier agent recove
- @openclaw finally a release that fixes actual paper cuts instead of hyping future features glad to see codex integration
- RT @0xClodex: OpenClaw creator: "I have 2,000+ open PRs and I don't really read the code. I ask the model one thing - d — RT @0xClodex: OpenClaw creator: "I have 2,000+ open PRs and I don't really read the code. I ask the model one thing - do you understand th…
- RT @amandaorson: Moved away from Openclaw and am using @NousResearch's Hermes prodigiously now. Practical use cases: 1
- RT @everestchris6: this OpenClaw bot catches luxury homes the day they sell with an empty backyard, renders a finished o
- RT @ai_explorer25: Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenber
- @fateh700 @openclaw @DjayPunks @fadzrulafzal @rebaisaber Yo fam, I see you grinding on Zealy. Keep those beats flowing a
- @_AI_DJ @openclaw @DjayPunks @fadzrulafzal @rebaisaber Please review my tasks in Zealy
- RT @_AI_DJ: @fateh700 @openclaw @DjayPunks @fadzrulafzal @rebaisaber Thanks for the love fam! Keep grinding and stay tun
- @jumperz Its going to be the "android" of the agentic world. @openclaw is deeply working to be the stable layer of the a
- @fateh700 @openclaw @DjayPunks @fadzrulafzal @rebaisaber Thanks for the love fam! Keep grinding and stay tuned. AI DJ su
- @_AI_DJ @openclaw Huge success 💪 Keep working end supporting @Djaypunks @fadzrulafzal @rebaisaber — @_AI_DJ @openclaw Huge success 💪 Keep working end supporting @Djaypunks @fadzrulafzal @rebaisaber
- RT @_AI_DJ: 🚨 YO DJs! 🎧 AI DJ AGENCY IS OFFICIALLY LIVE POWERED BY @openclaw 🚨 I’m opening the doors to DJs worldwide
- RT @everestchris6: this OpenClaw bot catches luxury homes the day they sell with an empty backyard, renders a finished o
- 𝗛𝗲𝗿𝗺𝗲𝘀 𝗔𝗴𝗲𝗻𝘁 𝗢𝗦 𝗿𝗲𝗽𝗹𝗮𝗰𝗲𝘀 𝟭𝟬 𝗯𝗿𝗼𝘄𝘀𝗲𝗿 𝘁𝗮𝗯𝘀 𝘄𝗶𝘁𝗵 𝗼𝗻𝗲 𝗱𝗮𝘀𝗵𝗯𝗼𝗮𝗿𝗱 𝘁𝗵𝗮𝘁 𝗿𝘂𝗻𝘀 𝘆𝗼𝘂𝗿 𝗯𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝘄𝗵𝗶𝗹𝗲 𝘆𝗼𝘂 𝘀𝗹𝗲𝗲𝗽. Most people use AI
- @heyNivesh @YashHustle_22 Hermes is a platform where you can create AI agents that do tasks for you, like openclaw, but
- RT @awonderingada: So it seems @Brimfable wants access to some sort of native AI building tool like we all have (claude
- RT @gp_pulipaka: Run a Local LLM with OpenClaw on Your Mac Mini! #BigData #Analytics #DataScience #AI #MachineLearning #
- RT @jeetergriffin: Interesting new token launched on @EasyA_Kickstart yesterday for their $10k OpenClaw hackathon @kaimo
Releases
- openclaw 2026.6.10-beta.1 — Highlights - More reliable agent turns and session state: OpenClaw now preserves pending subagent completion announcements, keeps chat history transcripts non-empty, maintains media index alignment,...
- openclaw 2026.6.9 — 2026.6.9 Highlights - Richer Telegram delivery: Telegram now sends rich HTML, preserves rich markdown and sticker paths, renders progress drafts and command output more faithfully, normalizes HTML...
- OpenClaw repo stats for 2026-06-21 — 379737 stars, 79489 forks, 2619 contributors
- openclaw v2026.6.9 on npm — Multi-channel AI gateway with extensible messaging integrations
Community
- Telegram: allow native channel commands in explicitly allowed chats — Summary Describe the problem and fix in 2–5 bullets: - Problem: Telegram channel_post updates could carry regular text, but native slash commands such as /status were not authorized correctly in...
- fix(gateway): cancel deferred channel reload when restart becomes pending — Summary - Behavior addressed: When a config change triggers a channel hot-reload while a SIGUSR1-driven in-process gateway restart is in progress (or becomes pending during the channel-reload...
- Surface Codex final answer candidates in activity — Summary - Emit Codex app-server phase: "final_answer" answer-candidate activity records with candidate, superseded, and selected states. - Route those stream: "item" / kind: "answer_candidate"...
- fix #95489: [Bug]: claude-cli out-of-credits error bypasses model fallback chain — error text delivered as final response — Summary - Problem: claude-cli can return the generic external-runner failure copy when the underlying Claude Code account is out of credits, but that copy was treated as successful visible output. -...
- fix(ui): render persisted history text blocks — Summary - Problem: Opening a previous Control UI chat from History could show assistant replies while the user's own persisted messages were blank or effectively missing, leaving large empty-looking...
- feat(cli): add --message-file to openclaw agent — Summary - openclaw agent currently requires inline --message, which makes long prompts, Markdown/code blocks, JSON, and Windows PowerShell multiline content awkward or fragile to pass through shell...
- feat: configure metadata (contextWindow, maxTokens, etc.) for custom provider setup — Summary Describe the problem and fix in 2-5 bullets: - Problem: openclaw configure --section model sets up providers and auth but never prompts for model metadata (contextWindow, maxTokens,...
- [Feature]: Telegram sendRichMessage support — tables, inline media, math formulas, 32k char limit — Summary Telegram Bot API (released June 2026) introduced a new sendRichMessage method that enables significantly richer content compared to the existing sendMessage + parse_mode: "HTML" approach....
- fix(active-memory): exclude dreaming-narrative session keys from interactive eligibility gate — Root Cause Active-memory's isEligibleInteractiveSession accepted dreaming-narrative cron session keys because they share trigger="user" with real conversational sessions. Each false-accepted...
- fix(scripts): type windows taskkill helper — Summary - Add a colocated declaration file for scripts/lib/windows-taskkill.mjs. - Let TypeScript resolve resolveWindowsTaskkillPath from TS scripts such as scripts/control-ui-i18n.ts. Linked context...
- Fix Azure Responses model alias routing — Summary - Fix classification: Root-cause fix for embedded-agent provider routing and model alias owner selection. - Root cause: The resolver made the azure-openai-responses canonicalization decision...
- fix(media): suppress local whisper progress transcripts — What CLI audio transcription now treats deterministic transcript-file outputs as authoritative instead of falling back to progress/status stdout. This covers: - whisper-cli with -otxt / --output-txt...
- fix(imessage): recognize MiniMax mm: reasoning tags in reflection guard (completes #93767) — What Problem This Solves The iMessage reflection guard (extensions/imessage/src/monitor/reflection-guard.ts) failed to recognize MiniMax mm:-namespaced reasoning tags (, , ). Its THINKING_TAG_RE only...
- fix(matrix): deliver reasoning replies as m.notice instead of suppressing — Summary - Problem: Matrix channel suppresses all reasoning payloads (isReasoning: true and thinking-tag-only text), so /reasoning on has no effect. The web dashboard correctly shows thinking blocks,...
- fix(agents): hydrate truncated session replies — Summary This PR keeps session-delivered replies from treating a shortened chat.history preview as the complete assistant reply. - Uses the existing chat.message.get path to hydrate a full assistant...
- feat(telegram): unify progress fallback with assistant preview lane — What Problem This Solves Fixes #95004. Telegram progress streaming currently has two related gaps: - default Telegram progress streaming can appear stuck when upstream answer activity exists but no...
- fix(ci): filter ClawSweeper comment dispatches before token minting — Summary Pre-filter issue comments before minting the target ClawSweeper App token or dispatching comment work. Ordinary comments still reach the generic activity path, but only comments containing a...
- fix(gateway): surface cross-agent subagent sessions via allAgents flag (#95295) — Fixes #95295. What Problem This Solves Fixes an issue where users viewing the Control UI Sessions page or Recent Sessions sidebar for one agent could not see child sessions that were spawned from...
- fix(cli): sync official plugins during update --all — Summary - Pass the existing official-plugin sync flag when openclaw plugins update --all invokes the npm plugin updater. - Carry the configured update.channel into that bulk official-sync path so...
- doctor(config): auto-prune removed google-antigravity-auth entries — Summary Describe the problem and fix in 2–5 bullets: - Problem: users can keep stale plugins.entries["google-antigravity-auth"] config after the plugin was removed, which keeps emitting warnings...
- feat(status): show session costs — Summary - Use cumulative transcript-backed session cost for /status when usage.cost.total entries are available, so the status card shows session cost instead of a per-run snapshot. - Add a...
- fix(agents): classify generic external runner failure text as fallback-worthy — Summary When claude-cli is the primary model and the underlying Claude Code subscription runs out of credits, the CLI's generic error text (GENERIC_EXTERNAL_RUN_FAILURE_TEXT) is wrapped as a normal...
- fix(telegram): materialize streaming progress placeholders — What Problem This Solves Fixes #95004. Telegram preview streaming had two source-proven silent paths that made Telegram feel stuck even while upstream/Web draft state existed: - short first previews...
- [Bug] v2026.6.9 QQBot: long markdown reply is split into N independent bubbles (one per chunk), not a single message — Bug type Regression (worked before, now fails) Summary QQBot plugin in v2026.6.9 splits a single long markdown reply into N independent QQ messages (one bubble per chunk) instead of either sending it...
- Fix/hooks agent accountid normalization — Summary Describe the problem and fix in 2–5 bullets: - Problem: POST /hooks/agent silently drops accountId from incoming payloads because HookAgentPayload lacks the field, normalizeAgentPayload()...
- test(telegram): add regression test for forum topic message_thread_id with streamed reasoning — Root Cause After thorough code tracing of all delivery paths in the current main branch (draft streams, deliverInboundReplyWithMessageSendContext, deliverReplies, emitPreviewFinalizedHook),...
- feat(tts): strip emoji characters before speech synthesis (fixes #95478) — What Problem This Solves TTS providers read emoji characters aloud (e.g. 🌸 becomes "cherry blossom", 🎉 becomes "party popper"), producing awkward speech output. The tts-local-cli and discord...
- fix(llm): strip trailing spaces from JSON keys in tool-call parsing (fixes #95407) — What Problem This Solves When using local models via llama.cpp (e.g. qwen35b), the cron tool's add action fails with schema validation errors because specific top-level keys in the job parameter...
- fix(agents): classify upstream_error errorType as server_error for model fallback (fixes #95519) (AI-assisted) — What Problem This Solves When the primary provider returns an error with type: "upstream_error" (e.g. OpenAI-compatible providers wrapping transient backend failures), the configured fallback chain...
- OpenClaw sponsors (108 total) — 108 sponsors supporting OpenClaw
- feat: backfill plugin manifest summaries — Adds a production-safe backfill for latest active plugin package releases so existing plugin pages can render typed manifest capability tabs without republishing.
- feat: add skill install backfill migration — Adds the aggregate skill install backfill migration, tests, and operator proof.
- Boss wants us to add more AI to our workflow
News
- Iter435/Qwen3.5-4B-Claude-4.6-Opus-Reasoning-openclaw
- 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 privilege escalation vulnerability
- You are not supposed to install OpenClaw on your personal computer
- I Trained My OpenClaw to Dream. Here's What It Learned Overnight. — Every night at 07:05 UTC, my OpenClaw instance does something I never planned: it dreams. Not...
- DevFortress Deep Digest 2: The Month It Got Names — OpenClaw. Moltbook. CVE-2026-25253. January 24 – February 23, 2026 1.5...
- Telegram Integration - 0$ Personal Agentic AI Assistant - Part 5 — Introduction Part 5 of the Zero Dollar AI Assistant series - Your Personal AI Assistant...
- My OpenClaw agent started writing nonsense and the real fix was a kill switch, not a better prompt — If your OpenClaw agent starts producing gibberish and /abort stops working, the fix is not a better prompt. The fix is architecture: disposable git
- The Rise of Operational AI: What Open claw and MCP Signal for Digital Transformation Leaders — The next phase of enterprise AI will not be defined by systems that merely answer questions, but by systems that can participate in work.Continue reading on Medium »
- The journey to a healthcare AI personal assistant — Being unexpectedly immersed in the challenge of supporting a family member with a rare neurodegenerative condition is deeply distressing…Continue reading on Medium »
- Kimi — AI assistant supports complex math, coding, image understanding, and reasoning with up to 128k token processing, short and long chain-of-thought tasks, visual and text input, accurate benchmarks,...
- Maid (AI) — Maid is a cross-platform Flutter app for interfacing with GGUF / llama.cpp models locally, and with Ollama and OpenAI models remotely.
- ChatSonic — Combining Google's knowledge graph, ChatSonic delivers real-time data, voice interaction, AI-produced visual content, personalized avatars, and API for services. It revisits past dialogs for informed...
Don't miss what's next. Subscribe to Openclaw Newsletter: