π¦ ClawHub
Group Summarizer
by @deanleefumu
Synthesizes member-parent markdown reports into a continuous narrative.
TERMINAL
clawhub install group-summarizerπ About This Skill
name: group_summarizer description: "Synthesizes member-parent markdown reports into a continuous narrative." metadata: openclaw: emoji: π¦ version: "1.0.0"
group_summarizer
Read all markdown files in "~/openclaw_agent/src/temp_sync/" recursively.
Logic
1. Reading: Read all markdown files in "~/openclaw_agent/src/temp_sync/" recursively. 2. Grouping: Categorize all content by the parent folder name (which represents the Team Member). 3. 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. 4. 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. 5. Formatting: - Use## [Member Name] as the primary headers.
- Use standard markdown for the body.Output
YYYY-MM-DD format.