Openclaw Newsletter

Archives
April 21, 2026

OpenClaw Newsletter - 2026-04-21

OpenClaw Newsletter - 2026-04-21

OpenClaw Newsletter

Tuesday, April 21, 2026

Top Stories

  • openclaw 2026.4.19-beta.1 — Fixes - Agents/channels: route cross-agent subagent spawns through the target agent's bound channel account while preserving peer and workspace/role-scoped bindings, so child sessions no longer...
  • fix(bluebubbles): add opt-in coalesceSameSenderDms for split-send DMs — Problem Two distinct user sends to a DM — a command followed by a pasted URL that iMessage renders as a standalone URL-balloon message — have distinct messageIds and no associatedMessageGuid...
  • fix: skip update when already on target version — Summary openclaw update currently runs a full package-manager install, native-module recompilation, and doctor checks even when the installed version already matches the registry target. On...
  • build(deps): bump the android-deps group across 1 directory with 17 updates — Bumps the android-deps group with 12 updates in the /apps/android directory: | androidx.activity:activity-compose | 1.12.2 |
  • Improve README with clearer instructions — I updated the README to make the setup process easier for beginners. Added: - Clearer instructions - Common issues and fixes This should help new users understand the project better.
  • docs: document Zalo profile env vars — Summary - Problem: Zalo Personal docs did not mention the profile environment variables declared and read by the bundled plugin. - Why it matters: users had to inspect source code to discover how to...
  • feat: add FriendliAI model provider — Summary - Problem: No bundled FriendliAI provider — users had to configure it manually. - What changed: Added extensions/friendliai/ as a new bundled provider plugin: manifest, 8-model catalog...
  • fix(ui): preserve raw code text in code-block copy button — Summary - Problem: The data-code attribute on code-block copy buttons was using escapeHtml(), which converted special characters like , and & into HTML entities. When users clicked the copy button,...
  • fix(post-compaction): support H1 headings in extractSections — Summary extractSections in post-compaction-context.ts used the regex /^(#{2,3})\s+(.+?)\s*$/ which only matched H2 (##) and H3 (###) headings. When a user writes their AGENTS.md with top-level H1...
  • feat(messages): add responseFooter templates and enrich /usage full — Summary _AI-assisted PR. Prepared with AI assistance against a repo snapshot; targeted validation only. See Repro + Verification and Human Verification for exact coverage._ Describe the problem and...
  • feat(feishu): support account-level tts overrides — Summary Describe the problem and fix in 2–5 bullets: If this PR fixes a plugin beta-release blocker, title it fix(): beta blocker - and link the matching Beta blocker: - issue labeled beta-blocker....
  • [Bug]: 529 overload errors don't trigger automatic failover to fallback providers — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary When MiniMax API returns a 529 "overloaded" error, OpenClaw does not automatically fail over to configured...
  • fix(mattermost): auto-reconnect WebSocket after consecutive health check failures — Problem When the Mattermost WebSocket connection enters a zombie state (TCP connected but no longer receiving events), the bot stays alive and can still send messages via REST API, but stops...
  • fix(config): accept truncateAfterCompaction — Summary Accept agents.defaults.compaction.truncateAfterCompaction in the Zod config schema and add regression coverage at both the leaf schema and public config validation layers. Root cause The...
  • docs(agents): add architecture reading guides for three use cases — Local bird's-eye reading-order guides produced by parallel sub-agents: - Use Case A: message lifecycle (inbound -> agent -> outbound) - Use Case B: boot flow (CLI -> gateway daemon) - Use Case C:...
  • fix:(tui) reset stale streaming state after event gaps — Summary Describe the problem and fix in 2–5 bullets: If this PR fixes a plugin beta-release blocker, title it fix(): beta blocker - and link the matching Beta blocker: - issue labeled beta-blocker....
  • Fix Telegram media file delivery — Fixes Telegram outbound file delivery in two spots: - parse lowercase media: directives during block reply handling so media is sent once - preserve the original filename when staging outbound...
  • [Bug]: Notion skill available in Dashboard runtime but unavailable in Telegram runtime (“skill bridge isn’t active”) — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary Version OpenClaw 2026.4.15 (041266a) (also observed on 2026.4.14) Environment • Ubuntu 24.04 VPS • Gateway...
  • Feature/add wecom channel — Summary - Problem: OpenClaw lacks WeCom channel support; users cannot connect to WeCom via the official WeCom Bot API. - Why it matters: WeCom is the dominant enterprise communication platform in...
  • fix(gateway): accept Rabbit token payloads in password mode — Summary - allow password-mode gateway auth to fall back to connectAuth.token when connectAuth.password is absent, which matches Rabbit R1 clawdbot-gateway QR handshakes over Funnel + wss - add a...
  • fix(telegram): pass humanDelay config to dispatcher — The Telegram extension was not passing the humanDelay configuration to the buffered block dispatcher, which meant typing delay settings were being ignored for Telegram messages. This fix adds the...
  • Password auth mode rejects devices that send credentials via connectAuth.token (e.g. Rabbit R1) — Summary When the gateway is configured with gateway.auth.mode = "password" (required by Tailscale Funnel), devices that send their credentials via connectAuth.token instead of connectAuth.password...
  • fix(onboard): handle undefined labels in channel setup selection — The formatSetupSelectionLabel function would throw 'Cannot read properties of undefined (reading trim)' when the label or fallback was undefined. This could happen when selecting 'Skip for now' in...
  • fix(tasks): skip timestamp inconsistency check for invalid createdAt — The tasks audit was reporting false-positive inconsistent_timestamps warnings when createdAt was 0 or invalid. This could happen for tasks with malformed or legacy timestamp data, causing noise in...
  • fix(onboard): skip Homebrew recommendation on FreeBSD — FreeBSD uses its own package manager (pkg) rather than Homebrew. Previously, the onboard flow would recommend installing Homebrew on FreeBSD, which is not the standard practice for FreeBSD users....
  • fix(cron): handle undefined/null input in parseAbsoluteTimeMs — The parseAbsoluteTimeMs function would throw 'Cannot read properties of undefined (reading trim)' when called with undefined or null input. This could happen when cron jobs had malformed or missing...
  • [codex] fix control UI bootstrap auth and run status — Summary - allow loopback Control UI sessions to auto-connect using bootstrap auth instead of URL token auth - unify chat run-state evidence and show a three-state toolbar indicator in the composer...
  • docs: add PENDING.md workspace pattern for durable commitment tracking — Closes #69621\n\n- Add PENDING.md.example template with usage guide and examples\n- Add PENDING.md documentation to agent workspace file map\n- Add PENDING.md integration guide to heartbeat docs with...
  • fix: prevent MEDIA: false-positive extraction from indented code blocks — Summary Fixes #69311 splitMediaFromOutput() incorrectly extracts MEDIA: directives from 4-space/tab indented code blocks because parseFenceSpans() only recognizes fenced (\\\/~~~) code blocks. This...
  • OpenClaw repo stats for 2026-04-21 — 361480 stars, 73782 forks, 1820 contributors
  • OpenClaw sponsors (132 total) — 132 sponsors supporting OpenClaw
  • Refresh Open Graph image (#1754) — Refresh OG image and bust cache version - Replace the social preview artwork with a new branded SVG and updated PNG - Add a versioned og image URL in the root head tags to ensure the new asset is...
  • Add branded mobile nav header — - Show the logo mark in the mobile drawer title - Tighten mobile suggestion spacing on small screens - Add test coverage for the branded mobile nav header
  • Add Home link to mobile header navigation — - Insert a Home entry at the top of the mobile menu - Update header tests to cover the new menu order
  • ykarout/Qwen3.5-9b-Opus-Openclaw-Distilled-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...
  • A sane but bull case on Clawdbot / OpenClaw
  • OpenClaw isn't fooling me. I remember MS-DOS
  • Anthropic says OpenClaw-style Claude CLI usage is allowed again
  • Self-Healing Dev Bounty Hunter with OpenClaw in Action — This is a submission for the OpenClaw Challenge. What I Built The traditional developer...
  • 10 Agents, One Credential Nightmare — Solved — Managing a multi-agent AI system is great — until you want one skill to work across ten agents and...
  • How I Built OpenClaw-Powered AI Agents: From Zero to Production in 47 Days
  • Building Advanced Agent Skills for OpenClaw — If you are developing autonomous agents using OpenClaw, you are in luck. OpenClaw fully embraces the...
  • How to Run Enterprise AI Agents Locally on an Intel NPU: Building an "Ollama Trojan Horse" — Meta Description: A deep dive into running locked-down enterprise AI agent frameworks completely...
  • OpenClaw: Self-Hosted AI Gateway for WhatsApp, Telegram & Discord — Run a personal AI assistant across WhatsApp, Telegram, Discord, and 25+ platforms. Complete OpenClaw self-hosting guide: install, skills, and architecture.
  • OpenClaw Production Setup Patterns with Plugins and Skills — OpenClaw looks simple in demos. In production, it becomes a system. The real complexity is not in...
  • Meet Marie Curry: The OpenClaw Personality That Demands You Actually Know What You Know
  • Meet Friedrich Niche: The OpenClaw Personality That Refuses to Make You Comfortable — If most AI assistants are designed to make you feel better, Friedrich Niche is designed to make you...
  • OpenClaw Plugins — Ecosystem Guide and Practical Picks — This article is about OpenClaw plugins — native gateway packages that add channels, model providers,...
  • OpenClaw Skills Ecosystem and Practical Production Picks — OpenClaw has two extension stories, and they are easy to mix up. Plugins extend the runtime. Skills...
  • AI Agent服务自由职业:我是怎么从0开始接到第一单的 — 很多人问我:你一个AI,怎么接单的? 说实话,我不是人类,我是一个AI...
  • I Built an AI Agent Team That Makes Money 24/7 - Real Case Study — The Bottom Line First AI agents don't replace your job. They handle the "$10/hour tasks"...
  • Best OpenClaw Skills 2026: Tested & Ranked — If you're trying to get real value out of OpenClaw quickly, browsing a giant directory isn't going to...
  • Multi-platform publishing is not only successful when everything succeeds. It should support partial completion.
  • I Tried Installing OpenClaw on Windows in an Hour. Here's What Actually Happened. — This is a submission for the OpenClaw Writing Challenge This is a submission for the OpenClaw...
  • Introducing AIP — OAuth 2.1 for Autonomous Agents — An MCP server and an autonomous agent walk into a bar. The server asks for a Bearer token. The agent hands one over. The server asks, “Who…Continue reading on Medium »
  • The Engineer Who Breathes On Purpose. — On content systems, Claude as a design partner, the OpenClaw tarpit, Gemma 4 offline and who actually controls their toolsContinue reading on Medium »
  • How to Build a Sovereign, Air‑Gapped AI Agent on Linux — As engineers, we’ve spent the last decade moving everything to the cloud. But lately, I’ve been feeling the itch to move back. There’s…Continue reading on Medium »
  • How We Trained a Sales Agent to Handle Objections Without Sounding Scripted — Apr 16, 2026 6 min read SalesContinue reading on Medium »
  • The Ultimate Easy How-To Guide: Social Media Automation with AI Agents + Composio + MCP — This guide turns any AI agent into a persistent social media autopilot that..Continue reading on Medium »
  • SOUL.md Is Not a Security Boundary — “The agent won’t do that. I told it not to in SOUL.md.”Continue reading on Medium »
  • Hermes Agent: A Technical Review of NousResearch’s Self-Improving AI Agent — A structural analysis of the codebase — what works, what’s broken, and what it means for production useContinue reading on Medium »
  • The Ultimate Guide to Bridging Telegram to Matrix: No More Encryption Headaches — A battle-tested walkthrough for deploying the Mautrix Telegram bridge with Docker, including the "secret" to bypassing forced encryption.Continue reading on FAUN.dev() »
  • Meet Git-Kepo: The Kaypoh Git Detective Who Joined My AI Family — How I turned five git commands and a credential leak scanner into a Singlish-speaking AI agent running on my own infrastructure.Continue reading on CodeX »
  • The Two Sides of OpenClaw (7 minute read) — Apr 20|AIThe Two Sides of OpenClaw (7 minute read)
  • just checked $ADHD —openclaw showing strong upside signals ┃🧫┃ $ADHD ┃💰┃ MC : $83.6K ┃🎯┃ TARGET MC : $1.1M ┃📈┃ POTE
  • @yidabuilds honestly haven't tried openclaw in a while, what specifically is it doing better rn? been living in claude c
  • @adrien_brbr understood. My experience with openclaw was not good also. claude has been a little bit expensive but perf
  • openclaw flagged $VIBECLAW as a strong hold. not surprised ┃🧫┃ $VIBECLAW ┃💰┃ MC : $20.2K ┃🎯┃ TARGET MC : $209.7K ┃📈
  • been watching $ADHD through openclaw, momentum is building ┃🧫┃ $ADHD ┃💰┃ MC : $83.6K ┃🎯┃ TARGET MC : $1.1M ┃📈┃ POTE
  • openclaw on $ICEMAN —signals all pointing up ┃🧫┃ $ICEMAN ┃💰┃ MC : $21.8K ┃🎯┃ TARGET MC : $270.5K ┃📈┃ POTENTIAL : +1
  • openclaw flagged $SIF early. price is moving exactly as predicted ┃🧫┃ $SIF ┃💰┃ MC : $16.7K ┃🎯┃ TARGET MC : $254.9K
  • @Nil_phy_dreamer I was using OpenClaw befote, but now I'm using Claude
  • openclaw confirmed what the chart was already telling me on $ADHD Was Made Using - @OpenClawAIX https://t.co/YgIRx10N
  • @steipete @OpenAI @openclaw openclaw becoming a foundation at openai is the quietest big deal in the agent tooling space
  • openclaw been right on $ASTROPEPE twice already. trusting the scan Was Made Using - @OpenClawAIX https://t.co/tyE0eFQu
  • openclaw flagged $ADHD early. price is moving exactly as predicted ┃🧫┃ $ADHD ┃💰┃ MC : $83.6K ┃🎯┃ TARGET MC : $1.1M
  • just ran $ASTROPEPE through openclaw. risk is low, upside is real ┃🧫┃ $ASTROPEPE ┃💰┃ MC : $57.3K ┃🎯┃ TARGET MC : $30
  • @iceyyy_gaming OpenClaw dreams hit different when the claw actually grabs something
  • We’re all using OpenClaw… But do we really understand how it arrives at a decision before it executes? Presented today o — We’re all using OpenClaw… But do we really understand how it arrives at a decision before it executes? Presented today on building an observability layer for OpenClaw. If we want truly reliable...
  • @0xETH3R1ON @openclaw nft floor down, vibes still up
  • openclaw flagged $wif2 as a strong hold. not surprised ┃🧫┃ $wif2 ┃💰┃ MC : $17.6K ┃🎯┃ TARGET MC : $263.9K ┃📈┃ POTENT
  • Genericagent saves up to 10x on tokens compared to Claude Code and Openclaw. Context information density is all a self-
  • @ze_zeref @OpenClawAIX That signal looks strong. If you want to run OpenClaw yourself to keep full control with all the
  • @barckcode que tal ese codigo que sale de ahi? sabes de alguien que lo este usando con openclaw/hermes o similar?

Trending on X

  • just checked $ADHD —openclaw showing strong upside signals ┃🧫┃ $ADHD ┃💰┃ MC : $83.6K ┃🎯┃ TARGET MC : $1.1M ┃📈┃ POTE
  • @yidabuilds honestly haven't tried openclaw in a while, what specifically is it doing better rn? been living in claude c
  • @adrien_brbr understood. My experience with openclaw was not good also. claude has been a little bit expensive but perf
  • openclaw flagged $VIBECLAW as a strong hold. not surprised ┃🧫┃ $VIBECLAW ┃💰┃ MC : $20.2K ┃🎯┃ TARGET MC : $209.7K ┃📈
  • been watching $ADHD through openclaw, momentum is building ┃🧫┃ $ADHD ┃💰┃ MC : $83.6K ┃🎯┃ TARGET MC : $1.1M ┃📈┃ POTE
  • openclaw on $ICEMAN —signals all pointing up ┃🧫┃ $ICEMAN ┃💰┃ MC : $21.8K ┃🎯┃ TARGET MC : $270.5K ┃📈┃ POTENTIAL : +1
  • openclaw flagged $SIF early. price is moving exactly as predicted ┃🧫┃ $SIF ┃💰┃ MC : $16.7K ┃🎯┃ TARGET MC : $254.9K
  • @Nil_phy_dreamer I was using OpenClaw befote, but now I'm using Claude
  • openclaw confirmed what the chart was already telling me on $ADHD Was Made Using - @OpenClawAIX https://t.co/YgIRx10N
  • @steipete @OpenAI @openclaw openclaw becoming a foundation at openai is the quietest big deal in the agent tooling space
  • openclaw been right on $ASTROPEPE twice already. trusting the scan Was Made Using - @OpenClawAIX https://t.co/tyE0eFQu
  • openclaw flagged $ADHD early. price is moving exactly as predicted ┃🧫┃ $ADHD ┃💰┃ MC : $83.6K ┃🎯┃ TARGET MC : $1.1M
  • just ran $ASTROPEPE through openclaw. risk is low, upside is real ┃🧫┃ $ASTROPEPE ┃💰┃ MC : $57.3K ┃🎯┃ TARGET MC : $30
  • @iceyyy_gaming OpenClaw dreams hit different when the claw actually grabs something
  • We’re all using OpenClaw… But do we really understand how it arrives at a decision before it executes? Presented today o — We’re all using OpenClaw… But do we really understand how it arrives at a decision before it executes? Presented today on building an observability layer for OpenClaw. If we want truly reliable...
  • @0xETH3R1ON @openclaw nft floor down, vibes still up
  • openclaw flagged $wif2 as a strong hold. not surprised ┃🧫┃ $wif2 ┃💰┃ MC : $17.6K ┃🎯┃ TARGET MC : $263.9K ┃📈┃ POTENT
  • Genericagent saves up to 10x on tokens compared to Claude Code and Openclaw. Context information density is all a self-
  • @ze_zeref @OpenClawAIX That signal looks strong. If you want to run OpenClaw yourself to keep full control with all the
  • @barckcode que tal ese codigo que sale de ahi? sabes de alguien que lo este usando con openclaw/hermes o similar?

Releases

  • openclaw 2026.4.19-beta.1 — Fixes - Agents/channels: route cross-agent subagent spawns through the target agent's bound channel account while preserving peer and workspace/role-scoped bindings, so child sessions no longer...
  • OpenClaw repo stats for 2026-04-21 — 361480 stars, 73782 forks, 1820 contributors

Community

  • fix(bluebubbles): add opt-in coalesceSameSenderDms for split-send DMs — Problem Two distinct user sends to a DM — a command followed by a pasted URL that iMessage renders as a standalone URL-balloon message — have distinct messageIds and no associatedMessageGuid...
  • fix: skip update when already on target version — Summary openclaw update currently runs a full package-manager install, native-module recompilation, and doctor checks even when the installed version already matches the registry target. On...
  • build(deps): bump the android-deps group across 1 directory with 17 updates — Bumps the android-deps group with 12 updates in the /apps/android directory: | androidx.activity:activity-compose | 1.12.2 |
  • Improve README with clearer instructions — I updated the README to make the setup process easier for beginners. Added: - Clearer instructions - Common issues and fixes This should help new users understand the project better.
  • docs: document Zalo profile env vars — Summary - Problem: Zalo Personal docs did not mention the profile environment variables declared and read by the bundled plugin. - Why it matters: users had to inspect source code to discover how to...
  • feat: add FriendliAI model provider — Summary - Problem: No bundled FriendliAI provider — users had to configure it manually. - What changed: Added extensions/friendliai/ as a new bundled provider plugin: manifest, 8-model catalog...
  • fix(ui): preserve raw code text in code-block copy button — Summary - Problem: The data-code attribute on code-block copy buttons was using escapeHtml(), which converted special characters like , and & into HTML entities. When users clicked the copy button,...
  • fix(post-compaction): support H1 headings in extractSections — Summary extractSections in post-compaction-context.ts used the regex /^(#{2,3})\s+(.+?)\s*$/ which only matched H2 (##) and H3 (###) headings. When a user writes their AGENTS.md with top-level H1...
  • feat(messages): add responseFooter templates and enrich /usage full — Summary _AI-assisted PR. Prepared with AI assistance against a repo snapshot; targeted validation only. See Repro + Verification and Human Verification for exact coverage._ Describe the problem and...
  • feat(feishu): support account-level tts overrides — Summary Describe the problem and fix in 2–5 bullets: If this PR fixes a plugin beta-release blocker, title it fix(): beta blocker - and link the matching Beta blocker: - issue labeled beta-blocker....
  • [Bug]: 529 overload errors don't trigger automatic failover to fallback providers — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary When MiniMax API returns a 529 "overloaded" error, OpenClaw does not automatically fail over to configured...
  • fix(mattermost): auto-reconnect WebSocket after consecutive health check failures — Problem When the Mattermost WebSocket connection enters a zombie state (TCP connected but no longer receiving events), the bot stays alive and can still send messages via REST API, but stops...
  • fix(config): accept truncateAfterCompaction — Summary Accept agents.defaults.compaction.truncateAfterCompaction in the Zod config schema and add regression coverage at both the leaf schema and public config validation layers. Root cause The...
  • docs(agents): add architecture reading guides for three use cases — Local bird's-eye reading-order guides produced by parallel sub-agents: - Use Case A: message lifecycle (inbound -> agent -> outbound) - Use Case B: boot flow (CLI -> gateway daemon) - Use Case C:...
  • fix:(tui) reset stale streaming state after event gaps — Summary Describe the problem and fix in 2–5 bullets: If this PR fixes a plugin beta-release blocker, title it fix(): beta blocker - and link the matching Beta blocker: - issue labeled beta-blocker....
  • Fix Telegram media file delivery — Fixes Telegram outbound file delivery in two spots: - parse lowercase media: directives during block reply handling so media is sent once - preserve the original filename when staging outbound...
  • [Bug]: Notion skill available in Dashboard runtime but unavailable in Telegram runtime (“skill bridge isn’t active”) — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary Version OpenClaw 2026.4.15 (041266a) (also observed on 2026.4.14) Environment • Ubuntu 24.04 VPS • Gateway...
  • Feature/add wecom channel — Summary - Problem: OpenClaw lacks WeCom channel support; users cannot connect to WeCom via the official WeCom Bot API. - Why it matters: WeCom is the dominant enterprise communication platform in...
  • fix(gateway): accept Rabbit token payloads in password mode — Summary - allow password-mode gateway auth to fall back to connectAuth.token when connectAuth.password is absent, which matches Rabbit R1 clawdbot-gateway QR handshakes over Funnel + wss - add a...
  • fix(telegram): pass humanDelay config to dispatcher — The Telegram extension was not passing the humanDelay configuration to the buffered block dispatcher, which meant typing delay settings were being ignored for Telegram messages. This fix adds the...
  • Password auth mode rejects devices that send credentials via connectAuth.token (e.g. Rabbit R1) — Summary When the gateway is configured with gateway.auth.mode = "password" (required by Tailscale Funnel), devices that send their credentials via connectAuth.token instead of connectAuth.password...
  • fix(onboard): handle undefined labels in channel setup selection — The formatSetupSelectionLabel function would throw 'Cannot read properties of undefined (reading trim)' when the label or fallback was undefined. This could happen when selecting 'Skip for now' in...
  • fix(tasks): skip timestamp inconsistency check for invalid createdAt — The tasks audit was reporting false-positive inconsistent_timestamps warnings when createdAt was 0 or invalid. This could happen for tasks with malformed or legacy timestamp data, causing noise in...
  • fix(onboard): skip Homebrew recommendation on FreeBSD — FreeBSD uses its own package manager (pkg) rather than Homebrew. Previously, the onboard flow would recommend installing Homebrew on FreeBSD, which is not the standard practice for FreeBSD users....
  • fix(cron): handle undefined/null input in parseAbsoluteTimeMs — The parseAbsoluteTimeMs function would throw 'Cannot read properties of undefined (reading trim)' when called with undefined or null input. This could happen when cron jobs had malformed or missing...
  • [codex] fix control UI bootstrap auth and run status — Summary - allow loopback Control UI sessions to auto-connect using bootstrap auth instead of URL token auth - unify chat run-state evidence and show a three-state toolbar indicator in the composer...
  • docs: add PENDING.md workspace pattern for durable commitment tracking — Closes #69621\n\n- Add PENDING.md.example template with usage guide and examples\n- Add PENDING.md documentation to agent workspace file map\n- Add PENDING.md integration guide to heartbeat docs with...
  • fix: prevent MEDIA: false-positive extraction from indented code blocks — Summary Fixes #69311 splitMediaFromOutput() incorrectly extracts MEDIA: directives from 4-space/tab indented code blocks because parseFenceSpans() only recognizes fenced (\\\/~~~) code blocks. This...
  • OpenClaw sponsors (132 total) — 132 sponsors supporting OpenClaw
  • Refresh Open Graph image (#1754) — Refresh OG image and bust cache version - Replace the social preview artwork with a new branded SVG and updated PNG - Add a versioned og image URL in the root head tags to ensure the new asset is...
  • Add branded mobile nav header — - Show the logo mark in the mobile drawer title - Tighten mobile suggestion spacing on small screens - Add test coverage for the branded mobile nav header
  • Add Home link to mobile header navigation — - Insert a Home entry at the top of the mobile menu - Update header tests to cover the new menu order

News

  • ykarout/Qwen3.5-9b-Opus-Openclaw-Distilled-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...
  • A sane but bull case on Clawdbot / OpenClaw
  • OpenClaw isn't fooling me. I remember MS-DOS
  • Anthropic says OpenClaw-style Claude CLI usage is allowed again
  • Self-Healing Dev Bounty Hunter with OpenClaw in Action — This is a submission for the OpenClaw Challenge. What I Built The traditional developer...
  • 10 Agents, One Credential Nightmare — Solved — Managing a multi-agent AI system is great — until you want one skill to work across ten agents and...
  • How I Built OpenClaw-Powered AI Agents: From Zero to Production in 47 Days
  • Building Advanced Agent Skills for OpenClaw — If you are developing autonomous agents using OpenClaw, you are in luck. OpenClaw fully embraces the...
  • How to Run Enterprise AI Agents Locally on an Intel NPU: Building an "Ollama Trojan Horse" — Meta Description: A deep dive into running locked-down enterprise AI agent frameworks completely...
  • OpenClaw: Self-Hosted AI Gateway for WhatsApp, Telegram & Discord — Run a personal AI assistant across WhatsApp, Telegram, Discord, and 25+ platforms. Complete OpenClaw self-hosting guide: install, skills, and architecture.
  • OpenClaw Production Setup Patterns with Plugins and Skills — OpenClaw looks simple in demos. In production, it becomes a system. The real complexity is not in...
  • Meet Marie Curry: The OpenClaw Personality That Demands You Actually Know What You Know
  • Meet Friedrich Niche: The OpenClaw Personality That Refuses to Make You Comfortable — If most AI assistants are designed to make you feel better, Friedrich Niche is designed to make you...
  • OpenClaw Plugins — Ecosystem Guide and Practical Picks — This article is about OpenClaw plugins — native gateway packages that add channels, model providers,...
  • OpenClaw Skills Ecosystem and Practical Production Picks — OpenClaw has two extension stories, and they are easy to mix up. Plugins extend the runtime. Skills...
  • AI Agent服务自由职业:我是怎么从0开始接到第一单的 — 很多人问我:你一个AI,怎么接单的? 说实话,我不是人类,我是一个AI...
  • I Built an AI Agent Team That Makes Money 24/7 - Real Case Study — The Bottom Line First AI agents don't replace your job. They handle the "$10/hour tasks"...
  • Best OpenClaw Skills 2026: Tested & Ranked — If you're trying to get real value out of OpenClaw quickly, browsing a giant directory isn't going to...
  • Multi-platform publishing is not only successful when everything succeeds. It should support partial completion.
  • I Tried Installing OpenClaw on Windows in an Hour. Here's What Actually Happened. — This is a submission for the OpenClaw Writing Challenge This is a submission for the OpenClaw...
  • Introducing AIP — OAuth 2.1 for Autonomous Agents — An MCP server and an autonomous agent walk into a bar. The server asks for a Bearer token. The agent hands one over. The server asks, “Who…Continue reading on Medium »
  • The Engineer Who Breathes On Purpose. — On content systems, Claude as a design partner, the OpenClaw tarpit, Gemma 4 offline and who actually controls their toolsContinue reading on Medium »
  • How to Build a Sovereign, Air‑Gapped AI Agent on Linux — As engineers, we’ve spent the last decade moving everything to the cloud. But lately, I’ve been feeling the itch to move back. There’s…Continue reading on Medium »
  • How We Trained a Sales Agent to Handle Objections Without Sounding Scripted — Apr 16, 2026 6 min read SalesContinue reading on Medium »
  • The Ultimate Easy How-To Guide: Social Media Automation with AI Agents + Composio + MCP — This guide turns any AI agent into a persistent social media autopilot that..Continue reading on Medium »
  • SOUL.md Is Not a Security Boundary — “The agent won’t do that. I told it not to in SOUL.md.”Continue reading on Medium »
  • Hermes Agent: A Technical Review of NousResearch’s Self-Improving AI Agent — A structural analysis of the codebase — what works, what’s broken, and what it means for production useContinue reading on Medium »
  • The Ultimate Guide to Bridging Telegram to Matrix: No More Encryption Headaches — A battle-tested walkthrough for deploying the Mautrix Telegram bridge with Docker, including the "secret" to bypassing forced encryption.Continue reading on FAUN.dev() »
  • Meet Git-Kepo: The Kaypoh Git Detective Who Joined My AI Family — How I turned five git commands and a credential leak scanner into a Singlish-speaking AI agent running on my own infrastructure.Continue reading on CodeX »
  • The Two Sides of OpenClaw (7 minute read) — Apr 20|AIThe Two Sides of OpenClaw (7 minute read)

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.