← 返回 Skills 市场
Weekly Retro
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weekly-retro
功能描述
Weekly retrospective that analyzes memory logs to identify accomplishments, recurring patterns, friction points, and forward-looking recommendations. More st...
安全使用建议
This skill appears to do what it says: read local memory logs, analyze patterns, and produce a markdown retrospective. Before running it: 1) Inspect the memory files that will be read (default ~/.openclaw/workspace/memory) for any secrets or sensitive content you don't want included; 2) Run the pipeline against a small test directory first (use --memory-dir to point to a safe test folder) to see output format; 3) Note that analyze.py can read SOUL.md and AGENTS.md if you pass those paths or configure them — don't point it at files with credentials; 4) The skill writes reports and a history file into your workspace (vault/history paths are configurable) — ensure those output locations are acceptable; 5) There is no network/exfiltration observed in the code, but always run third-party scripts in a controlled environment if you have high sensitivity requirements.
功能分析
Type: OpenClaw Skill
Name: weekly-retro
Version: 1.0.0
The weekly-retro skill bundle is a well-documented tool designed to analyze local memory logs and generate strategic retrospectives within the OpenClaw workspace. The Python scripts (gather_week.py, analyze.py, retrospective.py, and history.py) operate entirely on local data using the standard library, with no evidence of network activity, data exfiltration, or malicious execution. The instructions in SKILL.md are clearly aligned with the tool's purpose of summarizing accomplishments and friction points from the user's workspace files (~/.openclaw/workspace/memory).
能力评估
Purpose & Capability
The name/description (weekly retrospective over memory logs) matches the included scripts and SKILL.md: gather_week.py reads memory files, analyze.py finds patterns, retrospective.py writes a markdown report, and history.py records longitudinal data. Defaults and example config point at local workspace files, which is appropriate for a retrospective tool.
Instruction Scope
Instructions operate on local markdown memory files (default ~/.openclaw/workspace/memory) and produce a vault/weekly-retro output; analyze.py can also read SOUL.md and AGENTS.md (if provided) and history.py reads/writes a history JSON. This is consistent with the tool's purpose, but it means the skill will read all content in the specified memory directory (and any additional files you point it at), so sensitive data in those logs will be included in analysis/output.
Install Mechanism
No install spec is provided; the skill is instruction/code-only and uses Python standard library only. Nothing is downloaded or executed from external URLs during installation.
Credentials
The skill requests no environment variables or credentials. The example config references local files (memory_dir, vault_output_dir, history_file, SOUL.md, AGENTS.md) which are reasonable for the function but may cause the tool to read additional workspace files if configured that way. No unexplained secrets or external service keys are required.
Persistence & Privilege
always is false and the skill does not request permanent platform-wide privileges. It writes output (markdown) and a history JSON into user workspace paths (configurable), which is expected for this functionality and scoped to its own data files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weekly-retro - 安装完成后,直接呼叫该 Skill 的名称或使用
/weekly-retro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Weekly Retro 1.0.0 — initial release
- Introduces a full pipeline to generate strategic weekly retrospectives from memory logs, focusing on accomplishments, patterns, and recommendations.
- Includes scripts for data gathering, pattern analysis, markdown report generation, and history tracking.
- Provides options for customization (date range, config files, output paths).
- Output is Obsidian-compatible markdown designed for long-term review.
- Requires only Python standard library; no external dependencies.
元数据
常见问题
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 插件,目前累计下载 112 次。
如何安装 Weekly Retro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install 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