Claude Skill
SafeRL-Lab/cheetahclaws
CheetahClaws(Nano Claude Code)是一款快速、原生Python的个人AI助手,灵感源自OpenClaw与Claude Code,兼容任意模型,全天候自主运行。
概览
仓库信息
安装这个 Skill
pip install cheetahclawsRegistry 信息
pip install cheetahclawsgit clone https://github.com/SafeRL-Lab/cheetahclaws.gitpip install . # then: cheetahclawspip install ".[voice]" # voice input (sounddevice + faster-whisper)pip install ".[vision]" # clipboard image capture (Pillow)
项目简介
CheetahClaws(Nano Claude Code)是一款快速、易用、原生Python的个人AI助手,灵感源自OpenClaw与Claude Code,兼容任意模型,专为全天候自主服务而打造。
CheetahClaws: A Fast and Easy-to-Use Agent Harness Infrastructure for Long-Horizon, Multi-Model, and Tool-Using AI Systems
要点
- 原生Python实现,性能快速
- 兼容任意AI模型
- 灵感源自OpenClaw与Claude Code
- 专为全天候自主运行设计
- 易于使用和集成
使用场景
- 日常任务的个人AI助手
- 自主代码生成与审查
- 持续后台自动化
- 多模型实验与测试
- AI代理的学习与原型开发
README 摘要
English | [中文](docs/i18n/README.CN.MD) | [한국어](docs/i18n/README.KO.MD) | [日本語](docs/i18n/README.JP.MD) | [Français](docs/i18n/README.FR.MD) | [Deutsch](docs/i18n/README.DE.MD) | [Español](docs/i18n/README.ES.MD) | [Português](docs/i18n/README.PT.MD) <br> <div align="center"> <a href="[https://github.com/SafeRL-Lab/Robust-Gymnasium](https://github.com/SafeRL-Lab/cheetahclaws)"> <img src="docs/media/logos/logo-5.png" alt="Logo" width="280"> </a> <h2 align="center" style="font-size: 30px;"><strong><em>CheetahClaws</em></strong>: A Fast and Easy-to-Use Agent Harness Infrastructure for Long-Horizon, Multi-Model, and Tool-Using AI Systems</h2> <p align="center"> <a href="https://cheetahclaws.github.io/">Website</a> · <a href="https://arxiv.org/pdf/2605.26112">Scaling the Harness</a> · <a href="https://github.com/SafeRL-Lab/cheetahclaws/issues">Issue</a> </p> </div> ### Quick Install ```bash curl -fsSL https://raw.githubusercontent.com/SafeRL-Lab/cheetahclaws/main/scripts/install.sh | bash ``` After installation: ```bash source ~/.zshrc # macOS # or: source ~/.bashrc # Linux cheetahclaws # start chatting! ``` Other install methods: [pip install](#alternative-install-with-pip) | [uv install](#alternative-install-with-uv) | [run from source](#alternative-run-directly-from-source-no-install) | [full details](#installation) ## 🔥🔥🔥 News (Pacific Time) - June 5, 2026 (latest, **v3.05.82**): **User-controllable token/cost budgets** — `/budget $5` / `/budget 200k` / `/budget daily $20` cap spend per session or per day, enforced before each model call; on hit the session auto-saves and you're shown how to `/resume` or raise the cap and continue (warns at ≥80%/95%; `--budget` sets it at startup). Details: [docs/guides/fe