← Back to Skills Marketplace
vishalgojha

Action Suggester

by Vishal · GitHub ↗ · v1.0.5
cross-platform ✓ Security Clean
746
Downloads
0
Stars
5
Active Installs
6
Versions
Install in OpenClaw
/install action-suggester
Description
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...
README (SKILL.md)

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.
Usage Guidance
Before installing: 1) Confirm your agent/runtime will enforce 'do not execute' semantics (the SKILL.md statements are instructions, not technical enforcement). 2) Provide only the minimum PII (phone numbers, names) required for suggestions and ensure downstream systems won't leak those fields. 3) Require human/Supervisor confirmation before any execution and test the skill with dummy data to validate schema handling. 4) Audit your agent chains to ensure no other skill or automation will act on the generated suggestions without explicit approval.
Capability Analysis
Type: OpenClaw Skill Name: action-suggester Version: 1.0.5 The skill bundle is entirely declarative, consisting of metadata, agent instructions, and JSON schemas for input/output validation. The `SKILL.md` and `agents/openai.yaml` files contain explicit and repeated instructions to the AI agent to *never* execute suggested actions, send messages, write to stateful systems, or approve its own output. There is no executable code to analyze for vulnerabilities or malicious intent, and the schemas include `additionalProperties: false`, which is a good security practice. The skill's purpose is clearly defined as generating non-binding suggestions, with strong guardrails against autonomous action.
Capability Assessment
Purpose & Capability
The name/description (
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install action-suggester
  3. After installation, invoke the skill by name or use /action-suggester
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Align broker-group contracts: dataset_mode, record_type, and expanded summary/prioritization schemas.
v1.0.4
Preserve RE-India title and improve install-facing guidance
v1.0.3
Improve use-when clarity and chain guidance
v1.0.2
Rename display title with RE-India suffix
v1.0.1
Append RE-India suffix to display names
v1.0.0
- Initial release of action-suggester skill. - Generates non-binding, ranked follow-up action suggestions (call, email, visit) from lead summaries or lists. - Designed for recommendation and review only; never executes actions or messages. - Strictly enforces boundaries: no message sending, database writes, or autonomous action approvals. - Validates all inputs and outputs against defined schemas. - Returns empty suggestions for insufficient info and provides plain-text diagnostics for rule conflicts.
Metadata
Slug action-suggester
Version 1.0.5
License
All-time Installs 5
Active Installs 5
Total Versions 6
Frequently Asked Questions

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.

💬 Comments