← All skills
Tencent SkillHub · Developer Tools

Smart Follow-ups

Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
BUILD_SUMMARY.md, CHANGELOG.md, CHANNELS.md, CONTRIBUTING.md, DEPLOYMENT.md, FAQ.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.1.6

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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

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 } } } OptionDefaultDescriptionprovider"openclaw"Auth provider: openclaw, openrouter, anthropicmodelnullModel override (null = inherit from session)apiKey—API key for non-openclaw providers

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 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

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • BUILD_SUMMARY.md Docs
  • CHANGELOG.md Docs
  • CHANNELS.md Docs
  • CONTRIBUTING.md Docs
  • DEPLOYMENT.md Docs
  • FAQ.md Docs