Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
robbyczgw-cla avatar

Smart Followups

  • 1 installs
  • 1 repo stars
  • Updated May 7, 2026
  • robbyczgw-cla/smart-followups

Generates 3 contextual follow-up question suggestions after an AI reply in OpenClaw chat channels when you type /followups.

About

An OpenClaw skill that produces three contextual follow-up suggestions (Quick, Deep Dive, Related) based on recent conversation context. A developer uses it inside chat channels to surface next questions as buttons or numbered replies.

  • Type /followups to get 3 contextual questions: Quick, Deep Dive, Related
  • Works across Telegram, Discord, Slack, Signal, WhatsApp, SMS and email

Smart Followups by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #2,476 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Jul 26, 2026 (Skillselion catalog sync)
npx skills add https://github.com/robbyczgw-cla/smart-followups --skill smart-followups

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars1
Last updatedMay 7, 2026
Repositoryrobbyczgw-cla/smart-followups

What it does

Generates 3 contextual follow-up question suggestions after an AI reply in OpenClaw chat channels when you type /followups.

Files

SKILL.mdMarkdownGitHub ↗

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:

1. ⚡ Quick — Clarification or immediate next step 2. 🧠 Deep Dive — Technical depth or detailed exploration 3. 🔗 Related — Connected topic or broader context

---

How to Trigger

MethodExampleRecommended
/followupsJust type it!✅ Yes
/fuShort alias✅ Yes
Natural language"give me suggestions"Works too
After 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:

CategoryEmojiPurpose
QuickClarifications, definitions, immediate next steps
Deep Dive🧠Technical depth, advanced concepts, thorough exploration
Related🔗Connected topics, broader context, alternatives

Authentication

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

Configuration

{
  "skills": {
    "smart-followups": {
      "enabled": true,
      "provider": "openclaw",
      "model": null
    }
  }
}
OptionDefaultDescription
provider"openclaw"Auth provider: openclaw, openrouter, anthropic
modelnullModel override (null = inherit from session)
apiKeyAPI key for non-openclaw providers

Channel Support

ChannelModeInteraction
TelegramButtonsTap to ask
DiscordButtonsClick to ask
SlackButtonsClick to ask
SignalTextReply 1-3
WhatsAppTextReply 1-3
iMessageTextReply 1-3
SMSTextReply 1-3
MatrixTextReply 1-3
EmailTextReply with number

See CHANNELS.md for detailed channel documentation.

How It Works

1. User types /followups 2. Handler captures recent conversation context 3. OpenClaw generates 3 contextual questions (using current model/auth) 4. Formatted as buttons or text based on channel 5. User clicks button or replies with number 6. OpenClaw answers that question

Files

FilePurpose
handler.jsCommand handler and channel formatting
cli/followups-cli.jsStandalone CLI for testing/scripting
README.mdFull documentation
CHANNELS.mdChannel-specific guide
FAQ.mdCommon questions

Credits

Inspired by Chameleon AI Chat's smart follow-up feature.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.