OpenMAIC 1.0 Adds Agent Workbenches and Multi-Agent Classroom Generation
OpenMAIC released version 1.0.0, introducing an agent workbench, durable server sessions, and 20 built-in course skills. The open-source platform integrates with OpenClaw and Codex to generate slides, quizzes, and simulations from documents.

Impact: Medium
Why it matters
You can embed autonomous, multi-agent content generation directly into developer agent workbenches using a standard SKILL.md package.
TL;DR
- 01OpenMAIC v1.0.0 adds a chat-driven Pro workbench and durable sessions that persist across server restarts.
- 02Includes a standardized SKILL.md package ready for immediate installation in OpenClaw and Codex.
- 03Maintains provider neutrality with out-of-the-box support for Bedrock, Azure OpenAI, and local Lemonade.
Key facts
- Release Version
- v1.0.0
- Release Date
- 2026-08-27
- Built-in Skills
- 20
- License
- MIT
Agent Workbench and Durable State Management
OpenMAIC v1.0.0 introduces a dedicated chat-first agent workbench to plan, generate, and revise complete interactive courses. The runtime implements server-backed persistent sessions, ensuring execution states survive restarts and allowing developers to pause, resume, or redirect generation agents mid-run.
Provider-Neutral Model Architecture
The platform includes 20 built-in skills covering interactive HTML simulations, slide decks, quizzes, and project-based learning (PBL) modules. It supports external model providers including Anthropic, OpenAI, Azure OpenAI, Amazon Bedrock, and Google Gemini, as well as local endpoints like Ollama and Lemonade running on local port 13305.
Agent Integration via SKILL.md
OpenMAIC distributes a standard SKILL.md configuration compatible with OpenClaw, Codex, DeepSeek, and WorkBuddy. This allows developers to trigger classroom creation workflows directly inside agentic IDEs or across messaging platforms without configuring local UI wrappers.
Try it in 2 minutes
git clone https://github.com/THU-MAIC/OpenMAIC.git
# Or install directly into an OpenClaw agent workbench:
clawhub install openmaicbash
✓ When to use
- When transforming technical documents or repos into interactive learning environments.
- When building automated training materials driven directly from an agentic IDE.
✕ When NOT to use
- When building simple static markdown documentation without interactive evaluation needs.
- In strict zero-network environments without local LLM and TTS infrastructure like Lemonade.
What to do today
- Clone the OpenMAIC repository or install the skill via clawhub install openmaic.
- Configure your local or cloud inference credentials in server-providers.yml.
Sources