← 返回 Skills 市场
Weekly Retro
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nai-weekly-retro
功能描述
Weekly retrospective that analyzes memory logs to identify accomplishments, recurring patterns, friction points, and forward-looking recommendations. More st...
安全使用建议
This skill appears internally consistent and intended to run locally. Before installing or running it: 1) Review or adjust the default paths in assets/config.example.json so the skill reads only the memory directories you intend (it defaults to ~/.openclaw/workspace/memory). 2) Be aware it will read local files like SOUL.md and AGENTS.md and will write history.json and markdown files to your vault/workspace; adjust locations or permissions if needed. 3) Because it reads your memory logs, ensure those logs don't contain secrets you don't want aggregated into retros. 4) The code uses only Python standard library (no network calls visible in the provided files), but if you plan to enable cron/automated runs, confirm the scheduled payload and timing are acceptable. 5) If you want extra caution, run the pipeline manually on a small sample folder first or inspect the scripts locally before giving the agent autonomous invocation rights.
功能分析
Type: OpenClaw Skill
Name: nai-weekly-retro
Version: 1.0.0
The skill bundle is a legitimate tool for generating weekly retrospectives by analyzing local markdown memory logs. The Python scripts (gather_week.py, analyze.py, retrospective.py, and history.py) use the standard library to extract patterns, accomplishments, and friction points without any network activity, obfuscation, or unauthorized data access. The instructions in SKILL.md are consistent with the stated purpose and do not contain prompt-injection attacks.
能力评估
Purpose & Capability
Name/description (weekly retrospective over memory logs) match the delivered artifacts: scripts parse memory Markdown files, analyze patterns, and generate retros. Required resources (local memory dir, history file, vault output) are proportional to the stated purpose; there are no unrelated env vars, binaries, or cloud credentials requested.
Instruction Scope
SKILL.md instructs the agent to read memory files (default ~/.openclaw/workspace/memory), pipe through analyze.py and retrospective.py, and optionally record history. The scripts also look for SOUL.md and AGENTS.md (to detect formalized workflows) and read/write a history.json under ~/.openclaw/workspace/skills/weekly-retro. This is within scope for a retrospective tool, but users should be aware the skill will read arbitrary files from the indicated memory and workspace paths.
Install Mechanism
No install spec; the skill is instruction + Python scripts using the standard library only. Nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The only file/system access is to local workspace paths (memory files, SOUL.md, AGENTS.md, history.json, vault output). Those permissions are consistent with a log-analysis/retrospective tool.
Persistence & Privilege
The skill is not always-enabled (always:false). It does persist state locally via history.json (expected for longitudinal tracking) and writes retros to a vault path. It does not modify other skills' configs and does not request elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nai-weekly-retro - 安装完成后,直接呼叫该 Skill 的名称或使用
/nai-weekly-retro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of weekly-retro skill.
- Generates strategic weekly retrospectives from memory logs, focusing on accomplishments, recurring patterns, friction points, and actionable recommendations.
- Modular pipeline: gather, analyze, and report via Python scripts.
- Outputs Obsidian-compatible markdown summaries for vault storage and long-term review.
- Optional history tracking for longitudinal trend analysis.
- Designed for easy cron-based automation and requires only the Python standard library.
元数据
常见问题
Weekly Retro 是什么?
Weekly retrospective that analyzes memory logs to identify accomplishments, recurring patterns, friction points, and forward-looking recommendations. More st... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 Weekly Retro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nai-weekly-retro」即可一键安装,无需额外配置。
Weekly Retro 是免费的吗?
是的,Weekly Retro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weekly Retro 支持哪些平台?
Weekly Retro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weekly Retro?
由 New Age Investments(@newageinvestments25-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills