Claude Skill
alvinreal/awesome-openclaw-tips
一份精选的 OpenClaw 实用技巧列表,涵盖内存优化、可靠性、成本管理、自动化和多智能体工作流。提升你的 AI 助手效率。
概览
仓库信息
安装这个 Skill
git clone https://github.com/alvinreal/awesome-openclaw-tips.gitRegistry 信息
项目简介
一份精心整理的 OpenClaw 实用技巧与最佳实践合集,涵盖内存优化、可靠性、成本管理、自动化和多智能体工作流。专为使用 OpenClaw 作为个人助手或智能体框架的开发者和 AI 爱好者设计。
Practical OpenClaw tips for memory, reliability, cost, automation, and multi-agent workflows.
要点
- OpenClaw 智能体的内存优化策略
- 可靠性与错误处理最佳实践
- LLM 使用成本管理技巧
- 自动化工作流与调度
- 多智能体协作模式
- 精选的 OpenClaw 资源列表
使用场景
- 优化长时间运行的 OpenClaw 会话中的内存使用
- 在使用 OpenClaw 与 LLM 时降低 API 成本
- 构建可靠的多智能体自动化流水线
- 将 OpenClaw 设置为个人 AI 助手
- 实现定时任务与提醒
README 摘要
<div align="center"> <img src="./assets/cover.png" alt="OpenClaw Tips cover" width="15%" /> # Awesome OpenClaw Tips <p> <a href="https://www.reddit.com/r/OpenClaw_Tips/"> <img src="https://img.shields.io/badge/Subreddit-r%2FOpenClaw__Tips-FF4500?logo=reddit&logoColor=white" alt="Subreddit: r/OpenClaw_Tips" /> </a> </p> <p> <a href="https://boringdystopia.ai/"><img src="https://img.shields.io/badge/boringdystopia.ai-111111?style=for-the-badge&logo=vercel&logoColor=white" alt="boringdystopia.ai" /></a> <a href="https://x.com/alvinunreal"><img src="https://img.shields.io/badge/X-@alvinunreal-000000?style=for-the-badge&logo=x&logoColor=white" alt="X @alvinunreal" /></a> <a href="https://t.me/boringdystopiadevelopment"><img src="https://img.shields.io/badge/Telegram-Join%20channel-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white" alt="Telegram Join channel" /></a> </p> <br /> <strong>The practical playbook for turning OpenClaw from a fun chatbot into a reliable operating system for recurring work.</strong> <p>These tips were gathered from hands-on use, docs, community setups, and repo deep-dives; see <a href="#acknowledgements">Acknowledgements</a>.</p> </div> ## Table of Contents - [💬 Messages](#messages) - [MES-01: Enable ack reactions by setting messages.ackReactionScope](#mes-01-enable-ack-reactions-by-setting-messagesackreactionscope) - [📨 Telegram](#telegram) - [TEL-01: Use Telegram inline buttons for recurring actions](#tel-01-use-telegram-inline-buttons-for-recurring-actions) - [TEL-02: Split conversations into threads so context stops bleeding across topics](#tel-02-split-conversations-into-threads-so-context-stops-bleeding-across-topics) - [TEL-03: Set a system prompt per Telegram topic so /new resets noise without losin