← 返回 Skills 市场
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-report-public
功能描述
Generate structured daily reports for the user, summarizing completed tasks, ongoing work, pending items, and notable notes. Use when user asks for daily rep...
使用说明 (SKILL.md)
Daily Report
Overview
This skill generates structured daily reports that help users:
- Review what was accomplished today
- Track ongoing work and progress
- Identify pending items and blockers
- Maintain a record of daily activities
Report Format
Generate reports in the following structure:
📋 今日完成
- [Task 1] Description + Status (✅/进行中/⏸️)
- [Task 2] Description + Status
⏳ 进行中
- [Task A] Current progress + Estimated completion time
- [Task B] Pending confirmation items + What's needed from user
📝 待办/未完成
- [Todo 1] Reason/Blocker
- [Todo 2] Priority level
💡 备注
- Items needing special attention
- Issues or risks discovered
Data Sources
When generating a daily report, check these sources:
- Today's memory file (
memory/YYYY-MM-DD.md) - Primary source for today's tasks - Yesterday's memory file (
memory/YYYY-MM-DD.md) - For carryover context - Recent conversation history - If needed for clarification
- Project files (e.g., TODO.md, PROJECTS.md) - If relevant
Generation Process
- Read today's memory file to identify completed tasks
- Check for ongoing work and pending items
- Identify any blockers or areas needing user attention
- Format according to the report structure above
- Highlight critical items (deadlines, blockers, user decisions needed)
Customization
Adjust the report format or sections based on user feedback. Common variations:
- Add time tracking (hours spent per task)
- Add next-day priorities
- Include links to relevant files or commits
- Add metrics (tasks completed, tasks in progress, etc.)
Triggers
Generate a daily report when:
- User asks for "日报", "今天干了什么", "daily report", "今日总结", "今天完成了什么"
- User wants to review daily progress
- User asks "what did you do today" or similar
- User requests a status summary
Notes
- Keep reports concise and actionable
- Prioritize highlighting blockers and decisions needed
- Use clear status indicators (✅, 🔄, ⏸️, ❌)
- Update memory files with the generated report for future reference
安全使用建议
This skill appears to do what it says (generate daily reports) but it reads and writes local 'memory' and project files without declaring the file paths or describing permissions and data-retention behavior. Before installing or enabling it:
- Confirm where the agent's memory directory lives and whether the skill will be allowed to write there. Ask the publisher to specify exact paths used and whether writes are atomic/append-only.
- If you have sensitive content in memory or project files, consider restricting the skill's file access or disabling autonomous invocation until you review behavior.
- Ask whether generated reports will be stored verbatim in memory (could persist sensitive details) and whether there is any rotation, encryption, or export policy.
- Because this is instruction-only, there is no external network URL in the spec, which reduces supply-chain risk — but the persistent write behavior is the main concern. Request the publisher to explicitly declare config paths and describe write safeguards; if they can't, treat the skill as higher risk.
功能分析
Type: OpenClaw Skill
Name: daily-report-public
Version: 1.0.0
The skill bundle consists of metadata and markdown instructions (SKILL.md) designed to guide an AI agent in generating daily reports. It utilizes local memory files and project documentation (e.g., TODO.md) to summarize tasks, which is consistent with its stated purpose, and contains no executable code, network activity, or malicious prompt injection attempts.
能力评估
Purpose & Capability
The name/description (daily report generation) aligns with the instructions: the skill reads memory and project files and uses conversation history to build reports. Access to local 'memory/YYYY-MM-DD.md', TODO.md, PROJECTS.md is coherent with this purpose.
Instruction Scope
The SKILL.md explicitly instructs the agent to read today's and yesterday's memory files, project files, and recent conversation history and to 'Update memory files with the generated report'. That read/write behavior is a side effect and persistent storage operation that is not declared elsewhere. The instructions do not specify exact paths, permissions required, or safeguards for sensitive data.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing will be downloaded or written at install time. This is lower risk from an install-execution standpoint.
Credentials
The skill requests no environment variables, credentials, or config paths. That matches there being no external services or binaries required. However, the skill still expects to read/write local files even though no config paths are declared.
Persistence & Privilege
The skill instructs updating memory files (persistent writes) but does not declare required config paths or surface that it will modify stored data. While 'always' is false and autonomous invocation is allowed (the platform default), the persistent write behavior increases impact if the agent is invoked autonomously and should be disclosed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-report-public - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-report-public触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public version
元数据
常见问题
Daily Report Public 是什么?
Generate structured daily reports for the user, summarizing completed tasks, ongoing work, pending items, and notable notes. Use when user asks for daily rep... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Daily Report Public?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-report-public」即可一键安装,无需额外配置。
Daily Report Public 是免费的吗?
是的,Daily Report Public 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily Report Public 支持哪些平台?
Daily Report Public 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Report Public?
由 nopedijah(@nopedijah)开发并维护,当前版本 v1.0.0。
推荐 Skills