Waiting Tips — Learn While OpenClaw Thinks
Show a random bilingual (zh/en) learning tip every time the user waits for a response. Tips cover AI interaction, prompt engineering, productivity, and wisdom.
When to use
Automatically: before every AI response, send a tip message to fill the waiting time.
Manually: when the user says "show me a tip", "give me a tip", "学习小贴士", "来个 tip".
How it works
- 1. User sends a message to OpenClaw
- Before the AI starts processing, a random tip is sent as a quick reply
- The tip is displayed while the AI generates the full response
- Works on all channels: Telegram, Feishu/Lark, WhatsApp, Discord, Slack, etc.
Tip format
Each tip is bilingual: INLINECODE0
Example:
CODEBLOCK0
Tip categories (75 tips)
- - AI Interaction (15) — context, multi-turn, verification
- Prompt Engineering (15) — CoT, ReAct, few-shot, meta-prompting
- OpenClaw (15) — commands, features, best practices
- Productivity (15) — code review, regex, templates, reports
- Wisdom (15) — AI philosophy, learning mindset
Display modes
The skill supports multiple display styles:
- -
emoji — 💡 中文 tip | English tip (default) - INLINECODE2 — bordered card with header
- INLINECODE3 — Chinese only
- INLINECODE4 — English only
Adding custom tips
Add a line to any tips/*.txt file in the skill directory:
CODEBLOCK1
Create new category files like tips/coding.txt for new topics.
等待小贴士 — 在 OpenClaw 思考时学习
每次用户等待回复时,显示一条随机的双语(中/英)学习小贴士。内容涵盖 AI 交互、提示工程、效率提升和智慧箴言。
使用时机
自动触发:每次 AI 回复前,发送一条小贴士消息来填充等待时间。
手动触发:当用户说show me a tip、give me a tip、学习小贴士、来个 tip时。
工作原理
- 1. 用户向 OpenClaw 发送消息
- 在 AI 开始处理前,随机发送一条小贴士作为快速回复
- 在 AI 生成完整回复期间显示小贴士
- 适用于所有平台:Telegram、飞书/Lark、WhatsApp、Discord、Slack 等
小贴士格式
每条小贴士均为双语:中文 | English
示例:
💡 给 AI 足够的上下文,回答质量翻倍 | Give AI enough context — quality doubles
小贴士分类(共 75 条)
- - AI 交互(15 条)— 上下文、多轮对话、验证
- 提示工程(15 条)— 思维链、ReAct、少样本学习、元提示
- OpenClaw(15 条)— 命令、功能、最佳实践
- 效率提升(15 条)— 代码审查、正则表达式、模板、报告
- 智慧箴言(15 条)— AI 哲学、学习心态
显示模式
该技能支持多种显示样式:
- - emoji — 💡 中文 tip | English tip(默认)
- card — 带标题的边框卡片
- zh-only — 仅中文
- en-only — 仅英文
添加自定义小贴士
在技能目录下的任意 tips/*.txt 文件中添加一行:
你的新 tip | Your new tip in English
如需新增主题,可创建新的分类文件,如 tips/coding.txt。