Back to Registry
View Author Profile
Official Verified
Daily Standup Generator
Skill by guaiyu11
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/guaiyu11/daily-standup-generatorOr
name: daily-standup-generator description: Generate a daily standup report from task lists, chat logs, or project management tools. Trigger: "生成每日站会报告"、"standup"
Daily Standup Generator
Generate a structured daily standup report for team communication.
When to Use
- User asks for daily standup report
- User wants to summarize yesterday's work
- User needs to prepare for team meeting
Output Format
## 昨日完成 (Completed Yesterday)
- [Task 1]
- [Task 2]
## 今日计划 (Today's Plan)
- [Task 1]
- [Task 2]
## 遇到问题 (Blockers)
- [Issue or "无"]
Data Sources
- Check memory files for recent tasks
- Read conversation history for work context
- Ask user for specific tasks if unclear
Tips
- Keep it brief (3-5 bullet points max)
- Use emoji for quick scanning 🎯 ✅ 🚧
- If no data available, ask user instead of making up
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-guaiyu11-daily-standup-generator": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.