Daily Log
每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 24 · 0 current installs · 0 all-time installs
by@AxelHu
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description (generate daily work logs, trigger at session end or after tasks, write to memory/daily/YYYY-MM-DD.md) match the instructions and included spec. The skill declares no binaries, env vars, or installs — which is appropriate for a simple logging helper.
Instruction Scope
Runtime instructions only reference reading references/spec.md, reading an existing diary, generating/merging content, writing memory/daily/YYYY-MM-DD.md, and running a self-check. This is within the stated purpose, but the spec explicitly asks to capture 'commands' and 'command output' and file paths — those items can contain sensitive data (credentials, tokens, secret file paths). Consider that the skill's behavior will persist potentially sensitive session artifacts in the agent's memory store.
Install Mechanism
No install steps and no code files are present. As an instruction-only skill, it does not download or write additional code to disk during install, which minimizes risk.
Credentials
The skill requires no environment variables, credentials, or external config paths. Requested inputs (reading the included spec and local diary file) are proportional to the stated goal.
Persistence & Privilege
always is false and the skill does not request special system-wide privileges. It writes to a local memory path (memory/daily/...) which is consistent with its purpose. Note: the platform default allows autonomous invocation; if you want to avoid automatic diary writes at session end, control triggers or restrict autonomous invocation at the agent level.
Assessment
This skill appears to do what it says, but before enabling it consider the following: (1) Diaries are set to capture 'commands' and 'command output' and may therefore store sensitive information — review a sample output to confirm no secrets are being recorded. (2) If you prefer manual control, disable automatic triggers or require explicit user invocation so logs aren't created automatically at session end. (3) Decide where memory/daily is stored and whether those files should be encrypted, access-restricted, or rotated/deleted regularly. (4) If you need redaction, add a sanitization step (remove tokens, passwords, or secret paths) before writing. If you want a more conservative assessment, provide additional context about where the agent runs and how memory files are persisted.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Daily Log
按规范生成每日工作日志,供后续知识提取。
输出位置
memory/daily/YYYY-MM-DD.md
核心流程
- 读取 references/spec.md 获取详细规范
- 读取当前日记(如已存在)
- 按规范生成/整合日志
- 写文件
- 自检
触发时机
- 会话结束前
- 完成重要任务后
- 用户明确要求时
为什么要写日记
日记是记忆系统的核心输入:
- cron memory-review 扫描日记生成知识提案
- 没有日记,知识沉淀链条断裂
- 详细日记 → 更多可提取知识
常见错误
- 只写结果不写过程 → 无法提取经验
- 事后概括 → 丢失细节
- 过于简略 → 扫不出东西
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
