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