2.5k
GitHub Stars
19
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill smart-followups- _meta.json2.0 KB
- BUILD_SUMMARY.md9.4 KB
- CHANGELOG.md4.0 KB
- CHANNELS.md7.2 KB
- CONTRIBUTING.md7.1 KB
- DEPLOYMENT.md10.1 KB
- examples.md9.8 KB
- FAQ.md5.6 KB
- handler.js7.0 KB
- INTERNAL.md6.8 KB
- package.json1.9 KB
- PROJECT_INDEX.md7.4 KB
- QUICKSTART.md3.3 KB
- README.md7.9 KB
- SKILL.md4.0 KB
- test-example.json804 B
- test.sh1.2 KB
- UPDATE_SUMMARY.md7.7 KB
- verify.sh4.5 KB
Overview
This skill generates three contextual follow-up suggestions after any AI response when the user types /followups (or an alias). It presents Quick, Deep Dive, and Related options as clickable buttons in supported channels or as numbered text choices in plain-text channels. The goal is to surface immediate clarifications, technical depth, and related topics to keep conversations productive and focused.
How this skill works
When triggered, the handler captures recent conversation context and prompts the current model to produce three targeted follow-up prompts: a Quick clarification or next step, a Deep Dive for technical detail, and a Related topic for broader context. Output is formatted as interactive buttons in channels that support them, or as numbered text suggestions where buttons are unavailable. Selecting or replying with a suggestion sends that follow-up back to the model to continue the discussion.
When to use it
- After a high-level answer to get a clear next step or clarification
- When you want a deeper technical explanation without crafting a new prompt
- To explore related topics or alternatives relevant to the current thread
- On messaging platforms with buttons to speed up conversational flow
- In CLI or text-only channels where choosing 1–3 is faster than typing
Best practices
- Trigger /followups immediately after an answer to keep context fresh
- Use Quick for immediate actions or simple clarifications
- Pick Deep Dive when you need step-by-step guidance or technical rationale
- Choose Related to discover alternatives, comparisons, or broader implications
- If suggestions aren’t relevant, reply with a custom prompt referencing the prior reply
Example use cases
- You ask what Docker is, then tap Quick to get installation steps, Deep Dive for container architecture, or Related for orchestration options
- After a legal or compliance summary, request Deep Dive to see clause-level explanations
- In a coding help thread, use Quick to get a minimal reproducible example and Deep Dive to optimize performance
- When evaluating tools, use Related to compare competitors or integration options
- In teaching scenarios, generate follow-ups to scaffold student understanding progressively
FAQ
Type /followups or use aliases like /fu or /suggestions to generate the three options.
How do suggestions work in text-only channels?
They appear as numbered lines; reply with 1, 2, or 3 to choose a suggestion.