Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install smart-followups或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install smart-followups⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/smart-followups/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: smart-followups version: 2.1.8 description: Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups". metadata: {"openclaw":{"requires":{"bins":["node"],"note":"No API keys needed. Uses OpenClaw-native auth."}}} triggers: - /followups - followups - follow-ups - suggestions - give me suggestions - what should I ask commands: - name: followups description: Generate 3 smart follow-up suggestions based on conversation context aliases: [fu, suggestions, next] channels: - telegram - discord - slack - signal - whatsapp - imessage - sms - matrix - email ---
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:
---
| Method | Example | Recommended | |--------|---------|-------------| | /followups | Just type it! | ✅ Yes | | /fu | Short alias | ✅ Yes | | Natural language | "give me suggestions" | Works too | | After 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:
| Category | Emoji | Purpose | |----------|-------|---------| | Quick | ⚡ | Clarifications, definitions, immediate next steps | | Deep Dive | 🧠 | Technical depth, advanced concepts, thorough exploration | | Related | 🔗 | 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_KEYanthropic — Requires ANTHROPIC_API_KEY{
"skills": {
"smart-followups": {
"enabled": true,
"provider": "openclaw",
"model": null
}
}
}
| Option | Default | Description | |--------|---------|-------------| | provider | "openclaw" | Auth provider: openclaw, openrouter, anthropic | | model | null | Model override (null = inherit from session) | | apiKey | — | API key for non-openclaw providers |
| Channel | Mode | Interaction | |---------|------|-------------| | Telegram | Buttons | Tap to ask | | Discord | Buttons | Click to ask | | Slack | Buttons | Click to ask | | Signal | Text | Reply 1-3 | | WhatsApp | Text | Reply 1-3 | | iMessage | Text | Reply 1-3 | | SMS | Text | Reply 1-3 | | Matrix | Text | Reply 1-3 | | Email | Text | Reply with number |
See CHANNELS.md for detailed channel documentation.
/followups| File | Purpose | |------|---------| | handler.js | Command handler and channel formatting | | cli/followups-cli.js | Standalone CLI for testing/scripting | | README.md | Full documentation | | CHANNELS.md | Channel-specific guide | | FAQ.md | Common questions |
Inspired by Chameleon AI Chat's smart follow-up feature.
安装 Smart Follow-ups 后,可以对 AI 说这些话来触发它
Help me get started with Smart Follow-ups
Explains what Smart Follow-ups does, walks through the setup, and runs a quick demo based on your current project
Use Smart Follow-ups to generate contextual follow-up suggestions after AI responses
Invokes Smart Follow-ups with the right parameters and returns the result directly in the conversation
What can I do with Smart Follow-ups in my design & creative workflow?
Lists the top use cases for Smart Follow-ups, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/smart-followups/ 目录(个人级,所有项目可用),或 .claude/skills/smart-followups/(项目级)。重启 AI 客户端后,用 /smart-followups 主动调用,或让 AI 根据上下文自动发现并使用。
Smart Follow-ups 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Smart Follow-ups 可免费安装使用。请查阅仓库了解许可证信息。
Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".
Smart Follow-ups 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Smart Follow-ups
Identifies repetitive steps in your workflow and sets up Smart Follow-ups to handle them automatically