openclaw-mini — Codex Skill by voocel

by voocel · Codex Skill · ★ 645

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

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 (广播+握手+路由) │ │ Client (重连+心跳) · Handlers (RPC 方法) │ ├─────────────────────────────────────────────────────────────┤ │ [工程层] Production │ │ 生产级防护与控制,学习可跳过 │ │ │ │ session-key · tool-policy · command-queue │ │ sandbox-paths · context-window-guard · tool-result-guard │ ├─────────────────────────────────────────────────────────────┤ │ [扩展层] Extended │ │ openclaw 特有的

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%)

openclaw-mini alternative? Top 6 similar tools

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.

  • openakita by openakita · ⭐ 1.7k

    An open-source AI assistant framework with skills and agent architecture

  • poco-claw by poco-ai · ⭐ 1.3k

    A more beautiful and easier-to-use alternative to OpenClaw. It features a nicer Web UI, built-in IM support, a

  • poco-agent by poco-ai · ⭐ 1.1k

    A more beautiful and easier-to-use alternative to OpenClaw. It features a nicer Web UI, built-in IM support, a

  • danghuangshang by wanikua · ⭐ 2.6k

    AI 朝廷搭建完整教程 - 从零基础到进阶

  • tokscale by junhoyeo · ⭐ 2.6k

    🛰️ A CLI tool for tracking token usage from OpenCode, Claude Code, 🦞OpenClaw (Clawdbot/Moltbot), Pi, Codex,

  • boluobobo-ai-court-tutorial by wanikua · ⭐ 1.6k

    AI 朝廷搭建完整教程 - 从零基础到进阶

More Codex Skill Tools

Explore other popular codex skill tools:

View all Codex Skill tools →

Popular TypeScript Agent Tools

  • openclaw ⭐ 368.6k · Codex Skill
  • n8n ⭐ 186.8k · MCP Server
  • dify ⭐ 140.2k · MCP Server
  • gemini-cli ⭐ 103.2k · MCP Server
  • gstack ⭐ 89.6k · 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.

What are the best alternatives to openclaw-mini?

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.

View on GitHub → Browse Codex Skill tools