Generate contextual follow-up suggestions after AI responses. Offers three next questions (Quick, Deep Dive, Related) when the user runs /smart-followups or asks for suggestions.
- Updated slash command to /smart-followups, automatically derived from the skill name; aliases and frontmatter triggers are no longer supported. - Streamlined channel handling: the skill generates suggestions, and the agent renders them as buttons or numbered lists depending on the channel. - Removed previous command, triggers, and channels metadata from SKILL.md to match OpenClaw 2.0 requirements. - Added a LICENSE file; removed package.json and skill-card.md. - Updated documentation in README.md and SKILL.md to reflect new usage, configuration, and agent behavior. - Clarified that handler.js is now a formatting helper, not a command handler.