← Back to Skills Marketplace
guaiyu11

Daily Standup Generator

by Guaiyu11 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
348
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install daily-standup-generator
Description
Generate a concise daily standup report summarizing completed tasks, today's plan, and blockers from provided data or user input.
README (SKILL.md)

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

  1. Check memory files for recent tasks
  2. Read conversation history for work context
  3. 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
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: daily-standup-generator Version: 1.0.0 The daily-standup-generator skill is a standard utility designed to summarize work tasks into a structured report format. The SKILL.md file contains benign instructions for the agent to use conversation history and memory files to assist the user, with no evidence of malicious code, data exfiltration, or prompt injection.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-standup-generator
  3. After installation, invoke the skill by name or use /daily-standup-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Daily Standup Generator. - Generates structured daily standup reports from task lists, chat logs, or project management tools. - Supports prompts in both Chinese ("生成每日站会报告") and English ("standup"). - Outputs reports with sections for completed tasks, today’s plans, and blockers. - Uses memory files and conversation history as data sources; asks user for tasks if needed. - Designed for brevity and clarity in team communication.
Metadata
Slug daily-standup-generator
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Daily Standup Generator?

Generate a concise daily standup report summarizing completed tasks, today's plan, and blockers from provided data or user input. It is an AI Agent Skill for Claude Code / OpenClaw, with 348 downloads so far.

How do I install Daily Standup Generator?

Run "/install daily-standup-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Daily Standup Generator free?

Yes, Daily Standup Generator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Daily Standup Generator support?

Daily Standup Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Daily Standup Generator?

It is built and maintained by Guaiyu11 (@guaiyu11); the current version is v1.0.0.

💬 Comments