← Back to Skills Marketplace
5340
Downloads
8
Stars
0
Active Installs
19
Versions
Install in OpenClaw
/install smart-followups
Description
Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".
Usage Guidance
Safe to install if you are comfortable with recent chat context being used to generate suggestions. Prefer explicit /followups use, keep autoTrigger disabled unless you really want suggestions after every response, and avoid storing API keys in shell startup files when using the standalone CLI.
Capability Analysis
Type: OpenClaw Skill
Name: smart-followups
Version: 2.1.8
The smart-followups skill bundle is a well-documented tool designed to generate contextual follow-up questions for AI conversations across multiple messaging platforms. The core logic in handler.js and cli/followups-cli.js uses standard LLM integration patterns (Anthropic/OpenRouter) and includes defensive prompt engineering to treat conversation history as opaque data, mitigating potential prompt injection from users. No evidence of data exfiltration, malicious execution, or unauthorized persistence was found; the behavior is entirely consistent with the stated purpose.
Capability Assessment
Purpose & Capability
The handler generates three contextual follow-up suggestions, formats them for chat channels, and stores recent suggestions briefly so number replies can be expanded; this is coherent with the stated feature.
Instruction Scope
The preferred /followups flow is clear, but metadata and docs also include broad triggers such as "suggestions" and optional auto-trigger examples, which could cause unexpected activation if a host matches loosely.
Install Mechanism
Installation is conventional for a Node-based OpenClaw skill, with no postinstall script, hidden downloader, or automatic file mutation found.
Credentials
The main handler uses OpenClaw-native model/auth, while the standalone CLI can send provided conversation context to OpenRouter or Anthropic using explicit API keys; this is purpose-aligned and documented, though users should treat it as third-party processing.
Persistence & Privilege
Runtime persistence is limited to ctx.session.lastFollowups with a 10-minute validity window for mapping 1/2/3 replies; documentation also suggests adding API keys to shell startup files, which is a plaintext-secret hygiene concern but not automatic behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-followups - After installation, invoke the skill by name or use
/smart-followups - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.8
Docs portability cleanup: replaced hardcoded log path examples with portable placeholders.
v2.1.6
Added prompt-injection boundary and aligned metadata/docs.
v2.1.5
Security: prompt injection boundary for conversation context in CLI.
v2.1.4
Fix: removed stale env var declarations from SKILL.md metadata. No API keys needed.
v2.1.3
Security: removed external API provider config from metadata. Handler uses OpenClaw-native auth only. CLI reference removed from skill config.
v2.1.2
Remove hardcoded DEFAULT_MODEL from CLI - now requires explicit --model flag, aligns with OpenClaw-native pattern
v2.1.1
smart-followups v2.1.1
- Documentation updates and cleanup across multiple files.
- No functional or API changes in this release.
v2.1.0
smart-followups 2.1.0
- Added official slash command support: `/followups` (plus aliases `/fu`, `/suggestions`, and `/next`)
- Improved SKILL docs to highlight slash command and its usage
- Updated triggers to include slash commands and new command aliases
- No API or authentication changes; usage remains the same across all supported channels
v2.0.1
Add ClawHub runtime requirements metadata (SKILL.md frontmatter)
v2.0.0
Clean v2.0.0 release - version consistency and cleanup
v1.0.7
Add runtime requirements metadata for ClawHub discovery
v1.0.9
- Renamed all references from "Clawdbot" to "OpenClaw" for platform consistency.
- Updated provider configuration and documentation defaults from "clawdbot" to "openclaw".
- Revised skill documentation and instructions across all major docs (README.md, SKILL.md, etc.).
- No changes to triggers, channel support, or core functionality.
v1.0.6
chore: ensure node_modules in .gitignore
v1.0.5
chore: ensure node_modules in .gitignore
v1.0.4
Update author email to [email protected]
v1.0.3
Honest ClawdHub listing - keyword triggers, not /slash commands
v1.0.2
Honest docs: keyword trigger not /slash command
v1.0.1
README branding update - clearer Clawdbot skill identity
v1.0.0
Initial release: 3 contextual suggestions, multi-channel support, Clawdbot native auth
Metadata
Frequently Asked Questions
What is Smart Follow-ups?
Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups". It is an AI Agent Skill for Claude Code / OpenClaw, with 5340 downloads so far.
How do I install Smart Follow-ups?
Run "/install smart-followups" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Smart Follow-ups free?
Yes, Smart Follow-ups is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Smart Follow-ups support?
Smart Follow-ups is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Smart Follow-ups?
It is built and maintained by Robby (@robbyczgw-cla); the current version is v2.1.8.
More Skills