Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Suggest next actions for today's P1 leads
- 1Accept lead summary input from the supervisor
- 2Validate input against action-input.schema.json
- 3Apply deterministic prioritization rules to rank leads
- 4Assign action types (call, email, or visit) to each lead with descriptions
- 5Validate output against action-output.schema.json and return for review
Ranked list of follow-up suggestions with action types, lead IDs, and descriptions, ready for human or supervisor approval