Daily Log
v1.1.0每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
⭐ 0· 292·2 current·2 all-time
by@axelhu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, and declared behavior (read spec, read existing diary, generate/merge, write to memory/daily/YYYY-MM-DD.md, self-check) are consistent. The skill does not request unrelated binaries, environment variables, or config paths.
Instruction Scope
SKILL.md and references/spec.md limit actions to reading the spec and existing diary and writing the diary file. However, the spec requires including 'commands' and 'commands output' which is ambiguous: the agent may need to capture command outputs or re-run commands to fill that field. The instructions do not explicitly tell the agent to read other system files, run shell commands, or access external endpoints, but ambiguity could lead an implementation to search logs or execute commands to obtain outputs. Recommend clarifying sources for 'commands' output to avoid unexpected system access.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes code-on-disk risk; nothing will be downloaded or executed by default.
Credentials
No environment variables, credentials, or config paths are requested. The requested access (read/write to agent memory path) is proportional to a diary-writing skill.
Persistence & Privilege
always:false and user-invocable:true. The skill may be invoked autonomously (platform default), which is expected for productivity skills; it does not request permanent elevated privileges or modify other skills' configs.
Assessment
This skill appears to do what it says: generate and append/merge daily logs under memory/daily/YYYY-MM-DD.md and it asks for no credentials. Before installing, consider: (1) Where your agent's memory directory is stored and whether those files are backed up or accessible by others — diaries can contain sensitive secrets. (2) Whether you are comfortable with the agent autonomously writing memory files; if not, restrict autonomous invocation or require manual triggers. (3) Clarify how the skill should obtain 'commands' and their outputs (should it record commands you ran, re-run commands, or include pasted outputs?) to avoid the agent running shell commands or scanning unrelated logs. (4) Review the related memory-review skill/pipeline so you understand how diary contents will be used downstream. If unsure, test the skill in a sandboxed agent with limited filesystem access first.Like a lobster shell, security has layers — review code before you run it.
latestvk976fy3cqwxqkkxzvfh05h704d835f7t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
