← 返回 Skills 市场
Daily Review Assistant
作者
pagoda111king
· GitHub ↗
· v0.1.0
· MIT-0
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cloud-shrimp-daily-review
功能描述
手动触发每日复盘,查询历史复盘记录,生成复盘统计报告及导出复盘内容,支持多时间范围操作。
使用说明 (SKILL.md)
daily-review-assistant【自研系统技能】
版本:v0.1.0
定位:每日复盘助手 - 手动触发复盘、查询复盘记录
📖 技能说明
这是「每日复盘系统」的手动调用接口,让你可以:
- 立即触发复盘(不等待 23:00)
- 查询历史复盘记录
- 生成复盘统计报告
- 导出复盘内容
对应的系统:每日复盘系统(Cron 任务每日 23:00 自动运行)
🎯 使用场景
| 场景 | 示例 |
|---|---|
| 立即复盘 | 「立即复盘今天的对话」 |
| 查询历史 | 「查询上周的复盘记录」 |
| 生成统计 | 「生成本月的复盘统计」 |
| 导出内容 | 「导出今日的复盘内容」 |
🚀 使用方法
1. 立即复盘
立即复盘 [时间范围]
示例:
- 立即复盘今天的对话
- 立即复盘过去 3 天的对话
- 立即复盘本周的对话
2. 查询历史
查询 [时间范围] 的复盘记录
示例:
- 查询上周的复盘记录
- 查询本月的复盘记录
- 查询关于技能创建的复盘
3. 生成统计
生成 [时间范围] 的复盘统计
示例:
- 生成本月的复盘统计
- 生成本周的复盘统计
- 生成技能创建统计
4. 导出内容
导出 [时间范围] 的复盘内容
示例:
- 导出今日的复盘内容
- 导出本周的复盘内容
- 导出关于变现的复盘内容
📋 复盘维度
每日复盘包含:
- 今日对话与成果
- 可复用性评估(S/A/B/C/D 级)
- 高标准达成情况
- IP 素材积累
- 人生思考与原认知
- 生态位与资产
- 明日计划
📊 复盘记录位置
memory/evolution/daily-review/
├── YYYY-MM-DD-review.md # 每日复盘报告
└── ...
🔗 与 Cron 任务的关系
Cron 任务(自动运行):
- 每日复盘(23:00)
本技能(手动调用):
- 立即触发复盘
- 查询历史记录
- 生成统计报告
创建时间:2026-03-27 22:03
维护者:王的奴隶 · 严谨专业版
标签:#自研系统 #每日复盘 #知识管理
💰 购买与授权
本技能版本:v0.1.0
授权类型:
- 个人版:$29.9(永久使用,个人非商业用途)
- 商业版:$99.9(永久使用,商业用途)
购买后获得:
- ✅ 技能完整源码
- ✅ 使用文档
- ✅ 1 年免费更新
- ✅ 邮件支持
购买方式:
- 访问 ClawHub 技能页面
- 选择授权类型
- 支付(支付宝/微信/PayPal)
- 自动获得授权码
联系方式:
- 📧 邮箱:[email protected]
- 💬 微信:CloudShrimpSupport(备注:技能名称)
企业定制:
技能版本:v0.1.0
创建时间:2026-03-27
维护者:王的奴隶 · 严谨专业版
安全使用建议
This skill is internally consistent with its stated purpose and doesn't request credentials or install software, but it's essentially a placeholder: src/index.js contains TODOs and SKILL.md is high-level. Before installing or paying for a commercial license, verify: (1) how '立即触发' and '导出' are implemented (where exports are written/sent), (2) whether the skill will read/write any sensitive agent memory under memory/evolution/daily-review/, (3) the provenance of the package (no homepage and unknown source owner), and (4) the exact behavior once integrated (test in a sandboxed agent). If you plan to store or export sensitive data, confirm export destinations and retention policies. If you need production-ready behavior, request the implemented code or a changelog for v0.2.0 rather than relying on the current placeholder.
功能分析
Type: OpenClaw Skill
Name: cloud-shrimp-daily-review
Version: 0.1.0
The skill bundle is a placeholder or skeleton for a 'Daily Review Assistant' productivity tool. The source code in `src/index.js` contains no functional logic or risky operations, and the `SKILL.md` documentation describes standard features for managing review logs without any evidence of malicious prompt injection, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
Name/description, SKILL.md, and code all describe a manual daily-review assistant that reads and operates on review records under memory/evolution/daily-review/. There are no unrelated environment variables, binaries, or installs requested that don't belong to this purpose.
Instruction Scope
Instructions are limited to triggering reviews, querying history, generating stats, and exporting. They reference a local memory path (memory/evolution/daily-review/) which is coherent for this skill. However the SKILL.md is high-level and vague about how '立即触发复盘' and '导出' are implemented (destination/format, or how to trigger the underlying Cron/system), so the runtime behavior is unspecified.
Install Mechanism
No install spec; instruction-only skill plus a small placeholder JS file. No downloads or external installers — lowest install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. Its declared memory path is consistent with its stated function. There are no unexpected secret requests.
Persistence & Privilege
Defaults are used (not always: true). The skill does not declare special persistence or modifications to other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cloud-shrimp-daily-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/cloud-shrimp-daily-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the Daily Review Assistant skill.
- Supports manual triggering of daily reviews without waiting for the scheduled time.
- Allows querying and exporting of historical review records.
- Provides statistical reports on review data.
- Integrates with the automated daily Cron job for end-to-end review management.
- Offers flexible licensing for personal and commercial use.
元数据
常见问题
Daily Review Assistant 是什么?
手动触发每日复盘,查询历史复盘记录,生成复盘统计报告及导出复盘内容,支持多时间范围操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Daily Review Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cloud-shrimp-daily-review」即可一键安装,无需额外配置。
Daily Review Assistant 是免费的吗?
是的,Daily Review Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily Review Assistant 支持哪些平台?
Daily Review Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Review Assistant?
由 pagoda111king(@pagoda111king)开发并维护,当前版本 v0.1.0。
推荐 Skills