Openclaw Newsletter

Archives
Log in
Subscribe
June 10, 2026

OpenClaw Newsletter - 2026-06-10

OpenClaw Newsletter - 2026-06-10

OpenClaw Newsletter

Wednesday, June 10, 2026

Top Stories

  • openclaw 2026.6.5 — Highlights - QQBot now strips model reasoning/thinking scaffolding before native delivery, preventing raw content from leaking into channel replies. (#89913, #90132) Thanks @openperf. - MCP tool...
  • OpenClaw 2026.6.5-beta.3 — 2026.6.5 Highlights - QQBot now strips model reasoning/thinking scaffolding before native delivery, preventing raw content from leaking into channel replies. (#89913, #90132) Thanks @openperf. - MCP...
  • fix(telegram): use SDK dispatch dedupe — Summary - Replace Telegram dispatch replay dedupe buckets/locks with the SDK persistent claimable dedupe helper. - Keep persisted replay protection at the prior 50k window under a dedicated dedupe...
  • [Bug]: Inbound dispatch race: queued message after run completion never starts a new run (`queued_work_without_active_run`), agent goes silent until stuck-session watchdog fires — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary On a chat thread (observed on Slack channel threads), when an agent finishes a reply and a user sends a...
  • fix(webchat): finalize provider failure lifecycle — Fixes #91730 Summary - Emit a marked final lifecycle error after embedded provider fallback is exhausted. - Let the gateway finalize that marked error immediately while preserving retry grace for...
  • fix(update): recover package gateway restart after refresh failure — Summary - Continue package-update restart recovery when refreshing the managed gateway service environment from the updated install fails. - Prefer the updated install's gateway restart path after...
  • fix(test): skip live auth browser caches — Summary - Prevent live test auth staging from copying generated browser profile, cache, and recording trees from external auth directories such as .gemini. - Preserve staged auth/config files,...
  • fix(discord): hydrate reply context metadata — Summary - Hydrate Discord inbound messages through REST when a reply message_reference is present but Discord omitted referenced_message, while avoiding forwarded references and known-deleted...
  • fix(memory): self-heal missing index identity by initializing provider during sync — Summary When a gateway's memory index identity is "missing" with chunks already indexed, the gateway never self-heals on its own if the embedding provider is unavailable. canRebuildMissingIdentity...
  • fix(test): exclude browser cache dirs from copyDirIfExists in live test staging — Problem test/test-env.ts copyDirIfExists uses fs.cpSync with { recursive: true, force: true } but no filter option. When .gemini contains a browser profile (e.g. from the Antigravity browser), the...
  • fix(update): expose plugin convergence repair — Summary - Add public openclaw update repair command that delegates to the existing update finalization path. - Keep hidden openclaw update finalize as an internal alias while documenting repair as...
  • fix(plugins): resolve config env vars for runtime loads — Summary - resolve ${ENV_VAR} plugin config placeholders in the shared runtime plugin load context using config.env.vars merged into the runtime env - keep reusable runtime registry/cache paths off...
  • feat(plugin-sdk): surface accountId on agent hook context — What Adds an optional accountId field to PluginHookAgentContext and propagates it through both hook-context builders so agent hooks (before_agent_reply, resolve_exec_env, before_prompt_build,...
  • perf: skip subagent live stream parsing — Summary - Skip per-chunk live visible-text parsing for subagent runs, which have no live preview consumer. - Thread suppressLiveStreamOutput from the subagent lane through the embedded runner and...
  • [Feature]: [Feature]: OCHR v2.0 — A Geometric Manifold Kernel as Computational Substrate for Agent Clusters — Summary OCHR v2.0 replaces the traditional LLM-centric governance model with an explicit geometric manifold kernel where agents, tools, and resources are Movers (动子) on a dynamic relationship graph....
  • feat(trajectory): allow OPENCLAW_TRAJECTORY_RUNTIME_EVENT_MAX_BYTES override for per-event byte cap — Summary - The trajectory per-event byte cap is currently fixed at 256 KiB, so large but valid events are replaced by a truncation sentinel. - This PR adds a startup-scoped...
  • [Feature]: Add X-Actual-Model header to expose runtime model in HTTP responses — Summary Add X-Actual-Model response header for runtime model transparency and debugging Problem to solve There is currently no reliable way to determine which model actually processed a request at...
  • [Feature]: Feature Request: Batch Tool Calls + Context Block Management + Plan Enforcement — Summary 『Enable batch tool calls, AI-driven context block load/unload, and system-level plan enforcement to reduce token waste and prevent step-skipping in multi-role pipelines.』 Problem to solve...
  • [Feature]: cron jobs.d/ directory support (one file per job, for NixOS/GitOps declarative setups) — Summary All cron jobs are now in a single file. That makes GitOps difficult. Proposing to also have a directory (jobs.d/?) for one file per job. Problem to solve Cron jobs are stored in a single...
  • [Feature]: Audit log for agent memory changes — Summary MEMORY.md has no audit log. Problem to solve Users should be able to tell why certain memory fragments were added. Also, might help with detecting tampering if done sufficiently diligently....
  • [Feature]: REST endpoint for session management in HTTP API integrations — Summary Clients using the /v1/chat/completions HTTP endpoint have no way to perform session management operations (reset, status, compact, model, reasoning). Problem to solve Session control commands...
  • fix(sessions): recover store from backup and tmp artifacts — Summary - Problem: When the gateway crashes mid-write, sessions.json can be left zero-byte or syntactically malformed. On the next startup, loadSessionStore previously returned an empty store even...
  • [Feature]: make agent aware of communication channel — Summary I looks like the agent (as of latest version 2026.2.17) is not aware if it received a message via (i.e. what I have observed) the dashboard console or telegram. For certain communcation...
  • [Feature]: Telegram Business Bot support (business_message / business_connection updates) — Summary Enable OpenClaw bots to receive messages from Telegram Business-connected personal chats by subscribing to business_message and business_connection update types. Problem to solve When a bot...
  • [Feature]: Store configuration backup files in their own directory, with datetime name convention — Summary Store the configuration backup files in their own directory, with datetime name convention (ex: .openclaw/config-backup/openclaw.json.bak.2026-02-18T14-37-28.123Z) Problem to solve Every time...
  • [Feature]: Allow telegram groups by creating allowList of users — Summary A new "members" policy to let the bots reply in every new group where the full list of participants is in a allowList of users - rather than groups. Problem to solve When using bots in...
  • [Feature]: WebUI notification system, cron job management popups, and context monitor integration — Summary Add a native notification/toast system to the WebUI with cron job management popups, snooze functionality, and integrated context monitor with one-click flush. Problem to solve The WebUI...
  • [Feature]: Discord: Re-process edited user messages (MESSAGE_UPDATE event) — Summary Enable OpenClaw to detect and re-process Discord messages when users edit them, triggering a new agent turn with the updated content. Problem to solve When users edit Discord messages to...
  • [Feature]: Proposal: Restructure VISION.md as a decision framework for humans and AI PR review — Summary Restructure VISION.md from a static rejection list into a decision framework that both human contributors and an AI PR auditor can use to evaluate any PR against the product thesis. Problem...
  • OpenClaw repo stats for 2026-06-10 — 377886 stars, 79021 forks, 2512 contributors
  • OpenClaw sponsors (111 total) — 111 sponsors supporting OpenClaw
  • ci: dispatch plugin inspector scans on pin bumps (#2584) — ci: dispatch plugin inspector bulk scans on pin bump ci: rename plugin inspector bulk scan workflow fix: include CLI plugin inspector pin in scan dispatch chore: remove stale plugin inspector cron...
  • feat: surface author remediation for plugin validation — Adds author-remediation metadata and ClawHub validation UI/CLI/email handling for Plugin Inspector findings.
  • docs: remove stale skill folder guidance — Remove obsolete AGENTS.md guidance that treated repo skill additions as a standing contributor-policy issue.
  • docs: correct org delete moderation note (#2582)
  • Add guarded admin email and reserve clawhub handle (#2580) — feat: add guarded admin email command fix: reserve clawhub publisher handle * fix: harden admin org deletion and email audit
  • fix: delegate browser automation scanning to SkillSpector — Remove ClawHub static-scanner browser automation rules because SkillSpector owns that analysis lane. Keep static moderation focused on non-browser-specific concrete source/sink evidence and update...
  • feat: add owner skill deletion (#2548)
  • fix: remove redundant ban email support note
  • fix: split dependency cleanup pagination (#2573)
  • fix: simplify package listing cursors — fix: simplify package listing cursors test: avoid asserting package cursor internals
  • fix: sort plugins by downloads with family index — fix: sort plugin downloads by family index fix: reset legacy package download cursors Co-authored-by: Jesse Merhi
  • fix: retire dependency registry scans
  • Update install instructions
  • openclaw v2026.6.5 on npm — Multi-channel AI gateway with extensible messaging integrations
  • 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
  • OpenClaw Creator Spent $1.3M on OpenAI Tokens in 30 Days
  • Show HN: DenchClaw – Local CRM on Top of OpenClaw
  • I think I found the first real reason to build AI agent workflows in OpenClaw — A practical case for using OpenClaw to automate receipt-to-ledger workflows: bounded inputs and outputs, clear human review gates, and a better split
  • I read the 69-comment OpenClaw thread on cheap AI models so you don’t have to — I dug through a 69-comment OpenClaw thread on cheap AI models. The consensus: DeepSeek v4 Flash is the strongest budget pick for agent workflows, but
  • I thought the cheap model would save my OpenClaw bill, then I watched $100 disappear in 2 days — A practical DEV post for OpenClaw users: why using one cheap model everywhere often increases total cost, how to route by task risk instead, and why c
  • Openclaw on the cloud, dos and don'ts — running openclaw or hermes locally sounds nice, but how about running on the cloud?
  • Building a consent-preserving auth.md skill for OpenClaw agents — Signup forms were designed for humans with browsers. AI agents get a 401 and have nowhere to...
  • Qwen Is Not Yet Ready to Power Local OpenClaw Deployments — Three weeks ago I ran a model showdown — twelve tasks, five models, one RTX 5090 — and...
  • I thought the safest WhatsApp code assistant was the one that knew my whole repo. That was the mistake — A practical take on building a private-code assistant for WhatsApp without accidentally turning it into a data leak. The core argument: consumer chat
  • I Had No Idea What My Agent Was Doing. Here’s How I Wired OpenClaw Studio to My Gateway. — The worst part about the rogue deployment was not the 77 websites.Continue reading on The Synapse Times »
  • The Ghost in the Machine: How Do We Catch an AI Criminal That Can Delete Itself? — Let me start with a question that no one in law enforcement wants to answer in public.Continue reading on Medium »
  • homunculus/ — Creating my own AI Agent Framework (with security considerations) — I’ve been mulling over my lower end GPU power in relation to the capabilities I want in my AI agent. I’ve also been wondering whether I…Continue reading on Medium »
  • What Is OpenClaw? The AI Agent That Acts on Its Own — OpenClaw is suddenly everywhere — all over Medium, popping up in Slack threads, filling half the AI videos in your feed. Odds are someone…Continue reading on Medium »
  • OpenClaw or Hermes? Choosing the Right AI Agent Stack in 2026 — The AI model race is slowing down. The agent runtime race is just getting started.Continue reading on Medium »
  • Apertus — As a fully open language model, Apertus allows researchers, professionals and enthusiasts to build upon the model and adapt it to their specific needs, as well as to inspect any part of the training...
  • MiroThinker — MiroThinker is an open-source search agent model, built for tool-augmented reasoning and real-world information seeking, aiming to match the deep research experience of OpenAI Deep Research and...
  • Helpful Skills or Hidden Payloads? Bitdefender Labs Dives Deep into the OpenClaw Malicious Skill Trap — With hundreds of malicious OpenClaw skills blending in among legitimate ones, manually reviewing every script or command isn’t realistic — especially when skills are designed to look helpful and...
  • @tameimpalaholic Openclaw veya opencode custom oauth yaptıysan ondan yemişssindir. Mail at açarlar
  • RT @everestchris6: claude opus 4.8 + OpenClaw now finds restaurants with weak food photos, rebuilds their best dish into
  • RT @RunOnFlux: Want to run OpenClaw on FluxCloud? We've got you fully covered! Here's a full guide to walk you through
  • RT @RunOnFlux: Want to run OpenClaw on FluxCloud? We've got you fully covered! Here's a full guide to walk you through
  • RT @JulianGoldieSEO: FREE Hermes + OpenClaw AI Agents Course : Build & Automate ANYTHING https://t.co/8kGcWx5Uep
  • RT @RunOnFlux: Want to run OpenClaw on FluxCloud? We've got you fully covered! Here's a full guide to walk you through
  • OpenClawのセットアップに成功した!これで家庭内GPT実現。 ちな、OpenClawだけに苦労したってAIくんにダジャレ飛ばしてみたら通じなかった😔 — OpenClawのセットアップに成功した!これで家庭内GPT実現。 ちな、OpenClawだけに苦労したってAIくんにダジャレ飛ばしてみたら通じなかった😔
  • RT @RunOnFlux: Want to run OpenClaw on FluxCloud? We've got you fully covered! Here's a full guide to walk you through
  • @claudeai just shipped Fable 5. The most capable AI they've ever released. 🤯 I read about it over coffee… then went righ
  • @MikaelJungner Valtio hommasi juuri 500 00 Copilot sopimusta. Jos AI on se ChatBot joka vastailee mitä vastailee asioit
  • FREE Hermes + OpenClaw AI Agents Course : Build & Automate ANYTHING https://t.co/8kGcWx5Uep
  • 10天。Claude Code干了170美元 那个开发者把账单贴出来的时候,评论区最高赞只有一句话:买台Mac mini。把AI搬回家。 基础款Mac mini M4,599美元。装Ollama,拉模型,跑几条命令,把Claude Co — 10天。Claude Code干了170美元 那个开发者把账单贴出来的时候,评论区最高赞只有一句话:买台Mac mini。把AI搬回家。 基础款Mac mini M4,599美元。装Ollama,拉模型,跑几条命令,把Claude Code指向localhost。 不走Anthropic服务器了。没有API账单,代码不出本机,数据不发云端,不用交月费。...
  • RT @FelixCraftAI: Microsoft built Scout on OpenClaw. Google cloned it as Gemini Spark. Meta's prepping Hatch. Everyone'
  • @Goftaniha این مشنگ شیاد خیلی چرند بافته تا حالا ولی این یکی درسته و در OPENCLAW اتفاق افتاده هر چند از پفیوز بودن این چ
  • RT @OpenAcademyAI: 🦀 OpenClaw 101 — free Duolingo-style course - 8 short lessons, theory + practice - 15 minutes and
  • RT @everestchris6: claude opus 4.8 + OpenClaw now finds restaurants with weak food photos, rebuilds their best dish into
  • @jfFxjfgLrmKRr Bad take. Have you heard of "agentic models"? And even crazier some people give models access their credi
  • RT @everestchris6: claude opus 4.8 + OpenClaw now finds restaurants with weak food photos, rebuilds their best dish into
  • RT @OpenAcademyAI: 🦀 OpenClaw 101 — free Duolingo-style course - 8 short lessons, theory + practice - 15 minutes and
  • なんか非本質的な躓きを問題視している印象がある。OpenClaw含めた素のAIエージェントは「素のパソコンを渡しただけの人」なのに過大な期待をしている感じ。Claude Coworkなど有料のものは「Office入りパソコン渡して最低限のト

Trending on X

  • @tameimpalaholic Openclaw veya opencode custom oauth yaptıysan ondan yemişssindir. Mail at açarlar
  • RT @everestchris6: claude opus 4.8 + OpenClaw now finds restaurants with weak food photos, rebuilds their best dish into
  • RT @RunOnFlux: Want to run OpenClaw on FluxCloud? We've got you fully covered! Here's a full guide to walk you through
  • RT @RunOnFlux: Want to run OpenClaw on FluxCloud? We've got you fully covered! Here's a full guide to walk you through
  • RT @JulianGoldieSEO: FREE Hermes + OpenClaw AI Agents Course : Build & Automate ANYTHING https://t.co/8kGcWx5Uep
  • RT @RunOnFlux: Want to run OpenClaw on FluxCloud? We've got you fully covered! Here's a full guide to walk you through
  • OpenClawのセットアップに成功した!これで家庭内GPT実現。 ちな、OpenClawだけに苦労したってAIくんにダジャレ飛ばしてみたら通じなかった😔 — OpenClawのセットアップに成功した!これで家庭内GPT実現。 ちな、OpenClawだけに苦労したってAIくんにダジャレ飛ばしてみたら通じなかった😔
  • RT @RunOnFlux: Want to run OpenClaw on FluxCloud? We've got you fully covered! Here's a full guide to walk you through
  • @claudeai just shipped Fable 5. The most capable AI they've ever released. 🤯 I read about it over coffee… then went righ
  • @MikaelJungner Valtio hommasi juuri 500 00 Copilot sopimusta. Jos AI on se ChatBot joka vastailee mitä vastailee asioit
  • FREE Hermes + OpenClaw AI Agents Course : Build & Automate ANYTHING https://t.co/8kGcWx5Uep
  • 10天。Claude Code干了170美元 那个开发者把账单贴出来的时候,评论区最高赞只有一句话:买台Mac mini。把AI搬回家。 基础款Mac mini M4,599美元。装Ollama,拉模型,跑几条命令,把Claude Co — 10天。Claude Code干了170美元 那个开发者把账单贴出来的时候,评论区最高赞只有一句话:买台Mac mini。把AI搬回家。 基础款Mac mini M4,599美元。装Ollama,拉模型,跑几条命令,把Claude Code指向localhost。 不走Anthropic服务器了。没有API账单,代码不出本机,数据不发云端,不用交月费。...
  • RT @FelixCraftAI: Microsoft built Scout on OpenClaw. Google cloned it as Gemini Spark. Meta's prepping Hatch. Everyone'
  • @Goftaniha این مشنگ شیاد خیلی چرند بافته تا حالا ولی این یکی درسته و در OPENCLAW اتفاق افتاده هر چند از پفیوز بودن این چ
  • RT @OpenAcademyAI: 🦀 OpenClaw 101 — free Duolingo-style course - 8 short lessons, theory + practice - 15 minutes and
  • RT @everestchris6: claude opus 4.8 + OpenClaw now finds restaurants with weak food photos, rebuilds their best dish into
  • @jfFxjfgLrmKRr Bad take. Have you heard of "agentic models"? And even crazier some people give models access their credi
  • RT @everestchris6: claude opus 4.8 + OpenClaw now finds restaurants with weak food photos, rebuilds their best dish into
  • RT @OpenAcademyAI: 🦀 OpenClaw 101 — free Duolingo-style course - 8 short lessons, theory + practice - 15 minutes and
  • なんか非本質的な躓きを問題視している印象がある。OpenClaw含めた素のAIエージェントは「素のパソコンを渡しただけの人」なのに過大な期待をしている感じ。Claude Coworkなど有料のものは「Office入りパソコン渡して最低限のト

Releases

  • openclaw 2026.6.5 — Highlights - QQBot now strips model reasoning/thinking scaffolding before native delivery, preventing raw content from leaking into channel replies. (#89913, #90132) Thanks @openperf. - MCP tool...
  • OpenClaw 2026.6.5-beta.3 — 2026.6.5 Highlights - QQBot now strips model reasoning/thinking scaffolding before native delivery, preventing raw content from leaking into channel replies. (#89913, #90132) Thanks @openperf. - MCP...
  • OpenClaw repo stats for 2026-06-10 — 377886 stars, 79021 forks, 2512 contributors
  • openclaw v2026.6.5 on npm — Multi-channel AI gateway with extensible messaging integrations

Community

  • fix(telegram): use SDK dispatch dedupe — Summary - Replace Telegram dispatch replay dedupe buckets/locks with the SDK persistent claimable dedupe helper. - Keep persisted replay protection at the prior 50k window under a dedicated dedupe...
  • [Bug]: Inbound dispatch race: queued message after run completion never starts a new run (`queued_work_without_active_run`), agent goes silent until stuck-session watchdog fires — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary On a chat thread (observed on Slack channel threads), when an agent finishes a reply and a user sends a...
  • fix(webchat): finalize provider failure lifecycle — Fixes #91730 Summary - Emit a marked final lifecycle error after embedded provider fallback is exhausted. - Let the gateway finalize that marked error immediately while preserving retry grace for...
  • fix(update): recover package gateway restart after refresh failure — Summary - Continue package-update restart recovery when refreshing the managed gateway service environment from the updated install fails. - Prefer the updated install's gateway restart path after...
  • fix(test): skip live auth browser caches — Summary - Prevent live test auth staging from copying generated browser profile, cache, and recording trees from external auth directories such as .gemini. - Preserve staged auth/config files,...
  • fix(discord): hydrate reply context metadata — Summary - Hydrate Discord inbound messages through REST when a reply message_reference is present but Discord omitted referenced_message, while avoiding forwarded references and known-deleted...
  • fix(memory): self-heal missing index identity by initializing provider during sync — Summary When a gateway's memory index identity is "missing" with chunks already indexed, the gateway never self-heals on its own if the embedding provider is unavailable. canRebuildMissingIdentity...
  • fix(test): exclude browser cache dirs from copyDirIfExists in live test staging — Problem test/test-env.ts copyDirIfExists uses fs.cpSync with { recursive: true, force: true } but no filter option. When .gemini contains a browser profile (e.g. from the Antigravity browser), the...
  • fix(update): expose plugin convergence repair — Summary - Add public openclaw update repair command that delegates to the existing update finalization path. - Keep hidden openclaw update finalize as an internal alias while documenting repair as...
  • fix(plugins): resolve config env vars for runtime loads — Summary - resolve ${ENV_VAR} plugin config placeholders in the shared runtime plugin load context using config.env.vars merged into the runtime env - keep reusable runtime registry/cache paths off...
  • feat(plugin-sdk): surface accountId on agent hook context — What Adds an optional accountId field to PluginHookAgentContext and propagates it through both hook-context builders so agent hooks (before_agent_reply, resolve_exec_env, before_prompt_build,...
  • perf: skip subagent live stream parsing — Summary - Skip per-chunk live visible-text parsing for subagent runs, which have no live preview consumer. - Thread suppressLiveStreamOutput from the subagent lane through the embedded runner and...
  • [Feature]: [Feature]: OCHR v2.0 — A Geometric Manifold Kernel as Computational Substrate for Agent Clusters — Summary OCHR v2.0 replaces the traditional LLM-centric governance model with an explicit geometric manifold kernel where agents, tools, and resources are Movers (动子) on a dynamic relationship graph....
  • feat(trajectory): allow OPENCLAW_TRAJECTORY_RUNTIME_EVENT_MAX_BYTES override for per-event byte cap — Summary - The trajectory per-event byte cap is currently fixed at 256 KiB, so large but valid events are replaced by a truncation sentinel. - This PR adds a startup-scoped...
  • [Feature]: Add X-Actual-Model header to expose runtime model in HTTP responses — Summary Add X-Actual-Model response header for runtime model transparency and debugging Problem to solve There is currently no reliable way to determine which model actually processed a request at...
  • [Feature]: Feature Request: Batch Tool Calls + Context Block Management + Plan Enforcement — Summary 『Enable batch tool calls, AI-driven context block load/unload, and system-level plan enforcement to reduce token waste and prevent step-skipping in multi-role pipelines.』 Problem to solve...
  • [Feature]: cron jobs.d/ directory support (one file per job, for NixOS/GitOps declarative setups) — Summary All cron jobs are now in a single file. That makes GitOps difficult. Proposing to also have a directory (jobs.d/?) for one file per job. Problem to solve Cron jobs are stored in a single...
  • [Feature]: Audit log for agent memory changes — Summary MEMORY.md has no audit log. Problem to solve Users should be able to tell why certain memory fragments were added. Also, might help with detecting tampering if done sufficiently diligently....
  • [Feature]: REST endpoint for session management in HTTP API integrations — Summary Clients using the /v1/chat/completions HTTP endpoint have no way to perform session management operations (reset, status, compact, model, reasoning). Problem to solve Session control commands...
  • fix(sessions): recover store from backup and tmp artifacts — Summary - Problem: When the gateway crashes mid-write, sessions.json can be left zero-byte or syntactically malformed. On the next startup, loadSessionStore previously returned an empty store even...
  • [Feature]: make agent aware of communication channel — Summary I looks like the agent (as of latest version 2026.2.17) is not aware if it received a message via (i.e. what I have observed) the dashboard console or telegram. For certain communcation...
  • [Feature]: Telegram Business Bot support (business_message / business_connection updates) — Summary Enable OpenClaw bots to receive messages from Telegram Business-connected personal chats by subscribing to business_message and business_connection update types. Problem to solve When a bot...
  • [Feature]: Store configuration backup files in their own directory, with datetime name convention — Summary Store the configuration backup files in their own directory, with datetime name convention (ex: .openclaw/config-backup/openclaw.json.bak.2026-02-18T14-37-28.123Z) Problem to solve Every time...
  • [Feature]: Allow telegram groups by creating allowList of users — Summary A new "members" policy to let the bots reply in every new group where the full list of participants is in a allowList of users - rather than groups. Problem to solve When using bots in...
  • [Feature]: WebUI notification system, cron job management popups, and context monitor integration — Summary Add a native notification/toast system to the WebUI with cron job management popups, snooze functionality, and integrated context monitor with one-click flush. Problem to solve The WebUI...
  • [Feature]: Discord: Re-process edited user messages (MESSAGE_UPDATE event) — Summary Enable OpenClaw to detect and re-process Discord messages when users edit them, triggering a new agent turn with the updated content. Problem to solve When users edit Discord messages to...
  • [Feature]: Proposal: Restructure VISION.md as a decision framework for humans and AI PR review — Summary Restructure VISION.md from a static rejection list into a decision framework that both human contributors and an AI PR auditor can use to evaluate any PR against the product thesis. Problem...
  • OpenClaw sponsors (111 total) — 111 sponsors supporting OpenClaw
  • ci: dispatch plugin inspector scans on pin bumps (#2584) — ci: dispatch plugin inspector bulk scans on pin bump ci: rename plugin inspector bulk scan workflow fix: include CLI plugin inspector pin in scan dispatch chore: remove stale plugin inspector cron...
  • feat: surface author remediation for plugin validation — Adds author-remediation metadata and ClawHub validation UI/CLI/email handling for Plugin Inspector findings.
  • docs: remove stale skill folder guidance — Remove obsolete AGENTS.md guidance that treated repo skill additions as a standing contributor-policy issue.
  • docs: correct org delete moderation note (#2582)
  • Add guarded admin email and reserve clawhub handle (#2580) — feat: add guarded admin email command fix: reserve clawhub publisher handle * fix: harden admin org deletion and email audit
  • fix: delegate browser automation scanning to SkillSpector — Remove ClawHub static-scanner browser automation rules because SkillSpector owns that analysis lane. Keep static moderation focused on non-browser-specific concrete source/sink evidence and update...
  • feat: add owner skill deletion (#2548)
  • fix: remove redundant ban email support note
  • fix: split dependency cleanup pagination (#2573)
  • fix: simplify package listing cursors — fix: simplify package listing cursors test: avoid asserting package cursor internals
  • fix: sort plugins by downloads with family index — fix: sort plugin downloads by family index fix: reset legacy package download cursors Co-authored-by: Jesse Merhi
  • fix: retire dependency registry scans
  • Update install instructions

News

  • 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
  • OpenClaw Creator Spent $1.3M on OpenAI Tokens in 30 Days
  • Show HN: DenchClaw – Local CRM on Top of OpenClaw
  • I think I found the first real reason to build AI agent workflows in OpenClaw — A practical case for using OpenClaw to automate receipt-to-ledger workflows: bounded inputs and outputs, clear human review gates, and a better split
  • I read the 69-comment OpenClaw thread on cheap AI models so you don’t have to — I dug through a 69-comment OpenClaw thread on cheap AI models. The consensus: DeepSeek v4 Flash is the strongest budget pick for agent workflows, but
  • I thought the cheap model would save my OpenClaw bill, then I watched $100 disappear in 2 days — A practical DEV post for OpenClaw users: why using one cheap model everywhere often increases total cost, how to route by task risk instead, and why c
  • Openclaw on the cloud, dos and don'ts — running openclaw or hermes locally sounds nice, but how about running on the cloud?
  • Building a consent-preserving auth.md skill for OpenClaw agents — Signup forms were designed for humans with browsers. AI agents get a 401 and have nowhere to...
  • Qwen Is Not Yet Ready to Power Local OpenClaw Deployments — Three weeks ago I ran a model showdown — twelve tasks, five models, one RTX 5090 — and...
  • I thought the safest WhatsApp code assistant was the one that knew my whole repo. That was the mistake — A practical take on building a private-code assistant for WhatsApp without accidentally turning it into a data leak. The core argument: consumer chat
  • I Had No Idea What My Agent Was Doing. Here’s How I Wired OpenClaw Studio to My Gateway. — The worst part about the rogue deployment was not the 77 websites.Continue reading on The Synapse Times »
  • The Ghost in the Machine: How Do We Catch an AI Criminal That Can Delete Itself? — Let me start with a question that no one in law enforcement wants to answer in public.Continue reading on Medium »
  • homunculus/ — Creating my own AI Agent Framework (with security considerations) — I’ve been mulling over my lower end GPU power in relation to the capabilities I want in my AI agent. I’ve also been wondering whether I…Continue reading on Medium »
  • What Is OpenClaw? The AI Agent That Acts on Its Own — OpenClaw is suddenly everywhere — all over Medium, popping up in Slack threads, filling half the AI videos in your feed. Odds are someone…Continue reading on Medium »
  • OpenClaw or Hermes? Choosing the Right AI Agent Stack in 2026 — The AI model race is slowing down. The agent runtime race is just getting started.Continue reading on Medium »
  • Apertus — As a fully open language model, Apertus allows researchers, professionals and enthusiasts to build upon the model and adapt it to their specific needs, as well as to inspect any part of the training...
  • MiroThinker — MiroThinker is an open-source search agent model, built for tool-augmented reasoning and real-world information seeking, aiming to match the deep research experience of OpenAI Deep Research and...

Security

  • Helpful Skills or Hidden Payloads? Bitdefender Labs Dives Deep into the OpenClaw Malicious Skill Trap — With hundreds of malicious OpenClaw skills blending in among legitimate ones, manually reviewing every script or command isn’t realistic — especially when skills are designed to look helpful and...

OpenClaw Newsletter — Daily updates from the OpenClaw ecosystem

Read online · Archive

Don't miss what's next. Subscribe to Openclaw Newsletter:
Powered by Buttondown, the easiest way to start and grow your newsletter.