← 返回
AI智能 中文

Smart Follow-ups

Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".
在AI回复后生成情境相关的跟进建议。当用户输入'/followups'时,显示3个可点击按钮(快速、深入、相关)。
robbyczgw-cla
AI智能 clawhub v2.1.8 3 版本 98434.4 Key: 无需
★ 8
Stars
📥 5,373
下载
💾 12
安装
3
版本
#latest

概述

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.

版本历史

共 3 个版本

  • v2.1.8 当前
    2026-04-30 06:50 安全 安全
  • v2.1.6
    2026-03-28 09:52 安全
  • v2.1.5
    2026-03-07 11:32

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,527
productivity

Topic Monitor

robbyczgw-cla
监控感兴趣的话题,在出现重要动态时主动提醒。用于用户需要自动化监控特定主题(如公共关系)的场景。
★ 27 📥 10,592
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,910