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

Custom Voice Extraction Process for Claude Code with Template
A developer shares a three-pass extraction process to create a custom voice skill for Claude Code, resulting in a 510-line SKILL.md file with ban lists for LLM-isms, anti-performative rules, and format-specific voice modes. The open-source template works with any language using 10+ writing samples.

Session Memory Feature Introduced in Claude Code
Claude Code now includes a 'Session Memory' feature, generating and maintaining session summaries in summary.md files. Unlock it with tweakcc for interactive sessions exceeding specific token and tool call thresholds.

CodeVibe: Push Notifications for AI Coding Agents When Blocked on Input
CodeVibe sends push notifications to your phone when AI coding agents like Claude Code get stuck waiting for approval on edit operations. You can review file diffs and respond with numbered options to keep the agent moving.

Open source Next.js starter kit adds guardrails and agent instructions to prevent AI slop
A new Next.js boilerplate includes auth, database, CI, tests, and Claude Code instructions out of the box, aimed at developers using AI coding agents to build production apps faster.