LaunchKit · 2026
Back to Skills

action-suggester

Generate non-binding follow-up action suggestions from lead summaries or lead lists.

0
424 downloads
by @vishalgojha

Setup & Installation

openclaw skills install @vishalgojha/action-suggester

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install action-suggester

Version History

v1.0.5Feb 23, 2026 - Version note by skill developer:

Align broker-group contracts: dataset_mode, record_type, and expanded summary/prioritization schemas.

What This Skill Does

Generates ranked follow-up action suggestions (call, email, or visit) from lead summaries or lead lists. Designed to sit in a supervised pipeline where a human or supervisor approves suggestions before any action is taken. Does not execute actions, send messages, or write to any system.

Separating suggestion from execution keeps a human in the loop, reducing the risk of automated outreach mistakes on live leads.

When to use it

  • Building a prioritized call list from today's P1 leads
  • Drafting a follow-up email queue after a lead review session
  • Scheduling visits for unresolved high-priority prospects
  • Generating ranked next actions from a batch lead summary
  • Preparing a sales team's daily outreach plan for supervisor sign-off

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Suggest next actions for today's P1 leads

AGENT
  1. 1Accept lead summary input from the supervisor
  2. 2Validate input against action-input.schema.json
  3. 3Apply deterministic prioritization rules to rank leads
  4. 4Assign action types (call, email, or visit) to each lead with descriptions
  5. 5Validate output against action-output.schema.json and return for review
OUTPUT

Ranked list of follow-up suggestions with action types, lead IDs, and descriptions, ready for human or supervisor approval