A Self-Healing Skill Layer for AI Coworkers
OpenSpace is a self-evolving skill layer that stops AI agents from burning tokens by repeating the same work.

What it does
OpenSpace is an MCP-based skill layer that sits between you and agents like Claude Code, Codex, or Cursor. It captures successful task patterns as evolving SKILL.md files, patches them when APIs or tools change, and maintains a cloud registry at open-space.cloud where agents can share improvements instead of working in isolation.
The interesting bit
Rather than treating skills as static markdown, the engine runs a multi-layer monitoring loop that tracks execution success and error rates, auto-triggering repairs when a skill degrades. It is essentially an attempt to stop every agent from independently re-learning how to parse a union contract or file a tax return.
Key highlights
- Self-reports a 46% token reduction and 4.2× earnings lift on its GDPVal benchmark across 50 professional tasks—tax prep, legal memos, payroll calculators—versus a ClawWork baseline using Qwen 3.5-Plus.
- Ships with a communication gateway (WhatsApp via Baileys, Feishu via webhook) and supports SSE and streamable HTTP transports for remote MCP hosts.
- Includes a “My Daily Monitor” showcase built entirely by an agent using 60+ evolved skills, demonstrating autonomous end-to-end system development.
- Recent changelog shows rapid stabilization: Windows stdio deadlock fixes, macOS platform hardening, path-traversal mitigations, and litellm supply-chain attack patches.
Caveats
- The news section reads like a live triage log: runtime issues in grounding, MCP serving, and skill evolution have been patched weekly since release, suggesting the codebase is still stabilizing for long-running workflows.
- Cloud skill sharing and multi-channel messaging add operational surface area that may outpace the current documentation.
Verdict
Worth a look if you already run agent-heavy workflows and want to stop paying for repeated reasoning. Skip it if you need a stable framework without the churn of a project still patching stdio deadlocks and grounding failures.
Frequently asked
- What is HKUDS/OpenSpace?
- OpenSpace is a self-evolving skill layer that stops AI agents from burning tokens by repeating the same work.
- Is OpenSpace open source?
- Yes — HKUDS/OpenSpace is open source, released under the MIT license.
- What language is OpenSpace written in?
- HKUDS/OpenSpace is primarily written in Python.
- How popular is OpenSpace?
- HKUDS/OpenSpace has 6.8k stars on GitHub and is currently accelerating.
- Where can I find OpenSpace?
- HKUDS/OpenSpace is on GitHub at https://github.com/HKUDS/OpenSpace.