← Back to Skills Marketplace
pagoda111king

Daily Review Assistant

by pagoda111king · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cloud-shrimp-daily-review
Description
手动触发每日复盘,查询历史复盘记录,生成复盘统计报告及导出复盘内容,支持多时间范围操作。
README (SKILL.md)

daily-review-assistant【自研系统技能】

版本:v0.1.0
定位:每日复盘助手 - 手动触发复盘、查询复盘记录


📖 技能说明

这是「每日复盘系统」的手动调用接口,让你可以:

  • 立即触发复盘(不等待 23:00)
  • 查询历史复盘记录
  • 生成复盘统计报告
  • 导出复盘内容

对应的系统:每日复盘系统(Cron 任务每日 23:00 自动运行)


🎯 使用场景

场景 示例
立即复盘 「立即复盘今天的对话」
查询历史 「查询上周的复盘记录」
生成统计 「生成本月的复盘统计」
导出内容 「导出今日的复盘内容」

🚀 使用方法

1. 立即复盘

立即复盘 [时间范围]

示例:
- 立即复盘今天的对话
- 立即复盘过去 3 天的对话
- 立即复盘本周的对话

2. 查询历史

查询 [时间范围] 的复盘记录

示例:
- 查询上周的复盘记录
- 查询本月的复盘记录
- 查询关于技能创建的复盘

3. 生成统计

生成 [时间范围] 的复盘统计

示例:
- 生成本月的复盘统计
- 生成本周的复盘统计
- 生成技能创建统计

4. 导出内容

导出 [时间范围] 的复盘内容

示例:
- 导出今日的复盘内容
- 导出本周的复盘内容
- 导出关于变现的复盘内容

📋 复盘维度

每日复盘包含

  1. 今日对话与成果
  2. 可复用性评估(S/A/B/C/D 级)
  3. 高标准达成情况
  4. IP 素材积累
  5. 人生思考与原认知
  6. 生态位与资产
  7. 明日计划

📊 复盘记录位置

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 年免费更新
  • ✅ 邮件支持

购买方式

  1. 访问 ClawHub 技能页面
  2. 选择授权类型
  3. 支付(支付宝/微信/PayPal)
  4. 自动获得授权码

联系方式

  • 📧 邮箱:[email protected]
  • 💬 微信:CloudShrimpSupport(备注:技能名称)

企业定制


技能版本:v0.1.0
创建时间:2026-03-27
维护者:王的奴隶 · 严谨专业版

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cloud-shrimp-daily-review
  3. After installation, invoke the skill by name or use /cloud-shrimp-daily-review
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug cloud-shrimp-daily-review
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Daily Review Assistant?

手动触发每日复盘,查询历史复盘记录,生成复盘统计报告及导出复盘内容,支持多时间范围操作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Daily Review Assistant?

Run "/install cloud-shrimp-daily-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Daily Review Assistant free?

Yes, Daily Review Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Daily Review Assistant support?

Daily Review Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Daily Review Assistant?

It is built and maintained by pagoda111king (@pagoda111king); the current version is v0.1.0.

💬 Comments