← Back to Skills Marketplace
728
Downloads
0
Stars
7
Active Installs
6
Versions
Install in OpenClaw
/install summary-generator
Description
Generate daily or range-based lead summaries from read-only lead data. Use when users ask for todays lead summary, broker inventory counts, locality trends,...
Usage Guidance
This skill appears coherent for producing read-only lead summaries. Before installing, verify: (1) how the agent runtime will provide read-only access to the intended lead storage (connectors, service account, or IAM role) and ensure those credentials are least-privilege; (2) that the runtime enforces the SKILL.md boundaries (no writes, no external sends, and no parsing of chat dumps); (3) whether the suggested chain (sentiment-priority-scorer -> summary-generator -> action-suggester) will not cause unintended follow-up actions, since this skill explicitly says not to suggest or execute follow-ups. Test the skill in a controlled environment with sample data containing PII to confirm it only returns the validated summary object and does not leak additional context.
Capability Analysis
Type: OpenClaw Skill
Name: summary-generator
Version: 1.0.5
The skill bundle is designed for generating summaries from read-only lead data. The `SKILL.md` explicitly defines strict boundaries, prohibiting data writing, mutation, extraction, and external communication, which are strong security controls. Input and output are validated using JSON schemas (`references/summary-input.schema.json`, `references/summary-output.schema.json`), further enhancing security by preventing unexpected data. No malicious code, exfiltration attempts, or prompt injection vulnerabilities were found.
Capability Assessment
Purpose & Capability
Name, description, and included schemas match: the skill validates date-range input, reads lead data in read-only fashion, aggregates the listed metrics, validates output, and returns a summary object. There are no unrelated environment variables, binaries, or installs requested that would be disproportionate to a summarization task.
Instruction Scope
SKILL.md stays narrowly scoped to read-only summarization and explicitly forbids writes, parsing chat dumps, extraction of new leads, follow-up actions, and outbound sends. It does instruct the agent to "Query lead storage using read-only access" but does not specify the data source or authentication method, leaving an operational gap that should be verified in the deployment environment.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded. This minimizes installation risk.
Credentials
The skill requests no environment variables or credentials in metadata, which is proportionate. However, it expects read-only access to lead storage at runtime without declaring how credentials are supplied; confirm that the platform's connector model will provide only the intended read-only access and that no extra secrets are required or implicitly used.
Persistence & Privilege
always is false and the skill does not request persistent presence or to modify other skills or system settings. It enforces 'fail closed' when read permissions are absent, which is appropriate.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install summary-generator - After installation, invoke the skill by name or use
/summary-generator - 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 summary-generator skill.
- Generates concise lead summaries for specified date ranges using read-only data.
- Aggregates and returns key metrics such as new leads count and trends.
- Strictly enforces boundaries: no data modification, lead extraction, or outbound actions.
- Validates all inputs and outputs against referenced schemas.
- Handles errors with clear failure reasons or zeroed metrics if no data is found.
Metadata
Frequently Asked Questions
What is Summary Generator?
Generate daily or range-based lead summaries from read-only lead data. Use when users ask for todays lead summary, broker inventory counts, locality trends,... It is an AI Agent Skill for Claude Code / OpenClaw, with 728 downloads so far.
How do I install Summary Generator?
Run "/install summary-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Summary Generator free?
Yes, Summary Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Summary Generator support?
Summary Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Summary Generator?
It is built and maintained by Vishal (@vishalgojha); the current version is v1.0.5.
More Skills