Daily Standup Generator
v1.0.0Generate a concise daily standup report summarizing completed tasks, today's plan, and blockers from provided data or user input.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (daily standup summarization) match the instructions which describe collecting recent tasks, conversation context, and asking the user for missing info. There are no unrelated dependencies or credentials requested.
Instruction Scope
Instructions tell the agent to check 'memory files' and conversation history for context, then prompt the user if data is missing. This is appropriate for generating a standup, but 'memory files' is somewhat vague — it likely refers to agent memory rather than arbitrary local files. The skill explicitly warns not to fabricate items, which limits scope creep.
Install Mechanism
No install spec and no code files — the skill is instruction-only and does not write files or download code, which is low risk.
Credentials
No environment variables, credentials, or config paths are required. The data sources the instructions reference (conversation history, memory) are proportional to the task.
Persistence & Privilege
always is false and autonomous invocation is allowed (default). This is normal for a helper skill; there is no request to modify other skills or system-wide settings.
Assessment
This appears coherent and low-risk: the skill only instructs the agent how to assemble a short standup from conversation history and memory and asks the user when data is missing. Before enabling, consider whether you want the agent to read past conversation history or stored memory (it may include sensitive items). If you have sensitive content in memory, clear or review it first, or run the skill with non-sensitive example data to confirm formatting. No external credentials or downloads are required.Like a lobster shell, security has layers — review code before you run it.
latest
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
Comments
Loading comments...
