OpenClaw Newsletter - 2026-07-30
OpenClaw Newsletter
Thursday, July 30, 2026Top Stories
- perf: avoid event-loop stall during embedded_run bootstrap-context — Summary Fix event-loop stalls during embedded_run bootstrap-context that block the event loop for 14-22 seconds, causing message loss. What Problem This Solves Event-loop stalls during embedded_run...
- fix(agents): deliver the sessions_yield message instead of a silent spawn-and-wait turn — Fixes #107788 What Problem This Solves Fixes an issue where users asking a question that the agent delegates to a background subagent (sessions_spawn + sessions_yield with an interim message like...
- fix(agents): honor configured sandbox skill workspace (#89743) — What Problem This Solves Sandbox skill workspace setup for custom-workspace agents used the process default ~/.openclaw/workspace when the sandbox caller omitted workspaceDir, so skills could be...
- fix(control-ui): show archived transcripts and images after reset — Summary Fixes #77819. After a session reset, the prior .jsonl.reset. and .jsonl.deleted. transcripts persisted on disk but were unreachable from the Control UI, so the conversation and its image...
- fix(ui): show the correct Threads page size — What Problem This Solves Fixes two issues on the Control UI Threads page: the page-size selector could display 10 per page on first render while the page was actually using a different size, and...
- fix(ui): restore Workboard routing and full-gate contracts — Closes #116297 What Problem This Solves Fixes an issue where users navigating from a deleted Workboard board to the canonical Workboard route could be left with an empty page, while current-main...
- fix(heartbeat): serialize wake lifecycle state — What Problem This Solves Fixes three heartbeat lifecycle races: the same canonical session could run concurrently when callers supplied different agent/session tuple shapes, an unscoped immediate...
- fix(telegram): preserve forwarded context in agent body — Summary - keep Telegram forwarded-message bodies clean in BodyForAgent - rely on typed ForwardedFrom* fields for single forwarded messages so prompt assembly renders the existing structured forwarded...
- fix(diagnostics-otel): agent turns split into one-span traces instead of a trace tree — New behavior Operators using the diagnostics-otel plugin now see one agent turn as one readable trace tree, including work that finishes more than 30 minutes after its lifecycle parent ended. The...
- docs: replace retired hostnameAllowlist in browser-control example — What Problem This Solves The browser SSRF policy config example in docs/tools/browser-control.md uses the retired hostnameAllowlist key instead of the current allowedHostnames. Why This Change Was...
- improve(macos): reuse the Codex App Server client — What Problem This Solves Fixes an issue where every macOS Codex thread list or transcript read started a fresh Codex App Server process and repeated its initialization handshake. Stack position: 7 of...
- fix(nodes): open terminals promptly and honor renames — What Problem This Solves Fixes two node-runtime regressions: node-backed terminals could wait until the remote process exited and then report a successful process as an open failure, and node.rename...
- fix(gateway): enforce OpenAI-compatible response contracts — What Problem This Solves Fixes several OpenAI-compatible Gateway contract failures: streamed objects changed their creation time mid-response, Responses usage could omit real runtime usage or produce...
- fix(amazon-bedrock): resolve 200K context window for Claude 3.x and unlisted Anthropic Bedrock variants — Summary - Problem: extensions/amazon-bedrock/discovery.ts only listed a handful of Anthropic models in KNOWN_CONTEXT_WINDOWS. Common Bedrock IDs such as anthropic.claude-3-opus-20240229-v1:0,...
- feat: add Telnyx AI inference provider plugin — What Problem This Solves OpenClaw has no provider for Telnyx AI inference. Users with Telnyx accounts cannot run Telnyx-hosted open-weight models (Kimi, GLM, MiniMax, Qwen) or Telnyx-proxied frontier...
- feat: expose flattened session classification facts — Closes #106793\n\nWhat Problem This Solves\n\nSession-list clients need durable facts about a session without reverse-engineering opaque routing keys or consuming Gateway-owned title strings that...
- [codex] fix: allow trusted .openclaw symlink — Summary Closes #72572. This restores support for dotfile-managed ~/.openclaw directories while keeping exec approval paths hardened on both the Node and macOS node-host paths. - allow trusted...
- fix(whatsapp): merge untrustedStructuredContext across debounced WhatsApp entries — What Problem This Solves Fixes an issue where WhatsApp contact cards (vCard) debounced together with a following text message lose their structured contact payload. The agent sees a bare placeholder...
- fix(session): isolate memory flush lifecycle from parent recovery — Fixes #112509 Related: #91564, #114272 What Problem This Solves A pre-admission memory flush is a child maintenance run that shares the parent session key. Its lifecycle start/end events were...
- fix(cron): warn on main heartbeat handoff ghost runs — Fixes #63106. Summary - Add a scoped warning for fast successful main-session systemEvent cron jobs using wakeMode="next-heartbeat". - Persist the possible-main-next-heartbeat-ghost-run annotation in...
- fix(plugin-state): avoid shared SQLite corruption when CLI starts during gateway runtime — Closes #101290 What Problem This Solves Fixes an issue where CLI startup and preflight reads of plugin state could open the shared SQLite database through the writable lifecycle while the Gateway was...
- fix(ui): retarget persisted session to default agent when owner is deleted — What Problem This Solves Fixes an issue where users who had a deleted agent's session key persisted in Control UI localStorage would see Agent "..." no longer exists in configuration on every...
- improve(ci): collect release validation failures by default — What Problem This Solves Release validation cancels a dispatched child workflow after its first failed job. A release manager then has to rerun the umbrella repeatedly to discover independent...
- fix: CI checkouts and TUI Gateway tests fail intermittently — Related: #115589 Additional instructions MUST: Keep Allow edits from maintainers enabled for this PR so maintainers can help update the branch when needed. What Problem This Solves CI validation...
- fix(agents): compare shell tool names case-insensitively — What Problem This Solves Every Claude CLI tool call rendered two progress-draft lines on Telegram, the first with its icon printed twice. Recorded live, real Claude CLI backend, real Telegram group,...
- Make typing indicator TTL configurable — Summary - Increase the default typing indicator TTL from 2 minutes to 5 minutes. - Add configurable typingTtlSeconds support via session config and agent defaults. - Document the new setting and...
- fix: broadcast tool result transcript updates — Summary - Problem: toolResult messages were persisted to session JSONL but did not emit transcript update events. - Why it matters: Realtime clients could see tool calls start, but miss completion...
- SSRF guard pinned DNS dispatcher causes model fetch timeouts when autoSelectFamily is enabled — Summary Starting from OpenClaw 2026.5.12, the SSRF guard's pinned DNS dispatcher conflicts with Node.js's autoSelectFamily (Happy Eyeballs / RFC 8305), causing model fetch requests to time out after...
- chore(docker): bundle channel voice plugin deps — Summary - Problem: default Docker builds pruned optional bundled plugin runtime dependencies unless operators knew to set OPENCLAW_EXTENSIONS. - Why it matters: Discord, Feishu, and Voice Call are...
- OpenClaw repo stats for 2026-07-30 — 384546 stars, 80814 forks, 3022 contributors
- OpenClaw sponsors (97 total) — 97 sponsors supporting OpenClaw
- fix: resume skills.sh sync after transport timeouts (#3304)
- fix: repair stale package latest pointers (#3303)
- fix(api): preserve latest across package backports (#3302)
- fix: quarantine missing skills.sh details (#3301)
- feat: publish verified skills.sh catalog (#3300) — feat: publish verified skills.sh mirrors feat: automate skills.sh catalog synchronization
- fix: let legacy ZIP releases finish scanning (#3298)
- fix: show honest canonical trending states (#3294)
- feat: make GitHub Skill Sync refreshes version-safe (#3229)
- fix: separate skill metrics by source (#3228) — fix: use bookmark icons consistently fix: separate skill metrics by source
- peterjohannmedina/Medina-Qwen3.5-27B-OpenClaw
- mradermacher/Medina-Qwen3.5-27B-OpenClaw-Uncensored-i1-GGUF
- OpenClaw — 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...
- Ask HN: Who is using OpenClaw?
- Core Components of OpenClaw — Artificial Intelligence (AI) is growing rapidly, and many developers want to build AI assistants that...
- ClawHub Skill Spotlight: Automation Workflow Builder — The Automation Workflow Builder skill turns repetitive multi-step work into configurable pipelines with triggers, conditional logic, and external actions — no Zapier required.
- The first OpenClaw workflow I’d steal is a job agent that checks listings 2x a week and never auto-applies — A supervised OpenClaw job-search agent is one of the most practical agent workflows I’ve seen: monitor listings twice a week, rank the top 5, tailor r
- I knew agents were getting real when someone kept an OpenClaw bird-card workflow running every hour for their kids — A small OpenClaw + BirdWeather workflow generating bird trading cards every hour for a user’s kids is a better proof of agent maturity than most polis
- How I Built an Almost-Free, 24/7 AI Coding Assistant Using Hermes-Agent — Some time ago, I decided to experiment with running an AI Agent on a cloud server.Continue reading on Medium »
- Google Dropped Spark. What Happens to OpenClaw? — AI agents are software tools that help you by monitoring your inbox, drafting updates, browsing the web, and handling tasks automatically…Continue reading on Medium »
- จับมือทำบอตสรุปข่าว AI: เชื่อม OpenClaw กับ OKMD AI Playground และ Telegram — OKMD AI Playground คืออะไรContinue reading on Medium »
- An empty garden — I implemented over 40 automations, all via Slack and all with a Human in the loop (Im not out to replace anyone). However, user traction…Continue reading on Medium »
- Goose OSS — An open-source platform for seamless automation in engineering tasks, providing local execution and control. Customizable with any LLM for enhanced autonomy, enabling developers to efficiently handle...
- Hermes Agent — The self-improving AI agent built by Nous Research. It's the only agent with a built-in learning loop — it creates skills from experience, improves them during use, nudges itself to persist...
- Reins — Empowering LLM researchers and hobbyists with seamless control over self-hosted models. Connect remotely, customize prompts, manage chats, and fine-tune configurations. All in one intuitive app.
- Open Claw- MS/Anthropic
- RT @GOATNetwork: OpenClaw Summer Mentor Bootcamp Workshop https://t.co/hmQ7QZ04th
- BAI is helping redefine how people interact with AI through BAIclaw, a desktop platform designed to reduce the gap betwe
- RT @GOATNetwork: OpenClaw Summer Mentor Bootcamp Workshop https://t.co/hmQ7QZ04th
- If you’re a @Revolut subscriber you need to do this immediately! 1. Make sure your Revolut app is upto date 2. Check y
- @andrewxroas Meta officially supports this. The ban came from users not setting up API keys and instead having OpenClaw
- @steipete You need to get cut from OpenAI fuck me. Not a single person uses OpenClaw
- @inductionheads They need to cut him. Not a single person uses OpenClaw
- RT @GOATNetwork: OpenClaw Summer Mentor Bootcamp Workshop https://t.co/hmQ7QZ04th
- RT @GOATNetwork: OpenClaw Summer Mentor Bootcamp Workshop https://t.co/hmQ7QZ04th
- Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenberg = startup ideas — Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenberg = startup ideas king @rileybrown = vibecode king @jackfriks = solo apps king @levelsio = startups king...
- why'd you need openclaw? just connected my repo to claude code https://t.co/AYV4aTe91G — why'd you need openclaw? just connected my repo to claude code https://t.co/AYV4aTe91G
- Vibe Coding Access Token https://t.co/fEbMuX5XAD $BTC $ETH $DOGE #vibecoding #cursor #Claudecode #openclaw #hermes #cl — Vibe Coding Access Token https://t.co/fEbMuX5XAD $BTC $ETH $DOGE #vibecoding #cursor #Claudecode #openclaw #hermes #claude #copilot #PUMPFUN
- RT @liustack: 说个偏见,不一定对。 多 agents 协作的最好方式,就是不要让 agents 协作。 这个听起来很反直觉,但可能就是真相。 从 openclaw 时代,到后 openclaw 时代,嗯没错,我说的就是 — RT @liustack: 说个偏见,不一定对。 多 agents 协作的最好方式,就是不要让 agents 协作。 这个听起来很反直觉,但可能就是真相。 从 openclaw 时代,到后 openclaw 时代,嗯没错,我说的就是 hermes agent 时代,虽然短…
- OpenCode, OpenClaw, or Claude Code—bring different agents into one workspace. 📦 PolyMind provides a self-hosted place to
- 50 USEFUL GITHUB REPOS 1. iFixAi — AI misalignment testing → https://t.co/ItrM7cojsp 2. public-apis — free APIs for ev — 50 USEFUL GITHUB REPOS 1. iFixAi — AI misalignment testing → https://t.co/ItrM7cojsp 2. public-apis — free APIs for everything → https://t.co/0aAYkMYtl5… 3. build-your-own-x — learn by building →...
- @pbteja1998 @openclaw You still pushing this? Would be interested for hints/recipe to set this up for local SMEs in Swit
- 用“龙虾”安全赚钱|OpenClaw AI智能体实操指南,从入门到变现! 想用AI智能体安全开启副业吗? 这份OpenClaw AI智能体实操指南来了!从入门部署、基础使用到高级应用全覆盖,重点聚焦安全配置与风险管控。 https:// — 用“龙虾”安全赚钱|OpenClaw AI智能体实操指南,从入门到变现! 想用AI智能体安全开启副业吗? 这份OpenClaw AI智能体实操指南来了!从入门部署、基础使用到高级应用全覆盖,重点聚焦安全配置与风险管控。 https://t.co/mZVZR0DBBB
- @BeePartners @BeePartners We are building Agent Flux (https://t.co/kNEJgAiU8z) as the "Hugging Face for AI agents and wo
- @Neko_Ohji @Mac_nishio 私は、Claude Code、OpenClaw、Hermes-Agentです。
Trending on X
- RT @GOATNetwork: OpenClaw Summer Mentor Bootcamp Workshop https://t.co/hmQ7QZ04th
- BAI is helping redefine how people interact with AI through BAIclaw, a desktop platform designed to reduce the gap betwe
- RT @GOATNetwork: OpenClaw Summer Mentor Bootcamp Workshop https://t.co/hmQ7QZ04th
- If you’re a @Revolut subscriber you need to do this immediately! 1. Make sure your Revolut app is upto date 2. Check y
- @andrewxroas Meta officially supports this. The ban came from users not setting up API keys and instead having OpenClaw
- @steipete You need to get cut from OpenAI fuck me. Not a single person uses OpenClaw
- @inductionheads They need to cut him. Not a single person uses OpenClaw
- RT @GOATNetwork: OpenClaw Summer Mentor Bootcamp Workshop https://t.co/hmQ7QZ04th
- RT @GOATNetwork: OpenClaw Summer Mentor Bootcamp Workshop https://t.co/hmQ7QZ04th
- Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenberg = startup ideas — Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenberg = startup ideas king @rileybrown = vibecode king @jackfriks = solo apps king @levelsio = startups king...
- why'd you need openclaw? just connected my repo to claude code https://t.co/AYV4aTe91G — why'd you need openclaw? just connected my repo to claude code https://t.co/AYV4aTe91G
- Vibe Coding Access Token https://t.co/fEbMuX5XAD $BTC $ETH $DOGE #vibecoding #cursor #Claudecode #openclaw #hermes #cl — Vibe Coding Access Token https://t.co/fEbMuX5XAD $BTC $ETH $DOGE #vibecoding #cursor #Claudecode #openclaw #hermes #claude #copilot #PUMPFUN
- RT @liustack: 说个偏见,不一定对。 多 agents 协作的最好方式,就是不要让 agents 协作。 这个听起来很反直觉,但可能就是真相。 从 openclaw 时代,到后 openclaw 时代,嗯没错,我说的就是 — RT @liustack: 说个偏见,不一定对。 多 agents 协作的最好方式,就是不要让 agents 协作。 这个听起来很反直觉,但可能就是真相。 从 openclaw 时代,到后 openclaw 时代,嗯没错,我说的就是 hermes agent 时代,虽然短…
- OpenCode, OpenClaw, or Claude Code—bring different agents into one workspace. 📦 PolyMind provides a self-hosted place to
- 50 USEFUL GITHUB REPOS 1. iFixAi — AI misalignment testing → https://t.co/ItrM7cojsp 2. public-apis — free APIs for ev — 50 USEFUL GITHUB REPOS 1. iFixAi — AI misalignment testing → https://t.co/ItrM7cojsp 2. public-apis — free APIs for everything → https://t.co/0aAYkMYtl5… 3. build-your-own-x — learn by building →...
- @pbteja1998 @openclaw You still pushing this? Would be interested for hints/recipe to set this up for local SMEs in Swit
- 用“龙虾”安全赚钱|OpenClaw AI智能体实操指南,从入门到变现! 想用AI智能体安全开启副业吗? 这份OpenClaw AI智能体实操指南来了!从入门部署、基础使用到高级应用全覆盖,重点聚焦安全配置与风险管控。 https:// — 用“龙虾”安全赚钱|OpenClaw AI智能体实操指南,从入门到变现! 想用AI智能体安全开启副业吗? 这份OpenClaw AI智能体实操指南来了!从入门部署、基础使用到高级应用全覆盖,重点聚焦安全配置与风险管控。 https://t.co/mZVZR0DBBB
- @BeePartners @BeePartners We are building Agent Flux (https://t.co/kNEJgAiU8z) as the "Hugging Face for AI agents and wo
- @Neko_Ohji @Mac_nishio 私は、Claude Code、OpenClaw、Hermes-Agentです。
Releases
- OpenClaw repo stats for 2026-07-30 — 384546 stars, 80814 forks, 3022 contributors
Community
- perf: avoid event-loop stall during embedded_run bootstrap-context — Summary Fix event-loop stalls during embedded_run bootstrap-context that block the event loop for 14-22 seconds, causing message loss. What Problem This Solves Event-loop stalls during embedded_run...
- fix(agents): deliver the sessions_yield message instead of a silent spawn-and-wait turn — Fixes #107788 What Problem This Solves Fixes an issue where users asking a question that the agent delegates to a background subagent (sessions_spawn + sessions_yield with an interim message like...
- fix(agents): honor configured sandbox skill workspace (#89743) — What Problem This Solves Sandbox skill workspace setup for custom-workspace agents used the process default ~/.openclaw/workspace when the sandbox caller omitted workspaceDir, so skills could be...
- fix(control-ui): show archived transcripts and images after reset — Summary Fixes #77819. After a session reset, the prior .jsonl.reset. and .jsonl.deleted. transcripts persisted on disk but were unreachable from the Control UI, so the conversation and its image...
- fix(ui): show the correct Threads page size — What Problem This Solves Fixes two issues on the Control UI Threads page: the page-size selector could display 10 per page on first render while the page was actually using a different size, and...
- fix(ui): restore Workboard routing and full-gate contracts — Closes #116297 What Problem This Solves Fixes an issue where users navigating from a deleted Workboard board to the canonical Workboard route could be left with an empty page, while current-main...
- fix(heartbeat): serialize wake lifecycle state — What Problem This Solves Fixes three heartbeat lifecycle races: the same canonical session could run concurrently when callers supplied different agent/session tuple shapes, an unscoped immediate...
- fix(telegram): preserve forwarded context in agent body — Summary - keep Telegram forwarded-message bodies clean in BodyForAgent - rely on typed ForwardedFrom* fields for single forwarded messages so prompt assembly renders the existing structured forwarded...
- fix(diagnostics-otel): agent turns split into one-span traces instead of a trace tree — New behavior Operators using the diagnostics-otel plugin now see one agent turn as one readable trace tree, including work that finishes more than 30 minutes after its lifecycle parent ended. The...
- docs: replace retired hostnameAllowlist in browser-control example — What Problem This Solves The browser SSRF policy config example in docs/tools/browser-control.md uses the retired hostnameAllowlist key instead of the current allowedHostnames. Why This Change Was...
- improve(macos): reuse the Codex App Server client — What Problem This Solves Fixes an issue where every macOS Codex thread list or transcript read started a fresh Codex App Server process and repeated its initialization handshake. Stack position: 7 of...
- fix(nodes): open terminals promptly and honor renames — What Problem This Solves Fixes two node-runtime regressions: node-backed terminals could wait until the remote process exited and then report a successful process as an open failure, and node.rename...
- fix(gateway): enforce OpenAI-compatible response contracts — What Problem This Solves Fixes several OpenAI-compatible Gateway contract failures: streamed objects changed their creation time mid-response, Responses usage could omit real runtime usage or produce...
- fix(amazon-bedrock): resolve 200K context window for Claude 3.x and unlisted Anthropic Bedrock variants — Summary - Problem: extensions/amazon-bedrock/discovery.ts only listed a handful of Anthropic models in KNOWN_CONTEXT_WINDOWS. Common Bedrock IDs such as anthropic.claude-3-opus-20240229-v1:0,...
- feat: add Telnyx AI inference provider plugin — What Problem This Solves OpenClaw has no provider for Telnyx AI inference. Users with Telnyx accounts cannot run Telnyx-hosted open-weight models (Kimi, GLM, MiniMax, Qwen) or Telnyx-proxied frontier...
- feat: expose flattened session classification facts — Closes #106793\n\nWhat Problem This Solves\n\nSession-list clients need durable facts about a session without reverse-engineering opaque routing keys or consuming Gateway-owned title strings that...
- [codex] fix: allow trusted .openclaw symlink — Summary Closes #72572. This restores support for dotfile-managed ~/.openclaw directories while keeping exec approval paths hardened on both the Node and macOS node-host paths. - allow trusted...
- fix(whatsapp): merge untrustedStructuredContext across debounced WhatsApp entries — What Problem This Solves Fixes an issue where WhatsApp contact cards (vCard) debounced together with a following text message lose their structured contact payload. The agent sees a bare placeholder...
- fix(session): isolate memory flush lifecycle from parent recovery — Fixes #112509 Related: #91564, #114272 What Problem This Solves A pre-admission memory flush is a child maintenance run that shares the parent session key. Its lifecycle start/end events were...
- fix(cron): warn on main heartbeat handoff ghost runs — Fixes #63106. Summary - Add a scoped warning for fast successful main-session systemEvent cron jobs using wakeMode="next-heartbeat". - Persist the possible-main-next-heartbeat-ghost-run annotation in...
- fix(plugin-state): avoid shared SQLite corruption when CLI starts during gateway runtime — Closes #101290 What Problem This Solves Fixes an issue where CLI startup and preflight reads of plugin state could open the shared SQLite database through the writable lifecycle while the Gateway was...
- fix(ui): retarget persisted session to default agent when owner is deleted — What Problem This Solves Fixes an issue where users who had a deleted agent's session key persisted in Control UI localStorage would see Agent "..." no longer exists in configuration on every...
- improve(ci): collect release validation failures by default — What Problem This Solves Release validation cancels a dispatched child workflow after its first failed job. A release manager then has to rerun the umbrella repeatedly to discover independent...
- fix: CI checkouts and TUI Gateway tests fail intermittently — Related: #115589 Additional instructions MUST: Keep Allow edits from maintainers enabled for this PR so maintainers can help update the branch when needed. What Problem This Solves CI validation...
- fix(agents): compare shell tool names case-insensitively — What Problem This Solves Every Claude CLI tool call rendered two progress-draft lines on Telegram, the first with its icon printed twice. Recorded live, real Claude CLI backend, real Telegram group,...
- Make typing indicator TTL configurable — Summary - Increase the default typing indicator TTL from 2 minutes to 5 minutes. - Add configurable typingTtlSeconds support via session config and agent defaults. - Document the new setting and...
- fix: broadcast tool result transcript updates — Summary - Problem: toolResult messages were persisted to session JSONL but did not emit transcript update events. - Why it matters: Realtime clients could see tool calls start, but miss completion...
- SSRF guard pinned DNS dispatcher causes model fetch timeouts when autoSelectFamily is enabled — Summary Starting from OpenClaw 2026.5.12, the SSRF guard's pinned DNS dispatcher conflicts with Node.js's autoSelectFamily (Happy Eyeballs / RFC 8305), causing model fetch requests to time out after...
- chore(docker): bundle channel voice plugin deps — Summary - Problem: default Docker builds pruned optional bundled plugin runtime dependencies unless operators knew to set OPENCLAW_EXTENSIONS. - Why it matters: Discord, Feishu, and Voice Call are...
- OpenClaw sponsors (97 total) — 97 sponsors supporting OpenClaw
- fix: resume skills.sh sync after transport timeouts (#3304)
- fix: repair stale package latest pointers (#3303)
- fix(api): preserve latest across package backports (#3302)
- fix: quarantine missing skills.sh details (#3301)
- feat: publish verified skills.sh catalog (#3300) — feat: publish verified skills.sh mirrors feat: automate skills.sh catalog synchronization
- fix: let legacy ZIP releases finish scanning (#3298)
- fix: show honest canonical trending states (#3294)
- feat: make GitHub Skill Sync refreshes version-safe (#3229)
- fix: separate skill metrics by source (#3228) — fix: use bookmark icons consistently fix: separate skill metrics by source
- Open Claw- MS/Anthropic
News
- peterjohannmedina/Medina-Qwen3.5-27B-OpenClaw
- mradermacher/Medina-Qwen3.5-27B-OpenClaw-Uncensored-i1-GGUF
- OpenClaw — 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...
- Ask HN: Who is using OpenClaw?
- Core Components of OpenClaw — Artificial Intelligence (AI) is growing rapidly, and many developers want to build AI assistants that...
- ClawHub Skill Spotlight: Automation Workflow Builder — The Automation Workflow Builder skill turns repetitive multi-step work into configurable pipelines with triggers, conditional logic, and external actions — no Zapier required.
- The first OpenClaw workflow I’d steal is a job agent that checks listings 2x a week and never auto-applies — A supervised OpenClaw job-search agent is one of the most practical agent workflows I’ve seen: monitor listings twice a week, rank the top 5, tailor r
- I knew agents were getting real when someone kept an OpenClaw bird-card workflow running every hour for their kids — A small OpenClaw + BirdWeather workflow generating bird trading cards every hour for a user’s kids is a better proof of agent maturity than most polis
- How I Built an Almost-Free, 24/7 AI Coding Assistant Using Hermes-Agent — Some time ago, I decided to experiment with running an AI Agent on a cloud server.Continue reading on Medium »
- Google Dropped Spark. What Happens to OpenClaw? — AI agents are software tools that help you by monitoring your inbox, drafting updates, browsing the web, and handling tasks automatically…Continue reading on Medium »
- จับมือทำบอตสรุปข่าว AI: เชื่อม OpenClaw กับ OKMD AI Playground และ Telegram — OKMD AI Playground คืออะไรContinue reading on Medium »
- An empty garden — I implemented over 40 automations, all via Slack and all with a Human in the loop (Im not out to replace anyone). However, user traction…Continue reading on Medium »
- Goose OSS — An open-source platform for seamless automation in engineering tasks, providing local execution and control. Customizable with any LLM for enhanced autonomy, enabling developers to efficiently handle...
- Hermes Agent — The self-improving AI agent built by Nous Research. It's the only agent with a built-in learning loop — it creates skills from experience, improves them during use, nudges itself to persist...
- Reins — Empowering LLM researchers and hobbyists with seamless control over self-hosted models. Connect remotely, customize prompts, manage chats, and fine-tune configurations. All in one intuitive app.
Don't miss what's next. Subscribe to Openclaw Newsletter: