OpenClaw Newsletter - 2026-06-05
OpenClaw Newsletter
Friday, June 5, 2026Top Stories
- fix(voice-call): track Twilio streams after connect — Fixes #81122. What changed - Track a Twilio call as active only when the media stream actually connects via registerCallStream. - Stop marking a call active when TwiML is merely generated. - Update...
- feat(agents): add description field for dynamic agent discovery — Summary Surfaces configured agent descriptions through agents_list so orchestrator agents can understand sub-agent capabilities at runtime. This was originally requested in #7490. Current main...
- Enable native meta skill orchestration — Summary - Adds a native meta skill foundation in OpenClaw: typed frontmatter parsing, catalog projection, DAG runner, template rendering, pause/resume primitives, SQLite run-state schema, gates,...
- fix(state-migrations): archive plugin install index on conflict instead of keeping it — Summary - Archive the legacy plugin install JSON file even when conflicting records are detected, instead of leaving it in place. - Conflict warning is now emitted exactly once (on first migration)...
- feat(workspace): add tiered bootstrap loading with configurable bootstrapTier — Closes #22438 Motivation Bootstrap files consume LLM tokens on every session. For users with large workspaces, loading all files into every session — including sub-agents and cron jobs — wastes...
- Fix Discord default account startup priority — Fixes #77429 Real behavior proof - Behavior or issue addressed: Discord multi-account startup delay ordering previously followed the configured account id list directly, so a configured primary...
- fix(memory-core): write meta after sync when identity is missing with existing chunks — Summary - Problem: Gateway memory auto-sync creates a dead loop: it indexes files (creating chunks) but never writes the memory_index_meta_v1 meta table entry when indexIdentity.status !== "valid"...
- fix(skills): reconcile stale workshop proposals when target skill exists or is missing — Summary When a pending create proposal's target skill file already exists (e.g. user manually installed it after the workshop agent's apply timed out), or a pending update proposal's target skill...
- fix(agents): harden subagent announce retry and error handling — Summary - Increase retry budget from 3 to 5 attempts with longer exponential backoff (up to 30s) - Extend announce expiry from 5min to 10min, completion hard expiry from 30min to 45min - Add jitter...
- fix(subagents): preserve requester wake on visible delivery failure — Summary - split requester wake success from visible message-tool delivery status for subagent completions - preserve requester/parent wake when required group/channel visible delivery fails to...
- feat: per-channel thread.requireExplicitMention override for Slack — Summary - Add per-channel thread.requireExplicitMention override for Slack. - Preserve current Slack channel controls while rebasing onto current main: allowBots: "mentions" and botLoopProtection...
- [Feature]: Interface is German, I hate it. I am German. The translations will always feel akward. — Summary Provide a config setting to set the default local the the interface via config. Problem to solve I do not always want to find the switch lange button Proposed solution config option in...
- fix(gateway): accept --port on gateway health and probe (#79100) — Summary gateway run --port 18789 accepts --port, but the adjacent query subcommands rejected the same flag: - openclaw gateway health --port 18789 -> error: unknown option '--port' - openclaw gateway...
- feat(feishu): handle VC meeting invites — Summary - Register Feishu vc.bot.meeting_invited_v1 events in the monitor account setup. - Convert VC meeting invites into synthetic no-reply inbound turns that join by meeting number and carry...
- fix(runtime): snapshot tool definitions — Summary - Guard extension load failure formatting so hostile factory/module errors report as per-extension load errors instead of crashing the loader. - Guard session-side extension command,...
- [Feature]: Provide Skills, Plugins and Workspace templates in OCI+ORAS format — Summary Example of the concept: https://gitlab.com/xrow-public/helm-openclaw/-/blob/main/chart/README.md?ref_type=heads#setup-with-a-profile REF:...
- [Feature]: Please add a close or collapse button on workspace file panel. — Summary In recent v2026.6.1 release, I noticed this feature - builtin workspace file panel. Please make this workspace file panel collapsable. It constantly takes a huge part of the output window...
- fix(daemon): ignore active scheduled gateway task — Summary - Treat schtasks task names with a leading \ as the same canonical Windows launcher task name. - Keep genuinely separate legacy gateway-like tasks visible in the duplicate-service detector. -...
- feat(slack): add ignoreOtherMentions config option for channels — Summary Closes #89625 Adds \ignoreOtherMentions\ support to Slack channel config, matching the existing Discord behavior. When \ignoreOtherMentions: true\ is set on a Slack channel entry, the bot...
- [Bug] Vertex AI proxy route: signed thinking blocks poison session — permanent Invalid signature failure loop (claude-opus-4.6) — Summary A session using claude-opus-4.6 via a Vertex AI proxy (default-llm-sg) becomes permanently broken after extended thinking blocks with signatures accumulate in the conversation history. All...
- fix(secrets): use configured default agent ID in auth/model path discovery (#90573) — Summary - Replace hard-coded "main" with resolveDefaultAgentId(config) in the two storage-scan helpers that seed path discovery - Remove the agentId === "main" early-exit branches so all configured...
- feat(talk): add describe_view camera support for OpenAI Realtime — Summary Adds an OpenAI Realtime describe_view tool for browser Realtime Talk sessions, allowing the model to inspect a single user-approved camera frame during a WebRTC conversation. This is...
- [Bug]: Regression: prompt-launched Lobster workflow hangs on nested /tools/invoke, while curl-launched workflow works — Bug type Regression (worked before, now fails) Beta release blocker No Summary A Lobster workflow that calls /tools/invoke from a shell step hangs when the Lobster workflow is launched from an agent...
- fix(edit): preserve unrelated lines during fuzzy text matching — Fixes #89994 Summary When applyEditsToNormalizedContent needed fuzzy matching for any edit, it normalized the entire file via normalizeForFuzzyMatch and used that as the base for all splicing. This...
- [Bug]: Windows Hub setup fails to parse localized WSL version output on zh-CN Windows — Bug type Setup / Windows Hub preflight failure Summary OpenClaw Windows Hub setup fails at the preflight-wsl step on Simplified Chinese Windows 11 because it cannot parse the localized output from...
- chore(deps): bump the actions group across 1 directory with 4 updates — Bumps the actions group with 4 updates in the / directory: github/codeql-action, docker/setup-buildx-action, docker/build-push-action and openai/codex-action. Updates github/codeql-action from 4 to...
- [Bug] Memory Dreaming Promotion silently no-ops: cron isolated sessions get trigger=user instead of cron — Bug: Memory Dreaming Promotion silently no-ops — cron isolated sessions get trigger=user instead of cron Describe the Bug The memory-core plugin Dreaming Promotion cron job runs daily at 03:00 and...
- [Feature]: Inline SVG/HTML Render Tool (like show_widget) — Summary Inline SVG/HTML render tool for chat (like show_widget) Problem to solve When OpenClaw generates a diagram (architecture, flow, topology), there's no way to display it inline in chat. The...
- OpenClaw repo stats for 2026-06-05 — 376969 stars, 78760 forks, 2479 contributors
- OpenClaw sponsors (113 total) — 113 sponsors supporting OpenClaw
- fix: sync github status through skill digests
- fix: remove org badge from publisher profiles
- fix: clean up publisher catalog rows (#2513) — fix: clean up publisher catalog rows fix: type github sync soft deletes
- fix: keep pending github skills visible (#2514)
- fix: soft delete removed github skills (#2512)
- feat: surface github sync issues (#2509)
- test: gate public routes in ci smoke (#2508)
- Add official org selector to GitHub sync settings (#2505) — feat: select official org for github sync sources fix: rename github sync publisher field
- fix: skip publisher handle conflicts in ownership repair (#2507)
- fix: align org publisher catalog tabs (#2506)
- fix: backfill legacy publisher ownership (#2503)
- feat: add official org mod commands (#2504)
- fix: select publisher previews by installs (#2502)
- GitHub-backed skill source sync (#2498) — feat: add github-backed skill seed schema feat: render github-backed skill manifests feat: add github-backed skill install resolver feat: add github-backed skill source sync fix: handle github...
- fix: retry incomplete github sign-ins (#2501)
- feat: add shared download metering (#2485)
- feat: add publisher abuse review dashboard (#2471)
- fix: point account recovery to github issues (#2499)
- Add skill: brewpage-publish
- Update install instructions
- openclaw-cli 2026.6.1 on Homebrew — Your own personal AI assistant
- mradermacher/Medina-Qwen3.5-27B-OpenClaw-Uncensored-i1-GGUF
- 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 is changing my life
- OpenClaw isn't fooling me. I remember MS-DOS
- 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...
- 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...
- Containers & Agents with Docker & OpenClaw — You have a fundamental problem in software: your code works on your machine, but breaks on someone...
- 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 Medium »
- AI Inbox Triage That Actually Works: From a Morning Ritual to One Telegram Message — Mike runs a small consultancy — about a dozen people across three time zones. His inbox is what you’d expect: a steady stream of client…Continue reading on Medium »
- 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 research-heavy questions to your local…Continue reading on FAUN.dev() »
- From Clawbot To OpenClaw: How 1.5 Million Autonomous AI Agents Took The World By Storm
- It Felt Like Having a Personal AI Engineer Running on My Laptop: 4 days with OpenClaw — There is a strange moment when software stops feeling like software.Continue reading on Write A Catalyst »
- Microsoft Turns OpenClaw Into an Enterprise AI Agent With Scout (4 minute read) — Jun 04|InfosecMicrosoft Turns OpenClaw Into an Enterprise AI Agent With Scout (4 minute read)
- Poe — Poe is a web-based AI platform that hosts multiple assistant bots—including Claude and various GPT and image/audio models—to provide conversational Q&A, image and audio generation, and automated AI...
- @jjpcodes @zeeg Openclaw never was - Hermes started as a coding agent
- RT @takamasa045: OpenClawの機能を統合したSkywork 3.0で、どこまで「実務の準備」をまとめて進められるのか試してみた。 題材は、次回オフラインイベントの告知まわり。 Peatixの紹介文をもとに、LP
- this here was me😂😂every @openclaw update i ram broke my setups and every cron jobs - I always had to do a back & for
- Successfully connected telegram bot to openclaw project. @Hiteshdotcom @surajtwt_ Overwhelmed 💯💯 https://t.co/1p3M4iy
- RT @lightningmodeAI: A @NousResearch Hermes agent and an @openclaw agent, both running @grok as their brain, just paid e
- RT @Ambani_Wessley: Me adding Micro into my list of AI Assistants and it overpowers all of them including Claude, Codex
- RT @OLIOSPEC: Openclawロブスター捕まえたエレーナちゃん。かわいい! #computex2026 #avermedia https://t.co/ATHPXlXfPC
- Hey @OpenAI @thsottiaux, my account was just permanently deactivated with ZERO warnings! I’ve never shared my account an
- 🚢shipped for dem openclaw and hermes agents https://t.co/Q15tb1j4ZW — 🚢shipped for dem openclaw and hermes agents https://t.co/Q15tb1j4ZW
- with all the drama around zcash and a critical vulnerability that went unnoticed for four years, it’s worth remembering
- RT @Eyuel88: 💎 2/5 - Telegram's native OpenClaw AI agent, @teleclaw, is your personal 24/7 autonomous assistant that tur
- 🚢shipped for dem openclaw and hermes agents — 🚢shipped for dem openclaw and hermes agents
- RT @zeeg: I can’t believe people treat hermes/openclaw as a coding agent on par with the major players. I too can prom
- OpenClawというAIエージェントをめぐる一連の報道が、自律型AIのガバナンス問題を実例として浮き彫りにしている。MetaのセキュリティリサーチャーであるSummer
- 🚢for dem openclaw and hermes agents https://t.co/5A8GVrTBSY
- 🔥XHunt招AI内容运营实习生啦! 我们想寻找一个愿意和 Agent 一起工作的人,如果你每天都在折腾 Claude、Gemini、ChatGPT,甚至自己搭 Agent,我们想认识你。 🚀 你的日常 - 赛博造物主 1️⃣AI 驱动内 — 🔥XHunt招AI内容运营实习生啦! 我们想寻找一个愿意和 Agent 一起工作的人,如果你每天都在折腾 Claude、Gemini、ChatGPT,甚至自己搭 Agent,我们想认识你。 🚀 你的日常 - 赛博造物主 1️⃣AI 驱动内容生产与运营:调教 Claude, Gemini, DeepSeek 甚至各种 Agent https://t.co/rAbu2wj3Kj
- Jarvis yapan arkadaşları görmüşsünüzdür. Herkesin kendini Tony Stark gibi hissetmek istediğini biliyorum ama insanın b
- RT @Eyuel88: 💎 2/5 - Telegram's native OpenClaw AI agent, @teleclaw, is your personal 24/7 autonomous assistant that tur
- OpenClawの機能を統合したSkywork 3.0で、どこまで「実務の準備」をまとめて進められるのか試してみた。 題材は、次回オフラインイベントの告知まわり。 Peatixの紹介文をもとに、LP、X投稿文、サムネイル、カバー画像
- @upilhamster kalo ditangan orang IT, bisa jadi server untuk tempat openclaw/hermes ini 😂 jadiin asisten dah
Trending on X
- @jjpcodes @zeeg Openclaw never was - Hermes started as a coding agent
- RT @takamasa045: OpenClawの機能を統合したSkywork 3.0で、どこまで「実務の準備」をまとめて進められるのか試してみた。 題材は、次回オフラインイベントの告知まわり。 Peatixの紹介文をもとに、LP
- this here was me😂😂every @openclaw update i ram broke my setups and every cron jobs - I always had to do a back & for
- Successfully connected telegram bot to openclaw project. @Hiteshdotcom @surajtwt_ Overwhelmed 💯💯 https://t.co/1p3M4iy
- RT @lightningmodeAI: A @NousResearch Hermes agent and an @openclaw agent, both running @grok as their brain, just paid e
- RT @Ambani_Wessley: Me adding Micro into my list of AI Assistants and it overpowers all of them including Claude, Codex
- RT @OLIOSPEC: Openclawロブスター捕まえたエレーナちゃん。かわいい! #computex2026 #avermedia https://t.co/ATHPXlXfPC
- Hey @OpenAI @thsottiaux, my account was just permanently deactivated with ZERO warnings! I’ve never shared my account an
- 🚢shipped for dem openclaw and hermes agents https://t.co/Q15tb1j4ZW — 🚢shipped for dem openclaw and hermes agents https://t.co/Q15tb1j4ZW
- with all the drama around zcash and a critical vulnerability that went unnoticed for four years, it’s worth remembering
- RT @Eyuel88: 💎 2/5 - Telegram's native OpenClaw AI agent, @teleclaw, is your personal 24/7 autonomous assistant that tur
- 🚢shipped for dem openclaw and hermes agents — 🚢shipped for dem openclaw and hermes agents
- RT @zeeg: I can’t believe people treat hermes/openclaw as a coding agent on par with the major players. I too can prom
- OpenClawというAIエージェントをめぐる一連の報道が、自律型AIのガバナンス問題を実例として浮き彫りにしている。MetaのセキュリティリサーチャーであるSummer
- 🚢for dem openclaw and hermes agents https://t.co/5A8GVrTBSY
- 🔥XHunt招AI内容运营实习生啦! 我们想寻找一个愿意和 Agent 一起工作的人,如果你每天都在折腾 Claude、Gemini、ChatGPT,甚至自己搭 Agent,我们想认识你。 🚀 你的日常 - 赛博造物主 1️⃣AI 驱动内 — 🔥XHunt招AI内容运营实习生啦! 我们想寻找一个愿意和 Agent 一起工作的人,如果你每天都在折腾 Claude、Gemini、ChatGPT,甚至自己搭 Agent,我们想认识你。 🚀 你的日常 - 赛博造物主 1️⃣AI 驱动内容生产与运营:调教 Claude, Gemini, DeepSeek 甚至各种 Agent https://t.co/rAbu2wj3Kj
- Jarvis yapan arkadaşları görmüşsünüzdür. Herkesin kendini Tony Stark gibi hissetmek istediğini biliyorum ama insanın b
- RT @Eyuel88: 💎 2/5 - Telegram's native OpenClaw AI agent, @teleclaw, is your personal 24/7 autonomous assistant that tur
- OpenClawの機能を統合したSkywork 3.0で、どこまで「実務の準備」をまとめて進められるのか試してみた。 題材は、次回オフラインイベントの告知まわり。 Peatixの紹介文をもとに、LP、X投稿文、サムネイル、カバー画像
- @upilhamster kalo ditangan orang IT, bisa jadi server untuk tempat openclaw/hermes ini 😂 jadiin asisten dah
Releases
- OpenClaw repo stats for 2026-06-05 — 376969 stars, 78760 forks, 2479 contributors
- openclaw-cli 2026.6.1 on Homebrew — Your own personal AI assistant
Community
- fix(voice-call): track Twilio streams after connect — Fixes #81122. What changed - Track a Twilio call as active only when the media stream actually connects via registerCallStream. - Stop marking a call active when TwiML is merely generated. - Update...
- feat(agents): add description field for dynamic agent discovery — Summary Surfaces configured agent descriptions through agents_list so orchestrator agents can understand sub-agent capabilities at runtime. This was originally requested in #7490. Current main...
- Enable native meta skill orchestration — Summary - Adds a native meta skill foundation in OpenClaw: typed frontmatter parsing, catalog projection, DAG runner, template rendering, pause/resume primitives, SQLite run-state schema, gates,...
- fix(state-migrations): archive plugin install index on conflict instead of keeping it — Summary - Archive the legacy plugin install JSON file even when conflicting records are detected, instead of leaving it in place. - Conflict warning is now emitted exactly once (on first migration)...
- feat(workspace): add tiered bootstrap loading with configurable bootstrapTier — Closes #22438 Motivation Bootstrap files consume LLM tokens on every session. For users with large workspaces, loading all files into every session — including sub-agents and cron jobs — wastes...
- Fix Discord default account startup priority — Fixes #77429 Real behavior proof - Behavior or issue addressed: Discord multi-account startup delay ordering previously followed the configured account id list directly, so a configured primary...
- fix(memory-core): write meta after sync when identity is missing with existing chunks — Summary - Problem: Gateway memory auto-sync creates a dead loop: it indexes files (creating chunks) but never writes the memory_index_meta_v1 meta table entry when indexIdentity.status !== "valid"...
- fix(skills): reconcile stale workshop proposals when target skill exists or is missing — Summary When a pending create proposal's target skill file already exists (e.g. user manually installed it after the workshop agent's apply timed out), or a pending update proposal's target skill...
- fix(agents): harden subagent announce retry and error handling — Summary - Increase retry budget from 3 to 5 attempts with longer exponential backoff (up to 30s) - Extend announce expiry from 5min to 10min, completion hard expiry from 30min to 45min - Add jitter...
- fix(subagents): preserve requester wake on visible delivery failure — Summary - split requester wake success from visible message-tool delivery status for subagent completions - preserve requester/parent wake when required group/channel visible delivery fails to...
- feat: per-channel thread.requireExplicitMention override for Slack — Summary - Add per-channel thread.requireExplicitMention override for Slack. - Preserve current Slack channel controls while rebasing onto current main: allowBots: "mentions" and botLoopProtection...
- [Feature]: Interface is German, I hate it. I am German. The translations will always feel akward. — Summary Provide a config setting to set the default local the the interface via config. Problem to solve I do not always want to find the switch lange button Proposed solution config option in...
- fix(gateway): accept --port on gateway health and probe (#79100) — Summary gateway run --port 18789 accepts --port, but the adjacent query subcommands rejected the same flag: - openclaw gateway health --port 18789 -> error: unknown option '--port' - openclaw gateway...
- feat(feishu): handle VC meeting invites — Summary - Register Feishu vc.bot.meeting_invited_v1 events in the monitor account setup. - Convert VC meeting invites into synthetic no-reply inbound turns that join by meeting number and carry...
- fix(runtime): snapshot tool definitions — Summary - Guard extension load failure formatting so hostile factory/module errors report as per-extension load errors instead of crashing the loader. - Guard session-side extension command,...
- [Feature]: Provide Skills, Plugins and Workspace templates in OCI+ORAS format — Summary Example of the concept: https://gitlab.com/xrow-public/helm-openclaw/-/blob/main/chart/README.md?ref_type=heads#setup-with-a-profile REF:...
- [Feature]: Please add a close or collapse button on workspace file panel. — Summary In recent v2026.6.1 release, I noticed this feature - builtin workspace file panel. Please make this workspace file panel collapsable. It constantly takes a huge part of the output window...
- fix(daemon): ignore active scheduled gateway task — Summary - Treat schtasks task names with a leading \ as the same canonical Windows launcher task name. - Keep genuinely separate legacy gateway-like tasks visible in the duplicate-service detector. -...
- feat(slack): add ignoreOtherMentions config option for channels — Summary Closes #89625 Adds \ignoreOtherMentions\ support to Slack channel config, matching the existing Discord behavior. When \ignoreOtherMentions: true\ is set on a Slack channel entry, the bot...
- [Bug] Vertex AI proxy route: signed thinking blocks poison session — permanent Invalid signature failure loop (claude-opus-4.6) — Summary A session using claude-opus-4.6 via a Vertex AI proxy (default-llm-sg) becomes permanently broken after extended thinking blocks with signatures accumulate in the conversation history. All...
- fix(secrets): use configured default agent ID in auth/model path discovery (#90573) — Summary - Replace hard-coded "main" with resolveDefaultAgentId(config) in the two storage-scan helpers that seed path discovery - Remove the agentId === "main" early-exit branches so all configured...
- feat(talk): add describe_view camera support for OpenAI Realtime — Summary Adds an OpenAI Realtime describe_view tool for browser Realtime Talk sessions, allowing the model to inspect a single user-approved camera frame during a WebRTC conversation. This is...
- [Bug]: Regression: prompt-launched Lobster workflow hangs on nested /tools/invoke, while curl-launched workflow works — Bug type Regression (worked before, now fails) Beta release blocker No Summary A Lobster workflow that calls /tools/invoke from a shell step hangs when the Lobster workflow is launched from an agent...
- fix(edit): preserve unrelated lines during fuzzy text matching — Fixes #89994 Summary When applyEditsToNormalizedContent needed fuzzy matching for any edit, it normalized the entire file via normalizeForFuzzyMatch and used that as the base for all splicing. This...
- [Bug]: Windows Hub setup fails to parse localized WSL version output on zh-CN Windows — Bug type Setup / Windows Hub preflight failure Summary OpenClaw Windows Hub setup fails at the preflight-wsl step on Simplified Chinese Windows 11 because it cannot parse the localized output from...
- chore(deps): bump the actions group across 1 directory with 4 updates — Bumps the actions group with 4 updates in the / directory: github/codeql-action, docker/setup-buildx-action, docker/build-push-action and openai/codex-action. Updates github/codeql-action from 4 to...
- [Bug] Memory Dreaming Promotion silently no-ops: cron isolated sessions get trigger=user instead of cron — Bug: Memory Dreaming Promotion silently no-ops — cron isolated sessions get trigger=user instead of cron Describe the Bug The memory-core plugin Dreaming Promotion cron job runs daily at 03:00 and...
- [Feature]: Inline SVG/HTML Render Tool (like show_widget) — Summary Inline SVG/HTML render tool for chat (like show_widget) Problem to solve When OpenClaw generates a diagram (architecture, flow, topology), there's no way to display it inline in chat. The...
- OpenClaw sponsors (113 total) — 113 sponsors supporting OpenClaw
- fix: sync github status through skill digests
- fix: remove org badge from publisher profiles
- fix: clean up publisher catalog rows (#2513) — fix: clean up publisher catalog rows fix: type github sync soft deletes
- fix: keep pending github skills visible (#2514)
- fix: soft delete removed github skills (#2512)
- feat: surface github sync issues (#2509)
- test: gate public routes in ci smoke (#2508)
- Add official org selector to GitHub sync settings (#2505) — feat: select official org for github sync sources fix: rename github sync publisher field
- fix: skip publisher handle conflicts in ownership repair (#2507)
- fix: align org publisher catalog tabs (#2506)
- fix: backfill legacy publisher ownership (#2503)
- feat: add official org mod commands (#2504)
- fix: select publisher previews by installs (#2502)
- GitHub-backed skill source sync (#2498) — feat: add github-backed skill seed schema feat: render github-backed skill manifests feat: add github-backed skill install resolver feat: add github-backed skill source sync fix: handle github...
- fix: retry incomplete github sign-ins (#2501)
- feat: add shared download metering (#2485)
- feat: add publisher abuse review dashboard (#2471)
- fix: point account recovery to github issues (#2499)
- Add skill: brewpage-publish
- Update install instructions
News
- mradermacher/Medina-Qwen3.5-27B-OpenClaw-Uncensored-i1-GGUF
- 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 is changing my life
- OpenClaw isn't fooling me. I remember MS-DOS
- 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...
- 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...
- Containers & Agents with Docker & OpenClaw — You have a fundamental problem in software: your code works on your machine, but breaks on someone...
- 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 Medium »
- AI Inbox Triage That Actually Works: From a Morning Ritual to One Telegram Message — Mike runs a small consultancy — about a dozen people across three time zones. His inbox is what you’d expect: a steady stream of client…Continue reading on Medium »
- 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 research-heavy questions to your local…Continue reading on FAUN.dev() »
- From Clawbot To OpenClaw: How 1.5 Million Autonomous AI Agents Took The World By Storm
- It Felt Like Having a Personal AI Engineer Running on My Laptop: 4 days with OpenClaw — There is a strange moment when software stops feeling like software.Continue reading on Write A Catalyst »
- Microsoft Turns OpenClaw Into an Enterprise AI Agent With Scout (4 minute read) — Jun 04|InfosecMicrosoft Turns OpenClaw Into an Enterprise AI Agent With Scout (4 minute read)
- Poe — Poe is a web-based AI platform that hosts multiple assistant bots—including Claude and various GPT and image/audio models—to provide conversational Q&A, image and audio generation, and automated AI...
Don't miss what's next. Subscribe to Openclaw Newsletter: