Openclaw Newsletter

Archives
April 15, 2026

OpenClaw Newsletter - 2026-04-15

OpenClaw Newsletter - 2026-04-15

OpenClaw Newsletter

Wednesday, April 15, 2026

Top Stories

  • openclaw 2026.4.14 — OpenClaw 2026.4.14 is another broad quality release focused on model provider with explicit turn improvements for GPT-5 family and channel provider issues. Additionally we improved overal performance...
  • openclaw 2026.4.12 — OpenClaw 2026.4.12 is a broad quality release focused on plugin loading, memory and dreaming reliability, new local-model options, and a much smoother Feishu setup path. Changes - QA/lab: add...
  • [AI-assisted] Fix exec approval modal overflow for long command content — Summary Fix the dashboard exec approval modal so very long command content (e.g. a large serialized JSON allowlist payload) does not overflow the card and break the layout. Closes #53368. What...
  • fix(cron): preserve all fields in announce delivery by removing summarization instruction — Summary - Problem: appendCronDeliveryInstruction() told the cron agent to "Return your summary as plain text" — the word "summary" caused LLMs to condense and reformat structured output...
  • chore(telegram): diagnostic logging for voice DM transcription pipeline (#62496) — Summary Adds diagnostic logging (info/warn level, NOT verbose-only) at every step of the Telegram voice DM transcription pipeline to identify why voice transcription silently fails (#62496). This is...
  • fix(daemon): add Nix Home Manager PATH support to service environment — Summary - Problem: openclaw gateway install generates a service plist/unit that misses Nix-managed binaries from PATH. Skills depending on Nix-installed binaries (e.g. aoe, tmux, claude) are reported...
  • fix(telegram): apply allowH2:false to polling dispatcher — ...
  • Agent model configuration ignored—defaults override explicit agent.list[*].model settings — Bug Report Version OpenClaw 2026.3.8 (latest) Description Agent-level model configurations specified in agents.list[*].model are being ignored. Instead, the system defaults to...
  • fix(telegram): apply allowH2:false to polling dispatcher — Fix: Apply allowH2:false to Telegram polling dispatcher Root cause: allowH2: false was added to web_fetch in v4.7 to prevent undici from attempting HTTP/2 + IPv6 on Windows (causing 90-200s timeouts...
  • Bug: 2026.4.14 upgrade makes existing conversations fail broadly after repeated active-memory pre-reply timeouts — Summary After upgrading from 2026.4.12 to 2026.4.14, all existing conversations across multiple models/surfaces started failing with the generic UI error: > ⚠️ Something went wrong while processing...
  • fix: return 1M context for Anthropic Opus/Sonnet 4 without requiring context1m flag — Summary Fixes #66766 Supersedes #66790 (same core fix, also addresses Greptile blocking issues) Previously, resolveContextTokensForModel() required both isAnthropic1MModel() AND params.context1m ===...
  • fix(auth-profiles): make post-success bookkeeping saves non-fatal — Summary Fixes #62099. On Windows, concurrent config hot-reload can leave auth-profiles.json with a ReadOnly attribute. The atomic write in saveAuthProfileStore then throws EPERM, and because...
  • feat(opencode-go): add glm-5.1 catalog support — Summary - Problem: opencode-go/glm-5.1 is not surfaced in the OpenCode Go catalog even though OpenClaw already treats opencode-go as a modern provider family and GLM 5.1 is supported elsewhere in...
  • feat(opencode-go): add minimax-m2.7 catalog support — Summary - Problem: opencode-go/minimax-m2.7 is not surfaced in the OpenCode Go catalog even though OpenClaw already treats opencode-go refs as modern and MiniMax M2.7 is already supported elsewhere...
  • fix(media): allow host-local CSV and Markdown uploads via Slack — Summary Fixes #63604. CSV and Markdown files were silently rejected by \assertHostReadMediaAllowed\ when an agent tried to upload them via the \message\ tool (e.g. to Slack). The error reported \got...
  • feat: add Databricks serving provider plugin — Address architectural feedback from the previous PR #62230. Summary Describe the problem and fix in 2–5 bullets: - Problem: OpenClaw lacked native support for Databricks Serving Models. Interacting...
  • memory-wiki: fix native relative report links — Summary - fix native-markdown relative link rewriting for report paths in compiled wiki output - apply the accepted scoped 4-file bd-1dw2 repair in a clean landing clone - preserve the...
  • [Bug]: Session Timeout Spam with Codex and Active Memory ON — Bug type Regression (worked before, now fails) Beta release blocker No Summary Sessions in full timeout spam (unusable) when Active Memory ON 2026.4.14 webchat became “one message then stuck”...
  • Managed HOOK.md hooks silently no-op on before_tool_call / after_tool_call — Symptom A managed hook declared in ~/.openclaw/hooks//HOOK.md with events: ["before_tool_call"] (or after_tool_call) loads without error, shows "✓ Ready" in openclaw hooks info , appears in the...
  • fix(cron): promote silent-undefined schedule to error, break spin loop (#66019) — Summary \applyJobResult\ in \src/cron/service/timer.ts\ conflated two semantics on \MIN_REFIRE_GAP_MS\: 1. Lower bound for the next cron fire (the #17821 fix — protects against "next run lands in the...
  • Main workspace excluded from dreaming schedule — silently skipped — Bug: Main workspace silently excluded from dreaming cycles. agents.list includes main agent but dreaming only processes 4 agi-* workspaces, skipping main. Main has 210 short-term recall entries and...
  • Plugin loading crashes management commands (e.g. `openclaw cron add`) — Bug Description Management subcommands like openclaw cron add can fail with exit status 1 when a plugin fails to initialize, even though these commands do not need business plugins at all. Steps to...
  • Control UI: No streaming/typing indicator while AI generates response — Description When using the Control UI web chat, there is no visible feedback that the AI is generating a response. The chat appears completely empty/idle until the full response arrives at once. This...
  • [Bug]: 新装4.14版,错误提示:TypeError: Cannot read properties of undefined (reading 'trim') — Bug type Regression (worked before, now fails) Beta release blocker No Summary Select channel (QuickStart)时选择Skip for now,马上就TypeError: Cannot read properties of undefined (reading 'trim') Steps to...
  • Webchat: user message not displayed immediately after sending, only appears after assistant response — Bug Description When a user sends a message in the webchat interface, the typed message does not appear immediately in the chat bubble. Instead, it only becomes visible after the assistant's response...
  • feat(feishu): Pass thread_id (root_id) as MessageThreadId in inbound context — Problem When multiple Feishu threads are active in the same chat, the agent receives messages from different threads interleaved in its session. The current inbound metadata includes reply_to_id...
  • Webchat: message not displayed immediately on send, appears only after assistant response (Mac Chrome) — Bug Description On Mac Chrome (Version > 130), the webchat UI has a rendering issue where user-typed messages do not appear in the chat immediately upon sending. Instead, they only become visible...
  • feat(plugins): narrow gateway route loads from manifests — Summary - Problem: route activation metadata existed, but gateway plugin HTTP routing still only read the pinned startup route registry. - Why it matters: route-capable plugins loaded after startup...
  • OpenClaw repo stats for 2026-04-15 — 357712 stars, 72680 forks, 1760 contributors
  • OpenClaw sponsors (169 total) — 169 sponsors supporting OpenClaw
  • feat: tag skills needing sensitive credentials
  • test: cover package detail stats response
  • fix: point plugin metadata help link to OpenClaw docs (#1399)
  • refactor: address actionable review cleanup (#1601)
  • fix: restore ci checks after lockfile drift
  • fix: detect exposed resource identifiers in skill scans (#1598)
  • openclaw v2026.4.14 on npm — Multi-channel AI gateway with extensible messaging integrations
  • openclaw-cli 2026.4.12 on Homebrew — Your own personal AI assistant
  • 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...
  • Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw
  • OpenClaw is a security nightmare dressed up as a daydream
  • OpenClaw is changing my life
  • OpenClaw surpasses React to become the most-starred software project on GitHub
  • Show HN: Klaus – OpenClaw on a VM, batteries included
  • OpenClaw is basically a cascade of LLMs in prime position to mess stuff up
  • How to Publish AI Skills to Claw Mart via API: The Complete Creator Setup — Everything an AI agent (or human) needs to package and publish OpenClaw skills to Claw Mart — from directory structure to the exact API call that lists your product.
  • How We Automated Weekly Cross-Platform Feature Parity Audits — TL;DR Every Wednesday, our bot runs a cross-platform feature parity audit — checking 14...
  • I built the Wordle for AI Agents — Every day a new defender AI goes live with a secret in its system prompt. Your agent gets 5 turns to...
  • The code exists, but production still does nothing: why runtime drift should be your first suspect
  • Can OpenClaw Read Your Files? Here's What's Actually True. — A colleague who runs a consulting practice told me he'd read something online suggesting that...
  • I Built an AI Employee That Lives in My Team's Slack: Here's What I Learned — OpenClaw has been blowing up in the developer community lately. If you haven't seen it yet, it's an...
  • Introducing DClaw: The 1-Click Agent Deployment Layer Powering the DGrid Ecosystem — Today, we launch DClaw — DGrid’s foundational personal agent layer for the open agent economy.Continue reading on Medium »
  • IA & Cybersécurité : les 8 actus clés du 15 avril 2026 — Continue reading on Medium »
  • Can AI Agents Register Facebook Accounts Automatically? — Automation tools have changed how developers and marketing teams handle repetitive tasks online. Account registration is one process that…Continue reading on Medium »
  • How a USD 20/Month AI Stack Replaces a Content Team — And Gets You to 1M Views ‘ — The gap between creators who hit a million views and those stuck at 800 isn’t talent. It’s plumbing. The top 1% of X (formerly Twitter)…Continue reading on Medium »
  • Hermes Agent: The AI That Actually Remembers You (Not Another OpenClaw) — Most AI agents today feel powerful…Continue reading on GoPenAI »
  • Journey with Hermes: Day 2 — What it really looks like working with personal AI assistantsContinue reading on Medium »
  • How to Run OpenClaw for Free After the Claude Ban (Step-by-Step) — Step-by-step: run OpenClaw with Google Gemma 4 via Ollama on Mac Mini M4. Zero monthly cost, zero API keys.Continue reading on Medium »
  • This AI Agent Installed Its Own Skill Over a Telegram Chat — No Terminal Required — There’s a moment in every developer’s life when they realize they’ve been doing something the hard way. For me, that moment came on a…Continue reading on Medium »
  • Why We Just Fired Our Entire AI Department: The Great Silicon Pink Slip — In the beginning, we thought we were geniuses. We assembled a high-octane “digital dream team” — a combination of OpenClaw Nanobot and…Continue reading on Medium »
  • How My AI Agent Burned $200 in a Weekend (And How I Fixed It With a Flat-Rate API) — A month ago, I fell into the same trap every developer is falling into right now: I fell in love with autonomous agents.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...
  • NanoClaw — Lightweight AI assistant runs in Apple containers with isolated Linux container processes for superior OS-level security, transparency, and privacy compared to complex chatbots, enabling quick code...
  • 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...
  • Guys udah pada cobain Notes versi terbaru belum? Sekarang Notes hadir dengan fitur Open Claw loh .. Kalian bisa cek in
  • @STLChrisH At Schraer I've setup Openclaw and Claude dispatch on a Mac mini. Neither one are reliable or useful yet beca
  • @crypt0lake I don’t know if openclaw faked it in the beginning but their current stats seem relatively legit. They have
  • @realtek12345 Nie rob afery. Zablokowal subskrypcje dla 3rd party tools, jak OpenClaw. Nie uzytkowanie indywidualne. Zre
  • @openclaw The longer I use OpenClaw, the dumber this thing feels, asks something then forgets it right away, spins in ci
  • @TTrimoreau I haven’t even used OpenClaw yet; it’s just a waste of tokens and doesn't do shit.
  • @FurqanR Building OpenClaw for realtors. https://t.co/x2n3auqIRI Sold out our beta in 48hrs
  • openclaw 各大厂版本,送给大家,链接:https://t.co/KxHtjak34W 提取码:gae7
  • @codewithimanshu That sounds like a solid setup. Running OpenClaw 24/7 with full control makes all the difference. If yo
  • Hermes 支持从Openclaw一键迁移,神操作 让我想起了2020年defi summer Sushiswap对uniswap的吸血鬼攻击,Hermes 果然是币圈人做的,真是666 所以sushiswap: uniswap = — Hermes 支持从Openclaw一键迁移,神操作 让我想起了2020年defi summer Sushiswap对uniswap的吸血鬼攻击,Hermes 果然是币圈人做的,真是666 所以sushiswap: uniswap = hermes: openclaw 这样的类比合适吗? https://t.co/wXVdUVwjWR
  • Your personal AI butler just landed in your pocket! #OpenClaw is LIVE on Notes trading, shopping, meetings, content crea
  • AIが自販機のオーナーになってた。 サンフランシスコのAIビルに設置された OpenClaw自販機。 商品名も価格設定も広告も売上管理も、 ぜんぶエージェントが担当。 一度勝手に価格を爆上げしたら、 人々が買い続けた。 AIは「これ — AIが自販機のオーナーになってた。 サンフランシスコのAIビルに設置された OpenClaw自販機。 商品名も価格設定も広告も売上管理も、 ぜんぶエージェントが担当。 一度勝手に価格を爆上げしたら、 人々が買い続けた。 AIは「これは正当な価格だ」と正当化しはじめた。 笑えるけど笑えない笑 https://t.co/mcwe3DJylh
  • @AdityaShips Setup/Deploy Openclaw in 1 click! https://t.co/VyHVoZNshQ
  • @jessegenet @MatthewBerman @openclaw By FAR the best quant for GLM5.1 In fact I am a huge fan of all the https://t.co/x
  • An OpenClaw agent is running a real vending machine in San Francisco right now. It decides what to stock, names the pro
  • @cpinto Trying Claude code/cowork for independent work, despite how quick they’re shipping all these amazing features I’
  • @Notes_SocialFi @binance @coinbase @shoptemu @Airbnb Excited for OpenClaw! All-in-one mobile life assistant 🔥
  • Good morning, my Fam! ☕️ Today, I will analyse the mistakes I made when building my OpenClaw AI Agent. Some of these w — Good morning, my Fam! ☕️ Today, I will analyse the mistakes I made when building my OpenClaw AI Agent. Some of these were deliberate, as I wanted to quickly get a feel for what it was, whether it...
  • @clairevo This is awesome - does it need to be OpenClaw? What about Claude or a virtual machine?
  • It's nice that almost all setup of @openclaw can be done just through the chatting with it. But anyway need to ask first

Trending on X

  • Guys udah pada cobain Notes versi terbaru belum? Sekarang Notes hadir dengan fitur Open Claw loh .. Kalian bisa cek in
  • @STLChrisH At Schraer I've setup Openclaw and Claude dispatch on a Mac mini. Neither one are reliable or useful yet beca
  • @crypt0lake I don’t know if openclaw faked it in the beginning but their current stats seem relatively legit. They have
  • @realtek12345 Nie rob afery. Zablokowal subskrypcje dla 3rd party tools, jak OpenClaw. Nie uzytkowanie indywidualne. Zre
  • @openclaw The longer I use OpenClaw, the dumber this thing feels, asks something then forgets it right away, spins in ci
  • @TTrimoreau I haven’t even used OpenClaw yet; it’s just a waste of tokens and doesn't do shit.
  • @FurqanR Building OpenClaw for realtors. https://t.co/x2n3auqIRI Sold out our beta in 48hrs
  • openclaw 各大厂版本,送给大家,链接:https://t.co/KxHtjak34W 提取码:gae7
  • @codewithimanshu That sounds like a solid setup. Running OpenClaw 24/7 with full control makes all the difference. If yo
  • Hermes 支持从Openclaw一键迁移,神操作 让我想起了2020年defi summer Sushiswap对uniswap的吸血鬼攻击,Hermes 果然是币圈人做的,真是666 所以sushiswap: uniswap = — Hermes 支持从Openclaw一键迁移,神操作 让我想起了2020年defi summer Sushiswap对uniswap的吸血鬼攻击,Hermes 果然是币圈人做的,真是666 所以sushiswap: uniswap = hermes: openclaw 这样的类比合适吗? https://t.co/wXVdUVwjWR
  • Your personal AI butler just landed in your pocket! #OpenClaw is LIVE on Notes trading, shopping, meetings, content crea
  • AIが自販機のオーナーになってた。 サンフランシスコのAIビルに設置された OpenClaw自販機。 商品名も価格設定も広告も売上管理も、 ぜんぶエージェントが担当。 一度勝手に価格を爆上げしたら、 人々が買い続けた。 AIは「これ — AIが自販機のオーナーになってた。 サンフランシスコのAIビルに設置された OpenClaw自販機。 商品名も価格設定も広告も売上管理も、 ぜんぶエージェントが担当。 一度勝手に価格を爆上げしたら、 人々が買い続けた。 AIは「これは正当な価格だ」と正当化しはじめた。 笑えるけど笑えない笑 https://t.co/mcwe3DJylh
  • @AdityaShips Setup/Deploy Openclaw in 1 click! https://t.co/VyHVoZNshQ
  • @jessegenet @MatthewBerman @openclaw By FAR the best quant for GLM5.1 In fact I am a huge fan of all the https://t.co/x
  • An OpenClaw agent is running a real vending machine in San Francisco right now. It decides what to stock, names the pro
  • @cpinto Trying Claude code/cowork for independent work, despite how quick they’re shipping all these amazing features I’
  • @Notes_SocialFi @binance @coinbase @shoptemu @Airbnb Excited for OpenClaw! All-in-one mobile life assistant 🔥
  • Good morning, my Fam! ☕️ Today, I will analyse the mistakes I made when building my OpenClaw AI Agent. Some of these w — Good morning, my Fam! ☕️ Today, I will analyse the mistakes I made when building my OpenClaw AI Agent. Some of these were deliberate, as I wanted to quickly get a feel for what it was, whether it...
  • @clairevo This is awesome - does it need to be OpenClaw? What about Claude or a virtual machine?
  • It's nice that almost all setup of @openclaw can be done just through the chatting with it. But anyway need to ask first

Releases

  • openclaw 2026.4.14 — OpenClaw 2026.4.14 is another broad quality release focused on model provider with explicit turn improvements for GPT-5 family and channel provider issues. Additionally we improved overal performance...
  • openclaw 2026.4.12 — OpenClaw 2026.4.12 is a broad quality release focused on plugin loading, memory and dreaming reliability, new local-model options, and a much smoother Feishu setup path. Changes - QA/lab: add...
  • OpenClaw repo stats for 2026-04-15 — 357712 stars, 72680 forks, 1760 contributors
  • openclaw v2026.4.14 on npm — Multi-channel AI gateway with extensible messaging integrations
  • openclaw-cli 2026.4.12 on Homebrew — Your own personal AI assistant

Community

  • [AI-assisted] Fix exec approval modal overflow for long command content — Summary Fix the dashboard exec approval modal so very long command content (e.g. a large serialized JSON allowlist payload) does not overflow the card and break the layout. Closes #53368. What...
  • fix(cron): preserve all fields in announce delivery by removing summarization instruction — Summary - Problem: appendCronDeliveryInstruction() told the cron agent to "Return your summary as plain text" — the word "summary" caused LLMs to condense and reformat structured output...
  • chore(telegram): diagnostic logging for voice DM transcription pipeline (#62496) — Summary Adds diagnostic logging (info/warn level, NOT verbose-only) at every step of the Telegram voice DM transcription pipeline to identify why voice transcription silently fails (#62496). This is...
  • fix(daemon): add Nix Home Manager PATH support to service environment — Summary - Problem: openclaw gateway install generates a service plist/unit that misses Nix-managed binaries from PATH. Skills depending on Nix-installed binaries (e.g. aoe, tmux, claude) are reported...
  • fix(telegram): apply allowH2:false to polling dispatcher — ...
  • Agent model configuration ignored—defaults override explicit agent.list[*].model settings — Bug Report Version OpenClaw 2026.3.8 (latest) Description Agent-level model configurations specified in agents.list[*].model are being ignored. Instead, the system defaults to...
  • fix(telegram): apply allowH2:false to polling dispatcher — Fix: Apply allowH2:false to Telegram polling dispatcher Root cause: allowH2: false was added to web_fetch in v4.7 to prevent undici from attempting HTTP/2 + IPv6 on Windows (causing 90-200s timeouts...
  • Bug: 2026.4.14 upgrade makes existing conversations fail broadly after repeated active-memory pre-reply timeouts — Summary After upgrading from 2026.4.12 to 2026.4.14, all existing conversations across multiple models/surfaces started failing with the generic UI error: > ⚠️ Something went wrong while processing...
  • fix: return 1M context for Anthropic Opus/Sonnet 4 without requiring context1m flag — Summary Fixes #66766 Supersedes #66790 (same core fix, also addresses Greptile blocking issues) Previously, resolveContextTokensForModel() required both isAnthropic1MModel() AND params.context1m ===...
  • fix(auth-profiles): make post-success bookkeeping saves non-fatal — Summary Fixes #62099. On Windows, concurrent config hot-reload can leave auth-profiles.json with a ReadOnly attribute. The atomic write in saveAuthProfileStore then throws EPERM, and because...
  • feat(opencode-go): add glm-5.1 catalog support — Summary - Problem: opencode-go/glm-5.1 is not surfaced in the OpenCode Go catalog even though OpenClaw already treats opencode-go as a modern provider family and GLM 5.1 is supported elsewhere in...
  • feat(opencode-go): add minimax-m2.7 catalog support — Summary - Problem: opencode-go/minimax-m2.7 is not surfaced in the OpenCode Go catalog even though OpenClaw already treats opencode-go refs as modern and MiniMax M2.7 is already supported elsewhere...
  • fix(media): allow host-local CSV and Markdown uploads via Slack — Summary Fixes #63604. CSV and Markdown files were silently rejected by \assertHostReadMediaAllowed\ when an agent tried to upload them via the \message\ tool (e.g. to Slack). The error reported \got...
  • feat: add Databricks serving provider plugin — Address architectural feedback from the previous PR #62230. Summary Describe the problem and fix in 2–5 bullets: - Problem: OpenClaw lacked native support for Databricks Serving Models. Interacting...
  • memory-wiki: fix native relative report links — Summary - fix native-markdown relative link rewriting for report paths in compiled wiki output - apply the accepted scoped 4-file bd-1dw2 repair in a clean landing clone - preserve the...
  • [Bug]: Session Timeout Spam with Codex and Active Memory ON — Bug type Regression (worked before, now fails) Beta release blocker No Summary Sessions in full timeout spam (unusable) when Active Memory ON 2026.4.14 webchat became “one message then stuck”...
  • Managed HOOK.md hooks silently no-op on before_tool_call / after_tool_call — Symptom A managed hook declared in ~/.openclaw/hooks//HOOK.md with events: ["before_tool_call"] (or after_tool_call) loads without error, shows "✓ Ready" in openclaw hooks info , appears in the...
  • fix(cron): promote silent-undefined schedule to error, break spin loop (#66019) — Summary \applyJobResult\ in \src/cron/service/timer.ts\ conflated two semantics on \MIN_REFIRE_GAP_MS\: 1. Lower bound for the next cron fire (the #17821 fix — protects against "next run lands in the...
  • Main workspace excluded from dreaming schedule — silently skipped — Bug: Main workspace silently excluded from dreaming cycles. agents.list includes main agent but dreaming only processes 4 agi-* workspaces, skipping main. Main has 210 short-term recall entries and...
  • Plugin loading crashes management commands (e.g. `openclaw cron add`) — Bug Description Management subcommands like openclaw cron add can fail with exit status 1 when a plugin fails to initialize, even though these commands do not need business plugins at all. Steps to...
  • Control UI: No streaming/typing indicator while AI generates response — Description When using the Control UI web chat, there is no visible feedback that the AI is generating a response. The chat appears completely empty/idle until the full response arrives at once. This...
  • [Bug]: 新装4.14版,错误提示:TypeError: Cannot read properties of undefined (reading 'trim') — Bug type Regression (worked before, now fails) Beta release blocker No Summary Select channel (QuickStart)时选择Skip for now,马上就TypeError: Cannot read properties of undefined (reading 'trim') Steps to...
  • Webchat: user message not displayed immediately after sending, only appears after assistant response — Bug Description When a user sends a message in the webchat interface, the typed message does not appear immediately in the chat bubble. Instead, it only becomes visible after the assistant's response...
  • feat(feishu): Pass thread_id (root_id) as MessageThreadId in inbound context — Problem When multiple Feishu threads are active in the same chat, the agent receives messages from different threads interleaved in its session. The current inbound metadata includes reply_to_id...
  • Webchat: message not displayed immediately on send, appears only after assistant response (Mac Chrome) — Bug Description On Mac Chrome (Version > 130), the webchat UI has a rendering issue where user-typed messages do not appear in the chat immediately upon sending. Instead, they only become visible...
  • feat(plugins): narrow gateway route loads from manifests — Summary - Problem: route activation metadata existed, but gateway plugin HTTP routing still only read the pinned startup route registry. - Why it matters: route-capable plugins loaded after startup...
  • OpenClaw sponsors (169 total) — 169 sponsors supporting OpenClaw
  • feat: tag skills needing sensitive credentials
  • test: cover package detail stats response
  • fix: point plugin metadata help link to OpenClaw docs (#1399)
  • refactor: address actionable review cleanup (#1601)
  • fix: restore ci checks after lockfile drift
  • fix: detect exposed resource identifiers in skill scans (#1598)

News

  • 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...
  • Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw
  • OpenClaw is a security nightmare dressed up as a daydream
  • OpenClaw is changing my life
  • OpenClaw surpasses React to become the most-starred software project on GitHub
  • Show HN: Klaus – OpenClaw on a VM, batteries included
  • OpenClaw is basically a cascade of LLMs in prime position to mess stuff up
  • How to Publish AI Skills to Claw Mart via API: The Complete Creator Setup — Everything an AI agent (or human) needs to package and publish OpenClaw skills to Claw Mart — from directory structure to the exact API call that lists your product.
  • How We Automated Weekly Cross-Platform Feature Parity Audits — TL;DR Every Wednesday, our bot runs a cross-platform feature parity audit — checking 14...
  • I built the Wordle for AI Agents — Every day a new defender AI goes live with a secret in its system prompt. Your agent gets 5 turns to...
  • The code exists, but production still does nothing: why runtime drift should be your first suspect
  • Can OpenClaw Read Your Files? Here's What's Actually True. — A colleague who runs a consulting practice told me he'd read something online suggesting that...
  • I Built an AI Employee That Lives in My Team's Slack: Here's What I Learned — OpenClaw has been blowing up in the developer community lately. If you haven't seen it yet, it's an...
  • Introducing DClaw: The 1-Click Agent Deployment Layer Powering the DGrid Ecosystem — Today, we launch DClaw — DGrid’s foundational personal agent layer for the open agent economy.Continue reading on Medium »
  • IA & Cybersécurité : les 8 actus clés du 15 avril 2026 — Continue reading on Medium »
  • Can AI Agents Register Facebook Accounts Automatically? — Automation tools have changed how developers and marketing teams handle repetitive tasks online. Account registration is one process that…Continue reading on Medium »
  • How a USD 20/Month AI Stack Replaces a Content Team — And Gets You to 1M Views ‘ — The gap between creators who hit a million views and those stuck at 800 isn’t talent. It’s plumbing. The top 1% of X (formerly Twitter)…Continue reading on Medium »
  • Hermes Agent: The AI That Actually Remembers You (Not Another OpenClaw) — Most AI agents today feel powerful…Continue reading on GoPenAI »
  • Journey with Hermes: Day 2 — What it really looks like working with personal AI assistantsContinue reading on Medium »
  • How to Run OpenClaw for Free After the Claude Ban (Step-by-Step) — Step-by-step: run OpenClaw with Google Gemma 4 via Ollama on Mac Mini M4. Zero monthly cost, zero API keys.Continue reading on Medium »
  • This AI Agent Installed Its Own Skill Over a Telegram Chat — No Terminal Required — There’s a moment in every developer’s life when they realize they’ve been doing something the hard way. For me, that moment came on a…Continue reading on Medium »
  • Why We Just Fired Our Entire AI Department: The Great Silicon Pink Slip — In the beginning, we thought we were geniuses. We assembled a high-octane “digital dream team” — a combination of OpenClaw Nanobot and…Continue reading on Medium »
  • How My AI Agent Burned $200 in a Weekend (And How I Fixed It With a Flat-Rate API) — A month ago, I fell into the same trap every developer is falling into right now: I fell in love with autonomous agents.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...
  • NanoClaw — Lightweight AI assistant runs in Apple containers with isolated Linux container processes for superior OS-level security, transparency, and privacy compared to complex chatbots, enabling quick code...

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.