Install
openclaw skills install @terrycarter1985/daily-standupDaily standup meeting assistant — collect updates, generate summary, and distribute to the team channel
openclaw skills install @terrycarter1985/daily-standupThis skill automates the daily standup workflow by collecting individual updates from team members, synthesizing them into a structured summary, and distributing the result to the designated team channel.
{
"channel": "#team-standup",
"time": "09:30",
"timezone": "Asia/Shanghai",
"members": ["@alice", "@bob", "@carol"],
"template": "{name}: ✅ {done} → 🔄 {doing} ⚠️ {blockers}"
}
Trigger the collection phase at the scheduled time. The skill:
The skill synthesizes:
memory/standup/YYYY-MM-DD.mdMEMORY.md with notable blockers or decisions| Field | Value |
|---|---|
| name | daily-standup |
| description | Daily standup meeting assistant — collect updates, generate summary, and distribute |
| author | terrycarter1985 |
| created | 2026-08-30 |
| version | 1.0.0 |
| tags | standup, team, meeting, productivity |
| license | MIT |