← 返回 Skills 市场
robbyczgw-cla

Smart Follow-ups

作者 Robby · GitHub ↗ · v2.1.8 · MIT-0
cross-platform ✓ 安全检测通过
5107
总下载
8
收藏
11
当前安装
19
版本数
在 OpenClaw 中安装
/install smart-followups
功能描述
Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".
安全使用建议
Install is reasonable if you want contextual follow-up suggestions. Prefer the default OpenClaw-native mode, use /followups rather than broad trigger phrases where possible, keep autoTrigger disabled unless you explicitly want suggestions after every response, and treat optional OpenRouter/Anthropic API keys and conversation context as sensitive.
功能分析
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.
能力评估
Purpose & Capability
The core behavior is coherent with the stated purpose: it uses recent conversation context to generate three follow-up suggestions and formats them for supported chat channels. Users should understand that recent chat content is used for generation.
Instruction Scope
The preferred command is /followups, but the manifest and docs also list broad natural-language triggers such as followups and suggestions, and documentation describes optional autoTrigger mode. These are disclosed and purpose-related, but could cause accidental invocation if the host platform matches triggers loosely.
Install Mechanism
Installation is conventional for an OpenClaw skill: ClawHub/manual install, Node requirement, and no install-time script or hidden downloader. The package has test/demo scripts but no automatic postinstall behavior.
Credentials
The main handler uses OpenClaw-native auth, while the standalone CLI can read OPENROUTER_API_KEY or ANTHROPIC_API_KEY and send recent exchanges to those providers. This is disclosed and proportionate to the optional CLI/provider feature.
Persistence & Privilege
No evidence of elevated privileges, destructive actions, broad local file access, or background persistence. The handler stores only temporary session mappings for numbered follow-up replies.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-followups
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-followups 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug smart-followups
版本 2.1.8
许可证 MIT-0
累计安装 192
当前安装数 11
历史版本数 19
常见问题

Smart Follow-ups 是什么?

Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5107 次。

如何安装 Smart Follow-ups?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-followups」即可一键安装,无需额外配置。

Smart Follow-ups 是免费的吗?

是的,Smart Follow-ups 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Smart Follow-ups 支持哪些平台?

Smart Follow-ups 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Smart Follow-ups?

由 Robby(@robbyczgw-cla)开发并维护,当前版本 v2.1.8。

💬 留言讨论