# Send Smart Follow-ups to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "smart-followups",
    "name": "Smart Follow-ups",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/robbyczgw-cla/smart-followups",
    "canonicalUrl": "https://clawhub.ai/robbyczgw-cla/smart-followups",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/smart-followups",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=smart-followups",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "BUILD_SUMMARY.md",
      "CHANGELOG.md",
      "CHANNELS.md",
      "CONTRIBUTING.md",
      "DEPLOYMENT.md",
      "FAQ.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/smart-followups"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/smart-followups",
    "downloadUrl": "https://openagent3.xyz/downloads/smart-followups",
    "agentUrl": "https://openagent3.xyz/skills/smart-followups/agent",
    "manifestUrl": "https://openagent3.xyz/skills/smart-followups/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/smart-followups/agent.md"
  }
}
```
## Documentation

### Smart Follow-ups Skill

Generate contextual follow-up suggestions for OpenClaw conversations.

### 🚀 Slash Command (New in v2.1.0!)

Primary command:

/followups

Aliases:

/fu
/suggestions

When you type /followups, I'll generate 3 contextual follow-up questions based on our conversation:

⚡ Quick — Clarification or immediate next step
🧠 Deep Dive — Technical depth or detailed exploration
🔗 Related — Connected topic or broader context

### How to Trigger

MethodExampleRecommended/followupsJust type it!✅ Yes/fuShort alias✅ YesNatural language"give me suggestions"Works tooAfter any answer"what should I ask next?"Works too

### Usage

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.

### Categories

Each generation produces 3 suggestions:

CategoryEmojiPurposeQuick⚡Clarifications, definitions, immediate next stepsDeep Dive🧠Technical depth, advanced concepts, thorough explorationRelated🔗Connected topics, broader context, alternatives

### Authentication

Default: Uses OpenClaw's existing auth — same login and model as your current chat.

Optional providers:

openrouter — Requires OPENROUTER_API_KEY
anthropic — Requires ANTHROPIC_API_KEY

### Configuration

{
  "skills": {
    "smart-followups": {
      "enabled": true,
      "provider": "openclaw",
      "model": null
    }
  }
}

OptionDefaultDescriptionprovider"openclaw"Auth provider: openclaw, openrouter, anthropicmodelnullModel override (null = inherit from session)apiKey—API key for non-openclaw providers

### Channel Support

ChannelModeInteractionTelegramButtonsTap to askDiscordButtonsClick to askSlackButtonsClick to askSignalTextReply 1-3WhatsAppTextReply 1-3iMessageTextReply 1-3SMSTextReply 1-3MatrixTextReply 1-3EmailTextReply with number

See CHANNELS.md for detailed channel documentation.

### How It Works

User types /followups
Handler captures recent conversation context
OpenClaw generates 3 contextual questions (using current model/auth)
Formatted as buttons or text based on channel
User clicks button or replies with number
OpenClaw answers that question

### Files

FilePurposehandler.jsCommand handler and channel formattingcli/followups-cli.jsStandalone CLI for testing/scriptingREADME.mdFull documentationCHANNELS.mdChannel-specific guideFAQ.mdCommon questions

### Credits

Inspired by Chameleon AI Chat's smart follow-up feature.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: robbyczgw-cla
- Version: 2.1.6
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/smart-followups)
- [Send to Agent page](https://openagent3.xyz/skills/smart-followups/agent)
- [JSON manifest](https://openagent3.xyz/skills/smart-followups/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/smart-followups/agent.md)
- [Download page](https://openagent3.xyz/downloads/smart-followups)