/install action-suggester
Action Suggester
Produce ranked follow-up suggestions without taking any external action.
Quick Triggers
- Suggest next actions for today's P1 leads.
- Build a call/email/visit plan from summary.
- Draft follow-up queue for unresolved high-priority leads.
Recommended Chain
summary-generator -> action-suggester -> supervisor confirmation
Execute Workflow
- Accept input from Supervisor.
- Validate input with
references/action-input.schema.json. - Apply deterministic prioritization rules to propose follow-up items.
- Emit actions with:
action_typeincall,email, orvisitlead_iddescription
- Validate output with
references/action-output.schema.json. - Return suggestions for human or Supervisor review only.
Enforce Boundaries
- Never execute suggested actions.
- Never send messages, emails, or calendar invites.
- Never write to database or stateful systems.
- Never parse raw chat exports.
- Never approve its own output for execution.
Handle Errors
- Return an empty action list when evidence is insufficient.
- Reject inputs that fail schema validation.
- Surface deterministic rule conflicts in plain text diagnostics.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install action-suggester - After installation, invoke the skill by name or use
/action-suggester - Provide required inputs per the skill's parameter spec and get structured output
What is Action Suggester?
Generate non-binding follow-up action suggestions from lead summaries or lead lists. Use when users ask for next best actions, call list for hot leads, or fo... It is an AI Agent Skill for Claude Code / OpenClaw, with 746 downloads so far.
How do I install Action Suggester?
Run "/install action-suggester" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Action Suggester free?
Yes, Action Suggester is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Action Suggester support?
Action Suggester is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Action Suggester?
It is built and maintained by Vishal (@vishalgojha); the current version is v1.0.5.