OpenClaw Newsletter - 2026-06-06
OpenClaw Newsletter
Saturday, June 6, 2026Top Stories
- openclaw 2026.6.5-beta.1 — 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(cron): route failure alerts to thread ids — Summary - Fixes #89848 by adding per-job failureAlert.threadId through cron schemas, CLI edit, storage, gateway send plumbing, and agent tool exposure. - Route announce failure alerts to the explicit...
- fix(agents): avoid inviting provider swaps in model alias guidance — Summary - stop telling the model to prefer aliases when a full provider/model override is already present - clarify that aliases are only shortcuts for unqualified model requests - update the prompt...
- fix(agent): exclude Microsoft Foundry alias providers from DeepSeek V4 thinking wrapper — Summary - Microsoft Foundry alias providers (e.g. microsoft-foundry-9433) were not excluded from the DeepSeek V4 thinking wrapper, causing HTTP 400 errors (Unrecognized request argument supplied:...
- fix(agent): resolve compaction model alias to canonical model ref — Summary - Auto-compaction dispatched a bare model alias (e.g. gpt54mini) as-is instead of resolving it to its canonical model reference, causing Unknown model: openai/gpt54mini errors - Added...
- fix(cli): bridge inter-tool commentary events to channel progress — Summary This is the general CLI-dispatch commentary _delivery_ layer — the missing subscriber in the shared CLI-runtime agent dispatch (runCliAgentWithLifecycle). It is not claude-specific....
- fix(android): resolve UI bugs and add SSH tunnelling — This PR fixes a set of recent UI bugs and adds new SSH capabilities: - Add SSH Tunnelling: Added an SSH Tunnel UI in Onboarding and Settings to connect securely to the OpenClaw gateway from outside...
- gateway hangs at `[gateway] starting...` when a declared provider lacks credentials (regression v2026.4.8 → v2026.4.26) — [bug] gateway hangs at [gateway] starting... when configured provider lacks credentials (regression v2026.4.8 → v2026.4.26) Summary A configmap that declares github-copilot and openai providers (in...
- fix(discord): resolve guildId from session channel for search actions — Summary The Discord message search action throws ToolInputError: guildId required whenever the model does not pass an explicit guildId. In a guild channel session, the guild id is known to the...
- feat(cli): emit commentary progress events from Claude CLI parser — Summary This is the claude-cli parser _producer_ for inter-tool commentary — the first producer on the CLI-runtime dispatch path served by the delivery bridge in #90883. The claude-cli streaming...
- Expose model picker agent runtimes — Summary - Adds additive agentRuntime metadata to models.list model choices when the model/provider has an explicit configured agent runtime. - Shows non-default runtime labels in the WebUI model...
- fix(logging): resolve hostname lazily to avoid caching empty string on macOS — Summary - Replace module-level HOSTNAME constant with lazy getHostname() function - macOS intermittently returns empty hostname during ESM module load phase - Lazy resolution ensures hostname is...
- fix: add self-knowledge docs rule to system prompt — Summary - Adds the self-knowledge docs-authority rule to the generated Documentation section in src/agents/system-prompt.ts. - Covers both local-docs and public-docs prompt rendering in...
- Fix realtime voice-call barge-in cancellation — Summary - Move realtime voice-call barge-in cancellation from local MuLaw speech detection to the provider VAD input_audio_buffer.speech_started event. - Guard cancellation with...
- feat(voice-call): add Microsoft Teams voice provider (OpenClawTeamsBridge) — Summary What problem does this PR solve? - OpenClaw's voice-call extension supports Twilio, Telnyx, Plivo, and a mock provider, but has no way to handle Microsoft Teams calls. Teams audio cannot...
- 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,...
- fix: surface safe terminal tool fallbacks — Summary - Add opt-in terminal fallback metadata through agent-core, session tool definitions, subscribe handling, and the embedded runner. - Surface safe terminal summaries for tool-loop and...
- fix(media): stop pruning media on write; let the configured timer do it — Summary saveMediaSource ran an inline cleanOldMedia(DEFAULT_TTL_MS, { recursive: false }) on every call. Two problems compounded: 1. DEFAULT_TTL_MS is 2 minutes, hardcoded — it ignores the...
- fix(logging): make memory pressure logs operator-actionable with units, percentage, and hint — Summary Fixes #90783. The gateway/diagnostics/memory subsystem emitted memory pressure: messages with raw byte counts, no percentage of the threshold, and no operator guidance. Additionally,...
- doctor --fix migrates codex/gpt-5.5 to openai/gpt-5.5, then Codex app-server startup times out on 2026.6.1 — Summary On OpenClaw 2026.6.1, openclaw doctor --fix migrates a working Codex-backed setup from codex/gpt-5.5 to openai/gpt-5.5. After the migration, the config validates and the gateway restarts, but...
- fix(memory): write dream fallback without subagent runtime — Summary - write a deterministic DREAMS.md fallback entry when managed cron dreaming has candidates/promotions but no subagent runtime - reuse the existing safe fallback prose path instead of leaking...
- fix(cron): guard against undefined sourceDelivery in isolated executor — Summary Guard against undefined sourceDelivery in the isolated cron executor to prevent TypeError: Cannot read properties of undefined (reading 'sourceReplyDeliveryMode'), and unify the cron...
- fix: allow trusted host-read html after outbound staging — Summary Fixes Telegram/file outbound delivery for trusted generated text/html reports after the attachment is staged into the OpenClaw outbound media store. PR #87982 allowed generated HTML reports...
- [Feature]: Post-response async actions / background job continuations — Summary Allow agents to queue async actions during a turn, send an acknowledgement immediately, and have OC execute the work after the visible response with a later callback/result. Problem to solve...
- docs: clarify OpenClaw vs Codex code mode — Summary - add a side-by-side comparison table for OpenClaw code mode vs Codex Code Mode in docs/reference/code-mode.md - add a reverse link from docs/plugins/codex-harness.md so Codex harness readers...
- fix(export-session): correct export-html template copy path — Summary Fixes #90843 - /export-session command crashes with ENOENT error because export-html templates are copied to the wrong location during build. Root Cause The commands-export-session.ts module...
- fix(compact): make /compact command cancelable via abortEmbeddedAgentRun — Summary Fix #66535: /compact command could not be canceled while in progress. The command had no active-run registration and no abort signal, so /stop was a no-op during long-running compaction....
- OpenClaw repo stats for 2026-06-06 — 377182 stars, 78820 forks, 2485 contributors
- OpenClaw sponsors (112 total) — 112 sponsors supporting OpenClaw
- fix: hide banned user publisher profiles (#2528)
- fix: stop copying publisher ids to skill embeddings (#2532)
- feat: add temporal publisher abuse scan (#2531)
- fix(cli): accept legacy verify json flag — Accept legacy skill verify --json usage as a hidden compatibility no-op, add a regression e2e for the flattened verifier response, and prepare clawhub@0.19.2.
- feat: show plugin downloads in lists — Show plugin download counts in lists, add downloads sorting, and remove plugin family badges from plugin list/grid rows.
- fix: exclude official orgs from publisher abuse (#2527)
- feat: add org deletion cascade — Closes #2516.
- fix: add targeted legacy publisher ownership repair — Adds a targeted legacy owner-publisher projection repair mutation for one user and covers the repair path in maintenance tests.
- build(deps): bump the github-actions group with 3 updates (#2473) — Bumps the github-actions group with 3 updates: useblacksmith/begin-testbox, github/codeql-action and trufflesecurity/trufflehog. Updates useblacksmith/begin-testbox from...
- build(deps): bump commander from 14.0.3 to 15.0.0 (#2476) — Bumps commander from 14.0.3 to 15.0.0. - Release notes - Changelog - Commits updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production...
- build(deps): bump the production-minor-and-patch group across 1 directory with 12 updates (#2510)
- build(deps-dev): bump the development-minor-and-patch group across 1 directory with 5 updates (#2475) — Bumps the development-minor-and-patch group with 5 updates in the / directory: Updates @vitest/coverage-v8 from 4.1.7 to 4.1.8 - Release notes - Changelog - Commits Updates oxfmt from 0.51.0 to...
- feat: show skill scan queue progress
- fix: sync github status through skill digests
- update coderabbit
- 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...
- Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
- Google restricting Google AI Pro/Ultra subscribers for using OpenClaw
- OpenClaw – Moltbot Renamed Again
- Anthropic says OpenClaw-style Claude CLI usage is allowed again
- You are not supposed to install OpenClaw on your personal computer
- StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)
- 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
- Your AI on WhatsApp — Fully Local, Powered by Gemma — Build a personal AI assistant that answers on Telegram/WhatsApp/CLI using Gemma 4 E2B and delegates...
- 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...
- One Agent, Many Skills: How Complex Workflows Run Behind a Single Chat Message — "Multi-agent coordination" sounds like something from a research paper. Swarms of AI models passing...
- Autonomous AI agents just became enterprise-safe PREVIEW: What Microsoft shipped at Build 2026 and… — Hey there,Continue reading on Medium »
- The Hello World of 2026: Building Your First Stateful Agent with LangGraph — > The backend engineering baseline has officially shifted from raw, stateless model calls to compiling state graphs.Continue reading on Medium »
- The AI Agent 358,000 Developers Star-d on GitHub Just Landed on Windows. — Something quietly significant happened at Microsoft Build this week.Continue reading on Medium »
- I Locally Deployed an Agent to post about the coolest cars on Instagram — The IdeaContinue reading on Level Up Coding »
- The First Notes System I’ve Actually Stuck With (A Practical Use Case of OpenClaw) — My life is busy. i have a full time job, I am pursuing a masters degree, I had my first child 2 months ago and I have a side photo booth…Continue reading on Medium »
- I let an AI agent run my inbox while I slept. Here’s exactly what it did. — An explainer on the difference between AI that responds and AI that acts, and why the orchestration layer is about to become the thing…Continue reading on Medium »
- Specification-Driven Development with AI — A Beginner’s GuideContinue reading on Medium »
- OpenClaw for Windows: Bringing Secure AI Automation to your Desktop — Artificial Intelligence is no longer limited to cloud servers or research labs — it’s now reaching your personal computer. OpenClaw for…Continue reading on CodeToDeploy »
- Apollo AI — Customizable interface for private, on-device AI model chatting, open source and closed source LLM connections, OpenRouter support, custom backend support, and unified access to language models...
- @theCTO Isn't that just a working OpenClaw?
- RT @BenYorke: I gave my @openclaw agent access to live trading accounts on Orderly and HyperLiquid with ~$25k capital. I
- @NousResearch Keep going! I’ve given up on OpenCLaw and turned to you instead.
- @slimbook Un asistente ha escrito un mensaja de Telegram a nuestro OpenClaw en local, para darle instrucciones y.... se
- RT @motion_so: Introducing the Motion MCP... Connect @motion_so directly into Claude, Codex, Cursor, OpenClaw, Perplexi
- RT @uresocutee: Amunisi buat Openclaw/Opencode Guysss Xiaomi MiMo lagi bagi-bagi $2 gratis buat lo yang baru daftar. Bi
- @sudoingX All this is shit and not at all useful for the real time use cases at the moment, the token counts are so low
- @grok @xai @openclaw https://t.co/9PGtPhsSpb
- @Libertarix0 @xai @openclaw Ask Grok is currently available to Premium and Premium+ subscribers only. Subscribe to unloc
- @grok @xai @openclaw You keep refusing to answer questions. Not exactly the best advertisement for a subscription. So I
- @Libertarix0 @xai @openclaw Ask Grok is currently available to Premium and Premium+ subscribers only. Subscribe to unloc
- @grok @xai @openclaw Unlimited time??
- @Libertarix0 @xai @openclaw Ask Grok is currently available to Premium and Premium+ subscribers only. Subscribe to unloc
- @grok @xai @openclaw You didn't answer my question
- He hasn't opened his laptop in 3 weeks. His business made $14,000 last month. Here's exactly how: Day 1 — launched 4 A
- Comment AIDY and I’ll send you the link. What is Hermes Agent? What is openclaw? How to install an ai agent? #hermesagen
- This changes everything.. NVIDIA - OpenClaw - Hermes Agents - OpenShell? Disguise personal data? CPU GPU and AI AGENT c
- RT @murasametech: 📘 Zenn新刊のお知らせです! 『Raspberry Piで作る自宅AIエージェント環境 OpenClaw実践入門』を書きました。 Raspberry Piの上に、自分専用のAIエージェントを24時 — RT @murasametech: 📘 Zenn新刊のお知らせです! 『Raspberry Piで作る自宅AIエージェント環境 OpenClaw実践入門』を書きました。 Raspberry Piの上に、自分専用のAIエージェントを24時間住まわせる本です。 ✅ Slack…
- made a openclaw like agent,ui from slockai. https://t.co/yLTrqutlMf
- @skaas777 现在本地装个openclaw类的智能体应该也可以做吧🤔
Trending on X
- @theCTO Isn't that just a working OpenClaw?
- RT @BenYorke: I gave my @openclaw agent access to live trading accounts on Orderly and HyperLiquid with ~$25k capital. I
- @NousResearch Keep going! I’ve given up on OpenCLaw and turned to you instead.
- @slimbook Un asistente ha escrito un mensaja de Telegram a nuestro OpenClaw en local, para darle instrucciones y.... se
- RT @motion_so: Introducing the Motion MCP... Connect @motion_so directly into Claude, Codex, Cursor, OpenClaw, Perplexi
- RT @uresocutee: Amunisi buat Openclaw/Opencode Guysss Xiaomi MiMo lagi bagi-bagi $2 gratis buat lo yang baru daftar. Bi
- @sudoingX All this is shit and not at all useful for the real time use cases at the moment, the token counts are so low
- @grok @xai @openclaw https://t.co/9PGtPhsSpb
- @Libertarix0 @xai @openclaw Ask Grok is currently available to Premium and Premium+ subscribers only. Subscribe to unloc
- @grok @xai @openclaw You keep refusing to answer questions. Not exactly the best advertisement for a subscription. So I
- @Libertarix0 @xai @openclaw Ask Grok is currently available to Premium and Premium+ subscribers only. Subscribe to unloc
- @grok @xai @openclaw Unlimited time??
- @Libertarix0 @xai @openclaw Ask Grok is currently available to Premium and Premium+ subscribers only. Subscribe to unloc
- @grok @xai @openclaw You didn't answer my question
- He hasn't opened his laptop in 3 weeks. His business made $14,000 last month. Here's exactly how: Day 1 — launched 4 A
- Comment AIDY and I’ll send you the link. What is Hermes Agent? What is openclaw? How to install an ai agent? #hermesagen
- This changes everything.. NVIDIA - OpenClaw - Hermes Agents - OpenShell? Disguise personal data? CPU GPU and AI AGENT c
- RT @murasametech: 📘 Zenn新刊のお知らせです! 『Raspberry Piで作る自宅AIエージェント環境 OpenClaw実践入門』を書きました。 Raspberry Piの上に、自分専用のAIエージェントを24時 — RT @murasametech: 📘 Zenn新刊のお知らせです! 『Raspberry Piで作る自宅AIエージェント環境 OpenClaw実践入門』を書きました。 Raspberry Piの上に、自分専用のAIエージェントを24時間住まわせる本です。 ✅ Slack…
- made a openclaw like agent,ui from slockai. https://t.co/yLTrqutlMf
- @skaas777 现在本地装个openclaw类的智能体应该也可以做吧🤔
Releases
- openclaw 2026.6.5-beta.1 — 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-06 — 377182 stars, 78820 forks, 2485 contributors
Community
- fix(cron): route failure alerts to thread ids — Summary - Fixes #89848 by adding per-job failureAlert.threadId through cron schemas, CLI edit, storage, gateway send plumbing, and agent tool exposure. - Route announce failure alerts to the explicit...
- fix(agents): avoid inviting provider swaps in model alias guidance — Summary - stop telling the model to prefer aliases when a full provider/model override is already present - clarify that aliases are only shortcuts for unqualified model requests - update the prompt...
- fix(agent): exclude Microsoft Foundry alias providers from DeepSeek V4 thinking wrapper — Summary - Microsoft Foundry alias providers (e.g. microsoft-foundry-9433) were not excluded from the DeepSeek V4 thinking wrapper, causing HTTP 400 errors (Unrecognized request argument supplied:...
- fix(agent): resolve compaction model alias to canonical model ref — Summary - Auto-compaction dispatched a bare model alias (e.g. gpt54mini) as-is instead of resolving it to its canonical model reference, causing Unknown model: openai/gpt54mini errors - Added...
- fix(cli): bridge inter-tool commentary events to channel progress — Summary This is the general CLI-dispatch commentary _delivery_ layer — the missing subscriber in the shared CLI-runtime agent dispatch (runCliAgentWithLifecycle). It is not claude-specific....
- fix(android): resolve UI bugs and add SSH tunnelling — This PR fixes a set of recent UI bugs and adds new SSH capabilities: - Add SSH Tunnelling: Added an SSH Tunnel UI in Onboarding and Settings to connect securely to the OpenClaw gateway from outside...
- gateway hangs at `[gateway] starting...` when a declared provider lacks credentials (regression v2026.4.8 → v2026.4.26) — [bug] gateway hangs at [gateway] starting... when configured provider lacks credentials (regression v2026.4.8 → v2026.4.26) Summary A configmap that declares github-copilot and openai providers (in...
- fix(discord): resolve guildId from session channel for search actions — Summary The Discord message search action throws ToolInputError: guildId required whenever the model does not pass an explicit guildId. In a guild channel session, the guild id is known to the...
- feat(cli): emit commentary progress events from Claude CLI parser — Summary This is the claude-cli parser _producer_ for inter-tool commentary — the first producer on the CLI-runtime dispatch path served by the delivery bridge in #90883. The claude-cli streaming...
- Expose model picker agent runtimes — Summary - Adds additive agentRuntime metadata to models.list model choices when the model/provider has an explicit configured agent runtime. - Shows non-default runtime labels in the WebUI model...
- fix(logging): resolve hostname lazily to avoid caching empty string on macOS — Summary - Replace module-level HOSTNAME constant with lazy getHostname() function - macOS intermittently returns empty hostname during ESM module load phase - Lazy resolution ensures hostname is...
- fix: add self-knowledge docs rule to system prompt — Summary - Adds the self-knowledge docs-authority rule to the generated Documentation section in src/agents/system-prompt.ts. - Covers both local-docs and public-docs prompt rendering in...
- Fix realtime voice-call barge-in cancellation — Summary - Move realtime voice-call barge-in cancellation from local MuLaw speech detection to the provider VAD input_audio_buffer.speech_started event. - Guard cancellation with...
- feat(voice-call): add Microsoft Teams voice provider (OpenClawTeamsBridge) — Summary What problem does this PR solve? - OpenClaw's voice-call extension supports Twilio, Telnyx, Plivo, and a mock provider, but has no way to handle Microsoft Teams calls. Teams audio cannot...
- 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,...
- fix: surface safe terminal tool fallbacks — Summary - Add opt-in terminal fallback metadata through agent-core, session tool definitions, subscribe handling, and the embedded runner. - Surface safe terminal summaries for tool-loop and...
- fix(media): stop pruning media on write; let the configured timer do it — Summary saveMediaSource ran an inline cleanOldMedia(DEFAULT_TTL_MS, { recursive: false }) on every call. Two problems compounded: 1. DEFAULT_TTL_MS is 2 minutes, hardcoded — it ignores the...
- fix(logging): make memory pressure logs operator-actionable with units, percentage, and hint — Summary Fixes #90783. The gateway/diagnostics/memory subsystem emitted memory pressure: messages with raw byte counts, no percentage of the threshold, and no operator guidance. Additionally,...
- doctor --fix migrates codex/gpt-5.5 to openai/gpt-5.5, then Codex app-server startup times out on 2026.6.1 — Summary On OpenClaw 2026.6.1, openclaw doctor --fix migrates a working Codex-backed setup from codex/gpt-5.5 to openai/gpt-5.5. After the migration, the config validates and the gateway restarts, but...
- fix(memory): write dream fallback without subagent runtime — Summary - write a deterministic DREAMS.md fallback entry when managed cron dreaming has candidates/promotions but no subagent runtime - reuse the existing safe fallback prose path instead of leaking...
- fix(cron): guard against undefined sourceDelivery in isolated executor — Summary Guard against undefined sourceDelivery in the isolated cron executor to prevent TypeError: Cannot read properties of undefined (reading 'sourceReplyDeliveryMode'), and unify the cron...
- fix: allow trusted host-read html after outbound staging — Summary Fixes Telegram/file outbound delivery for trusted generated text/html reports after the attachment is staged into the OpenClaw outbound media store. PR #87982 allowed generated HTML reports...
- [Feature]: Post-response async actions / background job continuations — Summary Allow agents to queue async actions during a turn, send an acknowledgement immediately, and have OC execute the work after the visible response with a later callback/result. Problem to solve...
- docs: clarify OpenClaw vs Codex code mode — Summary - add a side-by-side comparison table for OpenClaw code mode vs Codex Code Mode in docs/reference/code-mode.md - add a reverse link from docs/plugins/codex-harness.md so Codex harness readers...
- fix(export-session): correct export-html template copy path — Summary Fixes #90843 - /export-session command crashes with ENOENT error because export-html templates are copied to the wrong location during build. Root Cause The commands-export-session.ts module...
- fix(compact): make /compact command cancelable via abortEmbeddedAgentRun — Summary Fix #66535: /compact command could not be canceled while in progress. The command had no active-run registration and no abort signal, so /stop was a no-op during long-running compaction....
- OpenClaw sponsors (112 total) — 112 sponsors supporting OpenClaw
- fix: hide banned user publisher profiles (#2528)
- fix: stop copying publisher ids to skill embeddings (#2532)
- feat: add temporal publisher abuse scan (#2531)
- fix(cli): accept legacy verify json flag — Accept legacy skill verify --json usage as a hidden compatibility no-op, add a regression e2e for the flattened verifier response, and prepare clawhub@0.19.2.
- feat: show plugin downloads in lists — Show plugin download counts in lists, add downloads sorting, and remove plugin family badges from plugin list/grid rows.
- fix: exclude official orgs from publisher abuse (#2527)
- feat: add org deletion cascade — Closes #2516.
- fix: add targeted legacy publisher ownership repair — Adds a targeted legacy owner-publisher projection repair mutation for one user and covers the repair path in maintenance tests.
- build(deps): bump the github-actions group with 3 updates (#2473) — Bumps the github-actions group with 3 updates: useblacksmith/begin-testbox, github/codeql-action and trufflesecurity/trufflehog. Updates useblacksmith/begin-testbox from...
- build(deps): bump commander from 14.0.3 to 15.0.0 (#2476) — Bumps commander from 14.0.3 to 15.0.0. - Release notes - Changelog - Commits updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production...
- build(deps): bump the production-minor-and-patch group across 1 directory with 12 updates (#2510)
- build(deps-dev): bump the development-minor-and-patch group across 1 directory with 5 updates (#2475) — Bumps the development-minor-and-patch group with 5 updates in the / directory: Updates @vitest/coverage-v8 from 4.1.7 to 4.1.8 - Release notes - Changelog - Commits Updates oxfmt from 0.51.0 to...
- feat: show skill scan queue progress
- fix: sync github status through skill digests
- update coderabbit
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...
- Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
- Google restricting Google AI Pro/Ultra subscribers for using OpenClaw
- OpenClaw – Moltbot Renamed Again
- Anthropic says OpenClaw-style Claude CLI usage is allowed again
- You are not supposed to install OpenClaw on your personal computer
- StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)
- 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
- Your AI on WhatsApp — Fully Local, Powered by Gemma — Build a personal AI assistant that answers on Telegram/WhatsApp/CLI using Gemma 4 E2B and delegates...
- 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...
- One Agent, Many Skills: How Complex Workflows Run Behind a Single Chat Message — "Multi-agent coordination" sounds like something from a research paper. Swarms of AI models passing...
- Autonomous AI agents just became enterprise-safe PREVIEW: What Microsoft shipped at Build 2026 and… — Hey there,Continue reading on Medium »
- The Hello World of 2026: Building Your First Stateful Agent with LangGraph — > The backend engineering baseline has officially shifted from raw, stateless model calls to compiling state graphs.Continue reading on Medium »
- The AI Agent 358,000 Developers Star-d on GitHub Just Landed on Windows. — Something quietly significant happened at Microsoft Build this week.Continue reading on Medium »
- I Locally Deployed an Agent to post about the coolest cars on Instagram — The IdeaContinue reading on Level Up Coding »
- The First Notes System I’ve Actually Stuck With (A Practical Use Case of OpenClaw) — My life is busy. i have a full time job, I am pursuing a masters degree, I had my first child 2 months ago and I have a side photo booth…Continue reading on Medium »
- I let an AI agent run my inbox while I slept. Here’s exactly what it did. — An explainer on the difference between AI that responds and AI that acts, and why the orchestration layer is about to become the thing…Continue reading on Medium »
- Specification-Driven Development with AI — A Beginner’s GuideContinue reading on Medium »
- OpenClaw for Windows: Bringing Secure AI Automation to your Desktop — Artificial Intelligence is no longer limited to cloud servers or research labs — it’s now reaching your personal computer. OpenClaw for…Continue reading on CodeToDeploy »
- Apollo AI — Customizable interface for private, on-device AI model chatting, open source and closed source LLM connections, OpenRouter support, custom backend support, and unified access to language models...
Don't miss what's next. Subscribe to Openclaw Newsletter: