Jump to related tools in the same category or review the original source on GitHub.

Search & Research @vishalgojha Updated 6/28/2026 1,170 downloads 0 stars Security: Pass

Action Suggester OpenClaw Plugin & Skill | ClawHub

Looking to integrate Action Suggester into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.

What this skill does

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 follow-up draft plan without automatic execution. Recommended chain: summary-generator then action-suggester then supervisor approval. Do not use for parsing, storage, or autonomous action execution.

Install

ClawHub CLI
openclaw skills install @vishalgojha/action-suggester
Node.js (npx)
npx clawhub@latest install action-suggester

Full SKILL.md

Open original
Metadata table.
namedescription
action-suggesterGenerate 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 follow-up draft plan without automatic execution. Recommended chain: summary-generator then action-suggester then supervisor approval. Do not use for parsing, storage, or autonomous action execution.

SKILL.md content below is scrollable.

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

  1. Accept input from Supervisor.
  2. Validate input with references/action-input.schema.json.
  3. Apply deterministic prioritization rules to propose follow-up items.
  4. Emit actions with:
    • action_type in call, email, or visit
    • lead_id
    • description
  5. Validate output with references/action-output.schema.json.
  6. 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

  1. Return an empty action list when evidence is insufficient.
  2. Reject inputs that fail schema validation.
  3. Surface deterministic rule conflicts in plain text diagnostics.
ClawHub Registry URL: https://clawhub.ai/vishalgojha/skills/action-suggester

Related skills

If this matches your use case, these are close alternatives in the same category.