# smart-followups
Smart Follow-ups Skill Generate contextual follow-up suggestions for OpenClaw conversations. 🚀 Slash Command (New in v2.1.0!) 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 How to Trigger MethodExampleRecommended/followupsJust type it!✅ Yes/fuShort alias✅ YesNatural language"give me suggestions"Works tooAfter any answer"what should I ask next?"Works too Usage 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. Categories Each generation produces 3 suggestions: CategoryEmojiPurposeQuick⚡Clarifications, definitions, immediate next stepsDeep Dive🧠Technical depth, advanced concepts, thorough explorationRelated🔗Connected topics, broader context, alternatives Authentication
Required: Set SKILLBOSS_API_KEY environment variable. All AI calls are routed through SkillBoss API Hub (https://api.heybossai.com/v1/pilot) which automatically selects the best model.
export SKILLBOSS_API_KEY="your-key-here"
Configuration { "skills": { "smart-followups": { "enabled": true, "prefer": "balanced" } } } OptionDefaultDescriptionenabledtrueEnable/disable the skillprefer"balanced"SkillBoss routing preference: balanced, quality, price Channel Support 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. How It Works User types /followups Handler captures recent conversation context SkillBoss API Hub generates 3 contextual questions via /v1/pilot (auto-routed model) Formatted as buttons or text based on channel User clicks button or replies with number The assistant answers that question Files FilePurposehandler.jsCommand handler and channel formattingcli/followups-cli.jsStandalone CLI for testing/scriptingREADME.mdFull documentationCHANNELS.mdChannel-specific guideFAQ.mdCommon questions Credits Inspired by Chameleon AI Chat's smart follow-up feature.
Join 80,000+ one-person companies automating with AI