Claude Skill

shareAI-lab/claw0

一个结构化的学习资源,使用 OpenClaw 从零开始构建爪式AI智能体。遵循逐步章节进行动手AI智能体开发。

概览

Stars3,053
Forks354
语言Python
最后更新2026-06-30
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者shareAI-lab
仓库claw0
完整名称shareAI-lab/claw0
Repo ID1,165,581,971

安装这个 Skill

git clone https://github.com/shareAI-lab/claw0.git && cd claw0

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-05-31
平台
ClaudeOpenClaw
能力
pdfmemory
识别文件
README.mdrequirements.txt
配置键
ANTHROPIC_API_KEYMODEL_ID
安装方式
  • git clone https://github.com/shareAI-lab/claw0.git && cd claw0
  • pip install -r requirements.txt

项目简介

Claw0 是一个全面的学习资源,旨在指导用户从零开始使用 OpenClaw 构建爪式AI智能体。它提供了结构化的章节和教程,用于动手开发。

英文描述

0 - 1 learn OpenClaw: sections to build an claw-AI agent from scratch

要点

  • 从零到一的逐步学习
  • 用于构建AI智能体的结构化章节
  • 专注于爪式AI智能体开发
  • 动手实践的教程
  • 使用 OpenClaw 框架

使用场景

  • 从零开始学习AI智能体开发
  • 构建专业的爪式AI智能体
  • AI与机器人学的教育资源
  • 基于项目的实践学习
  • 实验 OpenClaw 框架

README 摘要

[English](README.md) | [中文](README.zh.md) | [日本語](README.ja.md) # claw0 **From Zero to One: Build an AI Agent Gateway** > 10 progressive sections -- every section is a single, runnable Python file. > 3 languages (English, Chinese, Japanese) -- code + docs co-located. --- ## What is this? Most agent tutorials stop at "call an API once." This repository starts from that while loop and takes you all the way to a production-grade gateway. Build a minimal AI agent gateway from scratch, section by section. 10 sections, 10 core concepts, ~7,000 lines of Python. Each section introduces exactly one new idea while keeping all prior code intact. After all 10, you can read OpenClaw's production codebase with confidence. ```sh s01: Agent Loop -- The foundation: while + stop_reason s02: Tool Use -- Let the model call tools: dispatch table s03: Sessions & Context -- Persist conversations, handle overflow s04: Channels -- Telegram + Feishu: real channel pipelines s05: Gateway & Routing -- 5-tier binding, session isolation s06: Intelligence -- Soul, memory, skills, prompt assembly s07: Heartbeat & Cron -- Proactive agent + scheduled tasks s08: Delivery -- Reliable message queue with backoff s09: Resilience -- 3-layer retry onion + auth profile rotation s10: Concurrency -- Named lanes serialize the chaos ``` ## Architecture ``` +------------------- claw0 layers -------------------+ | | | s10: Concurrency (named lanes, generation track) | | s09: Resilience (auth rotation, overflow compact)| | s08: Delivery (write-ahead queue, backoff) | | s07: Heartbeat (lane lock, cron scheduler) | | s06: Intelligence (8-layer prompt, h

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03