← 返回 Skills 市场
728
总下载
0
收藏
7
当前安装
6
版本数
在 OpenClaw 中安装
/install 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,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install summary-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/summary-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 728 次。
如何安装 Summary Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install summary-generator」即可一键安装,无需额外配置。
Summary Generator 是免费的吗?
是的,Summary Generator 完全免费(开源免费),可自由下载、安装和使用。
Summary Generator 支持哪些平台?
Summary Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Summary Generator?
由 Vishal(@vishalgojha)开发并维护,当前版本 v1.0.5。
推荐 Skills