技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.1.0
统计:⭐ 0 · 108 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:axelhu/daily-log
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's requirements and instructions are coherent with its stated purpose of generating and writing daily work logs to memory/daily; it is instruction-only, requests no credentials, and has no install steps.
目的
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.
说明范围
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 imp…
安装机制
No install spec and no code files — instruction-only skill. This minimizes code-on-disk risk; nothing will be downloaded or executed by default.
证书
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.
持久
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.
综合结论
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 …
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Daily Log」。简介:每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/axelhu/daily-log/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: daily-log
version: 1.1.0
description: 每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
---
# Daily Log
按规范生成每日工作日志,供后续知识提取。
## 输出位置
`memory/daily/YYYY-MM-DD.md`
## 核心流程
1. 读取 references/spec.md 获取详细规范
2. 读取当前日记(如已存在)
3. 按规范生成/整合日志
4. 写文件
5. 自检
## 触发时机
- 会话结束前
- 完成重要任务后
- 用户明确要求时
## 为什么要写日记
日记是记忆系统的核心输入:
- cron memory-review 扫描日记生成知识提案
- 没有日记,知识沉淀链条断裂
- 详细日记 → 更多可提取知识
## 常见错误
- 只写结果不写过程 → 无法提取经验
- 事后概括 → 丢失细节
- 过于简略 → 扫不出东西
## 与 Memory Review 联动
日记是记忆系统的核心输入:
- **daily-log** 负责写日记
- **memory-review** 负责扫描日记生成知识提案
- 两者配合:详细日记 → 更多可提取知识
详见 `skills/memory-review/SKILL.md`