OpenClaw Skill 'Waiting Tips' Shows Learning Tips During AI Response Wait Times

The 'Waiting Tips' skill for OpenClaw addresses the common issue of waiting 5-10 seconds for AI responses on messaging platforms. When a user sends a message, the skill immediately sends back a random learning tip to fill that dead time with useful content.
Key Features
The skill includes 75 bilingual tips in both Chinese and English, organized into five categories:
- AI interaction
- Prompt engineering
- OpenClaw features
- Productivity
- Wisdom
Example tips mentioned in the source include:
- Chain of Thought: make AI think step by step
- Few-shot examples beat zero-shot prompts
- AI output quality = your input quality
Installation and Compatibility
Install the skill with:
clawhub install waiting-tipsThe skill works on Telegram, Feishu/Lark, WhatsApp, Discord, Slack, and any other platform that OpenClaw supports. No client-side configuration is needed.
Contribution and Source
Contributing to the tip collection is straightforward: add one line to a text file in the tips/ directory and open a pull request. The source code is available on GitHub at github.com/dongsheng123132/openclaw-waiting-tips.
📖 Read the full source: r/openclaw
👀 See Also

git-prism v0.9.0: Give AI Coding Agents Structured Diffs via MCP
git-prism is an MCP server that replaces raw git diff text with structured JSON for AI coding agents. v0.9.0 intercepts git calls at the PATH layer, catching subprocess and gh commands.

100 Popular Apps Reverse-Engineered into Markdown Design Specs for Claude UI Cloning
An open-source repo provides structured markdown design specs for 100 popular iOS apps, optimized for Claude to clone UIs consistently. Key techniques: exact color values, state coverage, spacing scales, and navigation graphs.

Portable engineering system for Claude Code with hooks, specialized agents, and self-improvement
A developer built a portable engineering system that lives in ~/.claude/ and applies to every project automatically, featuring a 650-line constitution, deterministic hooks that block dangerous commands, three specialized agents, and a self-improving compound engineering approach.

Kontext CLI: Credential Broker for AI Coding Agents
Kontext CLI is a Go-based credential broker that provides AI coding agents with short-lived access tokens instead of long-lived API keys. It uses RFC 8693 token exchange, streams audit logs for every tool call, and works with Claude Code today.