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.
Output
- Target Path: "~/openclaw_agent/src/latest_summaries/daily/{{date}}.md"
- Date Variable: Use the current UTC+8 date in
YYYY-MM-DD format.
Usage Examples
- "Run group_summarizer"
- "Generate the daily report using group_summarizer"