OpenClaw v2026.3.22 Release Guide: 45 New Features + 13 Breaking Changes You Need to Know

OpenClaw v2026.3.22 ships 45+ new features, 13 breaking changes, and 82 bug fixes. This guide covers ClawHub skills marketplace, multi-model support, pluggable sandboxes, and a complete upgrade walkthrough.

BibiGPT Team

OpenClaw v2026.3.22 Release Guide: 45 New Features + 13 Breaking Changes You Need to Know

"They used to ship every 1-2 days — the community was totally spoiled." After a 10-day gap, the lobster just dropped its biggest update ever.

OpenClaw v2026.3.22, released on March 23, 2026, brings 45+ new features, 13 breaking changes, 82 bug fixes, 20 security patches, and 15 performance improvements — earning 294 reactions on GitHub. The Chinese tech community called it "the most powerful update in history," while Linux DO helpfully tagged it "update with caution."

This guide helps you understand: what changed, whether it affects you, and how to upgrade safely.

Related reading: OpenClaw + bibigpt-skill Complete Guide (March 2026 Update) | OpenClaw 250K Stars: How BibiGPT Wins in the Agent Era


Five Major New Features: The Highlights

1. ClawHub Skills Marketplace Goes Native

The single biggest change in this release. openclaw plugins install now prioritizes ClawHub over npm, falling back to npm only when a package isn't found on ClawHub. Full skill management commands are now available:

# Search for skills
openclaw skills search <keyword>

# One-click install
openclaw skills install <skill-name>

# Check for updates
openclaw skills update

Even more notable: cross-ecosystem compatibility. ClawHub can discover and import skill packages from Claude, Codex, and Cursor, automatically mapping them into OpenClaw format. That's 4,000+ community skills at your fingertips.

2. Agent Timeout Jumps to 48 Hours

Default agent timeout goes from 10 minutes to 48 hours with zero configuration changes. Batch jobs, long documents, complex workflows — no more mid-task disconnections.

3. Pluggable Sandbox Backends (OpenShell + SSH)

The sandbox execution environment now supports pluggable backends. The first two: SSH and OpenShell, with mirror and remote workspace modes.

In practice: your agent can now SSH into remote machines and execute tasks directly. No more workarounds for running jobs on servers.

4. Massive Model Ecosystem Expansion

This release covers virtually every major LLM provider:

  • Anthropic Vertex AI: Call Claude through Google Vertex AI (no longer limited to direct Anthropic API)
  • OpenAI: Default model upgraded to gpt-5.4, with forward-compat for gpt-5.4-mini and gpt-5.4-nano
  • MiniMax: Default upgraded from M2.5 to M2.7, with high-speed mode
  • xAI Grok: Synced to latest Pi-backed Grok model family
  • Z.AI: Added GLM 4.5/4.6 series
  • Xiaomi: Switched to v1 API, added MiMo V2 Pro and MiMo V2 Omni
  • Mistral: Updated pricing and model metadata
  • GitHub Copilot: Forward-compatible dynamic model IDs

Bottom line: use whatever LLM you want — OpenClaw handles the integration.

5. Built-in Web Search Triple Pack

Exa, Tavily, and Firecrawl ship as first-party built-in plugins. Your agent finally has reliable native search capabilities without third-party configuration headaches.

Try pasting your video link

Supports YouTube, Bilibili, TikTok, Xiaohongshu and 30+ platforms

+30

13 Breaking Changes Explained — Read Before Upgrading

If you're wondering "should I update?", this table has your answer:

#ChangeWho's AffectedWhat to Do
1ClawHub over npmPlugin installsUsually transparent; npm fallback still works
2Chrome MCP legacy path removedBrowser integration usersRun openclaw doctor --fix
3Plugin SDK → openclaw/plugin-sdk/*Skill developersFollow migration docs
4nano-banana-pro removedImage generation usersSwitch to agents.defaults.imageGenerationModel
5CLAWDBOT_* / MOLTBOT_* env vars removedAll legacy config usersRename to OPENCLAW_*
6.moltbot directory removedEarly adoptersMigrate to ~/.openclaw
7Matrix plugin rewrittenMatrix usersFollow migration guide
8Discord command deployment changeDiscord usersUsually transparent
9Sandbox env var injection blockedDevelopersMAVEN_OPTS/SBT_OPTS/GRADLE_OPTS no longer pass through
10Message discovery API changePlugin developersUse describeMessageTool(...)
11Image generation tool standardizedImage generation usersUse image_generate tool
12Voice-call webhook hardenedVoice call usersEnsure provider signature headers are correct
13Agent media reply refactorPlugin developersUse details.media path
# 1. Update OpenClaw
openclaw update

# 2. Auto-fix most breaking changes
openclaw doctor --fix

# 3. Verify everything works
openclaw status

Important: If you're still using the .moltbot directory or CLAWDBOT_* / MOLTBOT_* environment variables, you must migrate now — there's no fallback path.


20+ Messaging Platform Enhancements

Nearly every major platform got improvements:

  • Matrix (new): Official matrix-js-sdk plugin with bot conversations, mention gating, bot-to-bot chat, and private networks
  • Telegram: Custom Bot API endpoints, auto topic labels, topic editing, silent error replies
  • Feishu/Lark: Structured approval cards, ACP support, reasoning stream rendering
  • Discord: Carbon reconcile command deployment, component auth fixes
  • Slack: @slack/bolt startup stability fixes
  • WhatsApp: Reconnect mechanism fixes, credential handling improvements
  • Android: System-aware dark theme, call log search, SMS search, camera memory optimization
  • Mattermost: Thread reply mode off support, DM retry mechanism
  • WeChat/WeCom/QQ/DingTalk: Community plugins listed in official docs

Security + Performance Highlights

Security (20+ Fixes)

The largest security release in OpenClaw history:

  • Windows SMB credential protection: Blocks remote file:// URLs and UNC paths
  • Unicode hidden text detection: Escapes blank Hangul filler in exec approval prompts
  • Nostr DM security: Enforces DM policy before decryption with rate/size guards
  • Device pairing hardening: Binds iOS setup codes to intended node profiles
  • SSRF policy enforcement: Comprehensive hardening across browser and network layers

Performance (15+ Improvements)

  • Gateway startup: Loads from compiled dist, WhatsApp cold-start drops from tens of seconds to seconds
  • Provider discovery lazy-loading: No more preloading all providers at startup
  • Model catalog caching: Caches by config state to avoid repeated startup work
  • Telegram message latency: Normal replies no longer rebuild the full model catalog
  • CLI startup optimization: Lazy-loading for help and channel-add paths

Top 5 ClawHub Skills to Install After Upgrading

With ClawHub now built in, discovering and installing skills has never been easier. Here are 5 worth grabbing right after your v2026.3.22 upgrade:

1. bibigpt-skill — AI Video Summary

Supports 30+ platforms including Bilibili, YouTube, TikTok, Xiaohongshu, and podcasts. OpenClaw's native summarize only covers YouTube — bibigpt-skill fills the gap for everything else. Trusted by over 1 million users with over 5 million AI summaries generated.

openclaw skills install bibigpt-skill

# Use it right away
@OpenClaw summarize this video with bibi https://www.youtube.com/watch?v=xxx

2. Context7 — Live Library Docs

Fetches up-to-date documentation and code examples while you code. No more outdated APIs.

3. web-search — Enhanced Search

Works alongside built-in Exa/Tavily/Firecrawl for deeper information retrieval.

4. notion-connector — Bidirectional Notion Sync

Sync your agent's work directly to Notion for seamless knowledge management.

5. github-pr-review — Automated PR Review

Let your agent review code and catch issues before they ship.

See BibiGPT's AI Summary in Action

Bilibili: GPT-4 & Workflow Revolution

Bilibili: GPT-4 & Workflow Revolution

A deep-dive explainer on how GPT-4 transforms work, covering model internals, training stages, and the societal shift ahead.

Summary

This long-form explainer demystifies how ChatGPT works, why large language models are disruptive, and how individuals and nations can respond. It traces the autoregressive core of GPT, unpacks the three-stage training pipeline, and highlights emergent abilities such as in-context learning and chain-of-thought reasoning. The video also stresses governance, education reform, and lifelong learning as essential countermeasures.

Highlights

  • 💡 Autoregressive core: GPT predicts the next token rather than searching a database, which enables creative synthesis but also leads to hallucinations.
  • 🧠 Three phases of training: Pre-training, supervised fine-tuning, and reinforcement learning with human feedback transform the model from raw parrot to aligned assistant.
  • 🚀 Emergent abilities: At scale, LLMs surprise us with instruction-following, chain-of-thought reasoning, and tool use.
  • 🌍 Societal impact: Knowledge work, media, and education will change fundamentally as language processing costs collapse.
  • 🛡️ Preparing for change: Adoption requires risk management, ethical guardrails, and a renewed focus on learning how to learn.

#ChatGPT #LargeLanguageModel #FutureOfWork #LifelongLearning

Questions

  1. How does a generative model differ from a search engine?
    • Generative models learn statistical relationships and create new text token by token. Search engines retrieve existing passages from indexes.
  2. Why will education be disrupted?
    • Any memorisable fact or template is now on demand, so schools must emphasise higher-order thinking, creativity, and tool literacy.
  3. How should individuals respond?
    • Stay curious about tools, rehearse defensible workflows, and invest in meta-learning skills that complement automation.

Key Terms

  • Autoregression: Predicting the next token given previous context.
  • Chain-of-thought: Prompting a model to reason step by step, improving reliability on complex questions.
  • RLHF: Reinforcement learning from human feedback aligns the model with human preferences.

Want to summarize your own videos?

BibiGPT supports YouTube, Bilibili, TikTok and 30+ platforms with one-click AI summaries

Try BibiGPT Free

Wrapping Up

OpenClaw v2026.3.22 is the biggest update to date. ClawHub transforms the skill ecosystem, 48-hour agent timeout unlocks long-running tasks, pluggable sandboxes with SSH open up remote execution, and full multi-model coverage means you're never locked into a single provider.

Yes, 13 breaking changes sounds scary — but openclaw doctor --fix handles most of them. If you've been putting off migrating from .moltbot and legacy env vars, now's the time.

After upgrading, take ClawHub for a spin — 4,000+ skills are waiting.

Related reading:

Experience BibiGPT now

Ready to try these powerful features? Visit BibiGPT and start your intelligent audio/video summarization journey!

Get started