← Back to Skills Marketplace
181
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install group-summarizer
Description
Synthesizes member-parent markdown reports into a continuous narrative.
README (SKILL.md)
group_summarizer
Read all markdown files in "~/openclaw_agent/src/temp_sync/" recursively.
Logic
- Reading: Read all markdown files in "~/openclaw_agent/src/temp_sync/" recursively.
- Grouping: Categorize all content by the parent folder name (which represents the Team Member).
- Synthesis: For each member, treat multiple days of reports as a single, continuous progress narrative. Do not repeat daily headers; blend them into a coherent update.
- Exclusion: Do not include any meta-talk (e.g., "Here is the summary...") or technical details about how the file was generated. Provide only the synthesized content.
- Formatting:
- Use
## [Member Name]as the primary headers. - Use standard markdown for the body.
- Use
Output
- Target Path: "~/openclaw_agent/src/latest_summaries/daily/{{date}}.md"
- Date Variable: Use the current UTC+8 date in
YYYY-MM-DDformat.
Usage Examples
- "Run group_summarizer"
- "Generate the daily report using group_summarizer"
Usage Guidance
This skill appears coherent and does only what it describes: read markdown reports from ~/openclaw_agent/src/temp_sync/, synthesize them, and write a dated markdown file. Before installing or enabling it: (1) confirm that only intended team-report files are placed under ~/openclaw_agent/src/temp_sync/ (avoid storing unrelated or sensitive files there); (2) ensure the target output directory is acceptable and has proper permissions/backup policies; (3) if you do not want the agent to run this autonomously, disable autonomous invocation or control when the skill is invoked; (4) test the skill on a small sample folder to verify formatting and that no unintended content (meta or generation artifacts) is included in the summaries.
Capability Analysis
Type: OpenClaw Skill
Name: group-summarizer
Version: 1.0.0
The group-summarizer skill is a utility designed to aggregate and synthesize markdown reports from a local directory (~/openclaw_agent/src/temp_sync/) into a consolidated file. The logic described in SKILL.md is consistent with its stated purpose and does not involve any network activity, sensitive data access, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the skill reads markdown reports, groups by parent folder (team member), synthesizes narrative updates, and writes a markdown output. It does not request unrelated credentials or binaries.
Instruction Scope
The SKILL.md explicitly instructs the agent to read all markdown files under ~/openclaw_agent/src/temp_sync/ recursively and write a summarized file to ~/openclaw_agent/src/latest_summaries/daily/{{date}}.md. This is appropriate for the stated task, but it does grant the skill access to any files placed under that path (so the directory contents should be limited to the intended reports).
Install Mechanism
There is no install spec and no code shipped with the skill (instruction-only), so nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no environment variables, credentials, or config paths beyond the two explicit file paths it reads/writes; requested access is proportional to the task.
Persistence & Privilege
The skill writes persistent output to a target path in the agent workspace. always is false (not force-included). The skill can be invoked autonomously by the agent (disable-model-invocation is false by default), so consider invocation policies if you want to avoid automatic runs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install group-summarizer - After installation, invoke the skill by name or use
/group-summarizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of group_summarizer.
- Reads all markdown reports per team member from the specified directory.
- Synthesizes multiple days' reports for each member into a continuous, cohesive narrative.
- Produces a single markdown summary using `## [Member Name]` headers and no technical/meta commentary.
- Outputs the final summary to a date-stamped file in the target folder.
Metadata
Frequently Asked Questions
What is Group Summarizer?
Synthesizes member-parent markdown reports into a continuous narrative. It is an AI Agent Skill for Claude Code / OpenClaw, with 181 downloads so far.
How do I install Group Summarizer?
Run "/install group-summarizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Group Summarizer free?
Yes, Group Summarizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Group Summarizer support?
Group Summarizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Group Summarizer?
It is built and maintained by Dean Lee (@deanleefumu); the current version is v1.0.0.
More Skills