← 返回 Skills 市场
nopedijah

Daily Report (HuangYang)

作者 nopedijah · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-report-huangyang
功能描述
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:

  1. Today's memory file (memory/YYYY-MM-DD.md) - Primary source for today's tasks
  2. Yesterday's memory file (memory/YYYY-MM-DD.md) - For carryover context
  3. Recent conversation history - If needed for clarification
  4. Project files (e.g., TODO.md, PROJECTS.md) - If relevant

Generation Process

  1. Read today's memory file to identify completed tasks
  2. Check for ongoing work and pending items
  3. Identify any blockers or areas needing user attention
  4. Format according to the report structure above
  5. 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
安全使用建议
Before installing, ask or verify: (1) where 'memory/YYYY-MM-DD.md' and project files live (path and access scope) and confirm you are comfortable with the agent reading them; (2) whether the skill will actually write/update memory files and where those writes go; (3) limit the skill's file access to a specific folder or run it in a sandbox/isolated workspace for testing; (4) ensure no secrets or sensitive data exist in the referenced project files or memory; (5) request the skill author to declare required config paths/permissions in metadata so file access is explicit. Because this is instruction-only, the SKILL.md content is the authority — review it and test with non-sensitive data first.
功能分析
Type: OpenClaw Skill Name: daily-report-huangyang Version: 2.0.0 The skill is a standard utility designed to generate structured daily reports by summarizing tasks from local memory files and project documentation. It contains no executable code, network requests, or suspicious instructions, and its behavior aligns perfectly with its stated purpose in SKILL.md.
能力评估
Purpose & Capability
The name and description match the instructions: generating daily reports by using memory and project files is coherent. However, the skill declares no required config paths or explicit permission to access files, yet the instructions rely on reading/writing memory/YYYY-MM-DD.md and project files (TODO.md, PROJECTS.md). That mismatch is a design/visibility issue.
Instruction Scope
SKILL.md explicitly instructs the agent to read today's and yesterday's memory files, recent conversation history, and project files, and to update memory files with the generated report. Those are file read/write operations that touch persistent state. Because the skill is instruction-only and no file-access scope is declared, it may access broader local content than the user expects; the write/update step increases risk (persistent changes).
Install Mechanism
No install spec and no code files (instruction-only). This is lower-risk from an install/execution standpoint since nothing arbitrary is downloaded or written during installation.
Credentials
The skill requests no environment variables or external credentials (appropriate). But it depends on local files for input/output; that dependence should be explicitly declared (config paths or permissions). Lack of declared file paths makes it unclear what data the skill will read.
Persistence & Privilege
always:false (not forced into every agent run) and autonomous invocation allowed (normal). The instruction to 'Update memory files with the generated report' implies the skill will write persistent data to the agent's memory store or disk — a legitimate feature for this purpose but one that grants persistence and should be explicit to the user.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-report-huangyang
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-report-huangyang 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Initial release v2.0.0 - Daily report generation with structured format and Chinese support
元数据
Slug daily-report-huangyang
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Daily Report (HuangYang) 是什么?

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 插件,目前累计下载 82 次。

如何安装 Daily Report (HuangYang)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-report-huangyang」即可一键安装,无需额外配置。

Daily Report (HuangYang) 是免费的吗?

是的,Daily Report (HuangYang) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daily Report (HuangYang) 支持哪些平台?

Daily Report (HuangYang) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Report (HuangYang)?

由 nopedijah(@nopedijah)开发并维护,当前版本 v2.0.0。

💬 留言讨论