Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".
Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Generate contextual follow-up suggestions for OpenClaw conversations.
Primary command: /followups Aliases: /fu /suggestions When you type /followups, I'll generate 3 contextual follow-up questions based on our conversation: ⚡ Quick — Clarification or immediate next step 🧠 Deep Dive — Technical depth or detailed exploration 🔗 Related — Connected topic or broader context
MethodExampleRecommended/followupsJust type it!✅ Yes/fuShort alias✅ YesNatural language"give me suggestions"Works tooAfter any answer"what should I ask next?"Works too
Say "followups" in any conversation: You: What is Docker? Bot: Docker is a containerization platform... You: /followups Bot: 💡 What would you like to explore next? [⚡ How do I install Docker?] [🧠 Explain container architecture] [🔗 Docker vs Kubernetes?] On button channels (Telegram/Discord/Slack): Tap a button to ask that question. On text channels (Signal/WhatsApp/iMessage/SMS): Reply with 1, 2, or 3.
Each generation produces 3 suggestions: CategoryEmojiPurposeQuick⚡Clarifications, definitions, immediate next stepsDeep Dive🧠Technical depth, advanced concepts, thorough explorationRelated🔗Connected topics, broader context, alternatives
Default: Uses OpenClaw's existing auth — same login and model as your current chat. Optional providers: openrouter — Requires OPENROUTER_API_KEY anthropic — Requires ANTHROPIC_API_KEY
{ "skills": { "smart-followups": { "enabled": true, "provider": "openclaw", "model": null } } } OptionDefaultDescriptionprovider"openclaw"Auth provider: openclaw, openrouter, anthropicmodelnullModel override (null = inherit from session)apiKey—API key for non-openclaw providers
ChannelModeInteractionTelegramButtonsTap to askDiscordButtonsClick to askSlackButtonsClick to askSignalTextReply 1-3WhatsAppTextReply 1-3iMessageTextReply 1-3SMSTextReply 1-3MatrixTextReply 1-3EmailTextReply with number See CHANNELS.md for detailed channel documentation.
User types /followups Handler captures recent conversation context OpenClaw generates 3 contextual questions (using current model/auth) Formatted as buttons or text based on channel User clicks button or replies with number OpenClaw answers that question
FilePurposehandler.jsCommand handler and channel formattingcli/followups-cli.jsStandalone CLI for testing/scriptingREADME.mdFull documentationCHANNELS.mdChannel-specific guideFAQ.mdCommon questions
Inspired by Chameleon AI Chat's smart follow-up feature.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.