openclaw-mini — Codex Skill by voocel

by voocel · Codex Skill · ★ 690

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

Stars690
Forks91
LanguageTypeScript
CategoryCodex Skill
LicenseMIT
Quality Score63.4659462415786/100
Open Issues2
Last Updated2026-05-31
Created2026-02-01
Platformsnode
Est. Tokens~20k

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.

  • 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

  • AI-Infra-Guard by Tencent · ⭐ 3.4k

    A full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Sca

  • n8n-claw by freddy-schuetz · ⭐ 536

    OpenClaw-inspired autonomous AI agent built entirely in n8n. Adaptive RAG-powered memory, Skills via MCP templ

  • memov by memovai · ⭐ 160

    Give git-like & traceable memory to OpenClaw and any coding agents. By https://memov.ai/ aka Entire CLI for ev

  • moltis by moltis-org · ⭐ 2.8k

    A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice

  • papersgpt-for-zotero by papersgpt · ⭐ 2.5k

    A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.5, Claude, DeepSeek V4, Grok, OpenRouter, Kimi 2.6,

More Codex Skill Tools

Explore other popular codex skill tools:

View all Codex Skill tools →

Popular TypeScript Agent Tools

Frequently Asked Questions

What is openclaw-mini?

openclaw-mini is 🦞 OpenClaw 核心架构的极简复现,涵盖 sessionKey 会话域、队列串行、工具化记忆检索、按需上下文加载、可扩展技能与主动心跳唤醒机制. It is categorized as a Codex Skill with 690 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 690 stars and 91 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 poco-agent, AI-Infra-Guard, n8n-claw. 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