openclaw-mini

by voocel · Codex Skill · ★ 645

About openclaw-mini

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 (广播+握手+路由) │ │...

agentaiclawdbotopenclaw

Quick Facts

Stars645
Forks78
LanguageTypeScript
CategoryCodex Skill
LicenseMIT
Quality Score47.046/100
Open Issues3
Last Updated2026-04-06
Created2026-02-01
Platformsnode
Est. Tokens~16k

Compatible Skills

These tools work well together with openclaw-mini for enhanced workflows:

  • manifest — semantic(0.25)+complementary+same_lang+similar_pop+shared_platform (59%)
  • Aurogen — semantic(0.22)+complementary+same_lang+similar_pop+shared_platform (58%)
  • clawhost — semantic(0.21)+complementary+same_lang+similar_pop+shared_platform (57%)
  • mission-control — semantic(0.19)+complementary+same_lang+similar_pop+shared_platform (57%)
  • lobu — semantic(0.32)+complementary+same_lang+similar_pop+shared_platform (56%)

More Codex Skill Tools

Explore other popular codex skill tools:

View all Codex Skill tools →

Popular TypeScript Agent Tools

  • openclaw ⭐ 374.0k · Codex Skill
  • n8n ⭐ 189.3k · MCP Server
  • dify ⭐ 142.3k · MCP Server
  • gemini-cli ⭐ 104.5k · MCP Server
  • gstack ⭐ 100.8k · Agent Tool

Frequently Asked Questions

What is openclaw-mini?

openclaw-mini is 🦞 OpenClaw 核心架构的极简复现,涵盖 sessionKey 会话域、队列串行、工具化记忆检索、按需上下文加载、可扩展技能与主动心跳唤醒机制. It is categorized as a Codex Skill with 645 GitHub stars.

What programming language is openclaw-mini written in?

openclaw-mini is primarily written in TypeScript. It covers topics such as agent, ai, clawdbot.

How do I install or use openclaw-mini?

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.

What license does openclaw-mini use?

openclaw-mini is released under the MIT license, making it free to use and modify according to the license terms.

View on GitHub → Browse Codex Skill tools