Claude Skill
zach-highley/openclaw-starter-kit
OpenClaw Starter Kit 是一个 Python 项目,可将 OpenClaw 转变为自愈、多模型的自主系统——您的 24 小时 AI 管家。非常适合构建弹性 AI 代理。
概览
仓库信息
安装这个 Skill
npm install -g openclaw@latestRegistry 信息
项目简介
OpenClaw Starter Kit 是一个基于 Python 的项目,旨在将 OpenClaw 转变为一个自愈、多模型的自主系统,充当 24 小时 AI 管家。它为构建能够从故障中恢复并利用多个模型的弹性 AI 代理提供了基础。
The 24-Hour AI Butler — How to turn OpenClaw into a self-healing, multi-model autonomous system
要点
- 自愈自主系统设计
- 多模型集成支持
- 24 小时连续运行能力
- 基于 Python 的快速开发入门套件
使用场景
- 构建用于日常任务的个人 AI 管家
- 创建用于自动化的弹性 AI 代理
- 实验多模型 AI 系统
- 开发自恢复的自主工作流
README 摘要
# OpenClaw Starter Kit ### A battle-tested guide to running OpenClaw as a 24/7 autonomous system. > **355 configuration options audited.** This guide distills what actually works from months of trial, error, and incident postmortems. --- ## ⚠️ Disclaimer **This is one person's notes, not official documentation.** I'm a solo developer figuring this out in real time. I break things constantly. Yesterday's "best practice" might be tomorrow's "what was I thinking?" - This repo is provided "as is" - I am not affiliated with OpenClaw/Moltbot - Following this guide might break your system (it's broken mine many times) - You are responsible for your own setup, security, and backups - If your bot goes rogue and orders 47 pizzas, that's on you **Always back up your config before trying anything from this repo.** For actual documentation: [docs.openclaw.ai](https://docs.openclaw.ai/) --- ## What's New in v4.2 (Builder Mode Edition) - **Idle Builder Mode**: after 60 minutes of user silence, the agent auto-selects a task from `TODO.md` and starts working. No prompting required. - **Antelope Filter**: before picking any task, the agent asks three questions — does this compound? is it revenue-linked? does it take a week+ to build? No to any = skip it, pick something that matters. - **HEARTBEAT_OK protocol**: healthy heartbeats are fully silent. The agent replies with exactly `HEARTBEAT_OK` and nothing is sent to the user. You only hear from the heartbeat when something is broken or shipped. - **Anti-decay rule**: if 3 consecutive autonomous waves are housekeeping-only (no real project shipped), the agent is forced to pick a real project next. Prevents busy-work spirals. - **Priority ordering explicit**: Revenue-generating → Visible shipping → Research → Fun/experimental. E
话题
暂无话题