← 返回 Skills 市场
zbc0315

Retrospect

作者 zhangbc · GitHub ↗ · v1.4.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install retrospect
功能描述
Session retrospective that analyzes conversation history to produce structured feedback for both user and LLM. Use this skill whenever the user says '复盘', 'r...
安全使用建议
This skill purposefully collects conversation logs and runs an analysis subagent. Before installing or invoking it, consider: (1) It scans global session folders (~/.codex/sessions and OpenCode session paths) in addition to project-specific Claude paths — it may include transcripts from other projects or sessions you didn't intend to share. (2) It spawns a subagent and passes the full merged transcript to that agent — review whether you want those transcripts handed to another agent/process. (3) The SKILL.md references ${CLAUDE_SKILL_DIR} though no env var is declared; verify your runtime supplies it. Recommended actions: inspect scripts/parse_session.js yourself (it is included), run the parser manually in a safe environment to see what files it finds, or modify the script to restrict scanning to only the intended project paths before allowing it to launch any subagent. If your session logs contain secrets or sensitive info, avoid running this skill until you confirm it will only read the intended files.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description: retrospective on conversation history for a project. The packaged Node parser and SKILL.md are consistent with that goal, but the parser also scans global session directories (~/.codex/sessions and OpenCode session paths) in addition to the project-specific Claude path. That global scan is not justified by the 'project' framing and is broader than a user would reasonably expect.
Instruction Scope
Runtime instructions tell the agent to run the bundled parser against the current working directory and then spawn a subagent with the full transcript. The parser reads session files from multiple home-directory locations (Claude, Codex, OpenCode) and will merge them into one transcript. This collects potentially unrelated session data and then passes the full transcript to another agent — increasing risk of sensitive data exposure. The SKILL.md claims the parser will find 'all session JSONL files for this project' but the code will include whole ~/.codex and opencode session folders without project filtering.
Install Mechanism
No install spec — instruction-only with a bundled script. No remote downloads or package installs are performed by the skill itself, which reduces supply-chain risk.
Credentials
The skill declares no required env vars, but its SKILL.md uses ${CLAUDE_SKILL_DIR} (not declared) to locate the script. More importantly, the parser inspects files in the user's home directories (e.g., ~/.claude, ~/.codex, OpenCode session dirs) and will process any session logs found there. Requesting no credentials is appropriate, but reading broad home-directory session logs is disproportionate to a strictly project-scoped retrospective and could expose unrelated or sensitive conversations.
Persistence & Privilege
always:false (no forced installation) and no system config changes. The skill writes a transcript to /tmp and the resulting feedback files to the project root, and instructs launching a subagent. Autonomous invocation is allowed (platform default) — combined with the broad file-read scope this increases blast radius, but there is no persistent/system-level privilege escalation requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install retrospect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /retrospect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
Replace Python parser with Node.js — no Python dependency needed
v1.3.0
Auto-discover all project sessions, no session ID needed
v1.2.0
Restructure as Claude Code plugin with marketplace support
v1.1.0
Add argument-hint, use CLAUDE_SKILL_DIR variable, improve multi-platform docs
v1.0.0
Initial release: session retrospective with critique & self-critique
元数据
Slug retrospect
版本 1.4.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Retrospect 是什么?

Session retrospective that analyzes conversation history to produce structured feedback for both user and LLM. Use this skill whenever the user says '复盘', 'r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Retrospect?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install retrospect」即可一键安装,无需额外配置。

Retrospect 是免费的吗?

是的,Retrospect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Retrospect 支持哪些平台?

Retrospect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Retrospect?

由 zhangbc(@zbc0315)开发并维护,当前版本 v1.4.0。

💬 留言讨论