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, or priority bucket breakdown for human review and downstream action suggestion. Recommended chain: sentiment-priority-scorer then summary-generator then action-suggester. Do not use for ingestion, extraction, storage writes, or outbound communication.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "summary-generator" with this command: npx skills add vishalgojha/summary-generator

Summary Generator

Build concise daily lead summaries from read-only lead records.

Quick Triggers

  • Give me today's lead summary with trends.
  • Show high-priority lead counts by location.
  • Summarize broker inventory vs buyer requirements for this week.

Recommended Chain

sentiment-priority-scorer -> summary-generator -> action-suggester

Execute Workflow

  1. Accept a date-range request from Supervisor.
  2. Validate request with references/summary-input.schema.json.
  3. Query lead storage using read-only access.
  4. Aggregate summary metrics, including:
    • new_leads_count
    • trends
    • record_type_breakdown (inventory_listing, buyer_requirement)
    • priority_breakdown (P1, P2, P3)
    • urgency_breakdown (high, medium, low)
    • top_localities (top volume areas with counts)
    • dataset_mode echoed from request or inferred from source
  5. Validate output with references/summary-output.schema.json.
  6. Return only the validated summary object.

Enforce Boundaries

  • Never parse chat dumps.
  • Never extract new leads from messages.
  • Never write or mutate storage.
  • Never suggest or execute follow-up actions.
  • Never send reports directly to external systems.

Handle Errors

  1. Return explicit query or validation failure reasons.
  2. Return zero-valued metrics when no leads exist in the requested range.
  3. Fail closed when read permissions are absent.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated