by voocel · Codex Skill · ★ 645
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
OpenClaw Mini OpenClaw 核心架构的精简复现,用于学习 AI Agent 的系统级设计。 "没有记忆的 AI 只是函数映射,有记忆 + 主动唤醒的 AI,才是会演化的'生命系统'" 为什么做这个项目 网上大多数 Agent 教程只讲 Agent Loop: 这不是真正的 Agent 架构。 一个生产级 Agent 需要的是"系统级最佳实践"。 OpenClaw 是一个超 43w 行的复杂 Agent 系统,本项目从中提炼出核心设计与最小实现,帮助你理解: Agent Loop 的双层循环与 EventStream 事件流 会话持久化与上下文管理(裁剪 + 摘要压缩) 长期记忆、技能系统、主动唤醒的真实实现 多 Provider 适配(Anthropic / OpenAI / Google / Groq 等 22+ 提供商) 模块分层 本项目按学习价值分为四层,建议按 核心 → 扩展 → 网关 → 工程 的顺序阅读: ┌─────────────────────────────────────────────────────────────┐ │ [网关层] Gateway │ │ WebSocket RPC 网关,让 Agent 从 CLI 直连升级为网络服务 │ │ │ │ Protocol (帧协议) · Server (广播+握手+路由) │ │ Client (重连+心跳) · Handlers (RPC 方法) │ ├─────────────────────────────────────────────────────────────┤ │ [工程层] Production │ │ 生产级防护与控制,学习可跳过 │ │ │ │ session-key · tool-policy · command-queue │ │ sandbox-paths · context-window-guard · tool-result-guard │ ├─────────────────────────────────────────────────────────────┤ │ [扩展层] Extended │ │ openclaw 特有的
| Stars | 645 |
| Forks | 78 |
| Language | TypeScript |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 47.046/100 |
| Open Issues | 3 |
| Last Updated | 2026-04-06 |
| Created | 2026-02-01 |
| Platforms | node |
| Est. Tokens | ~16k |
These tools work well together with openclaw-mini for enhanced workflows:
Looking for a openclaw-mini alternative? If you're comparing openclaw-mini with other codex skill tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
An open-source AI assistant framework with skills and agent architecture
A more beautiful and easier-to-use alternative to OpenClaw. It features a nicer Web UI, built-in IM support, a
A more beautiful and easier-to-use alternative to OpenClaw. It features a nicer Web UI, built-in IM support, a
AI 朝廷搭建完整教程 - 从零基础到进阶
🛰️ A CLI tool for tracking token usage from OpenCode, Claude Code, 🦞OpenClaw (Clawdbot/Moltbot), Pi, Codex,
AI 朝廷搭建完整教程 - 从零基础到进阶
Explore other popular codex skill tools:
openclaw-mini is 🦞 OpenClaw 核心架构的极简复现,涵盖 sessionKey 会话域、队列串行、工具化记忆检索、按需上下文加载、可扩展技能与主动心跳唤醒机制. It is categorized as a Codex Skill with 645 GitHub stars.
openclaw-mini is primarily written in TypeScript. It covers topics such as agent, ai, clawdbot.
You can find installation instructions and usage details in the openclaw-mini GitHub repository at github.com/voocel/openclaw-mini. The project has 645 stars and 78 forks, indicating an active community.
openclaw-mini is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to openclaw-mini on Agent Skills Hub include openakita, poco-claw, poco-agent. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.