← 返回 Skills 市场
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-os-recall
功能描述
Load context from past sessions. Three modes: temporal (what did I work on yesterday/last week), topic (semantic search across sessions and notes), and graph...
安全使用建议
This skill appears to do what it claims (scan your workspace memory files and synthesize a timeline), but there are a few red flags you should consider before installing or enabling it:
- Missing graph script: The SKILL.md calls python3 ${CLAUDE_SKILL_DIR}/scripts/generate-graph.py to build the visualization, but the package contains no scripts. If you need the graph feature you must supply that script or confirm where the agent should get it.
- Broad file access: The skill's runtime instructions tell the agent to read memory/, SESSION-STATE.md, and 'any notes in the workspace' with shell commands (cat/grep). That will give the skill access to any files in those paths, which may include secrets or sensitive data. Consider running the skill only in a restricted/isolated workspace or reviewing files you keep under memory/ first.
- Ambiguous paths and variables: The use of ~/[workspace], ${CLAUDE_SKILL_DIR}, and other underspecified locations could cause the agent to search unexpected directories. Confirm how your agent resolves those variables or edit the SKILL.md to use explicit, safe paths.
- Optional dependencies: The doc suggests installing @qmd/cli for semantic search — installing global npm packages runs third-party code. Only install such tools from trusted sources.
Recommendations:
1) Ask the skill author (or the publisher) for the missing graph script or remove/disable graph-related instructions.
2) Test the skill in a disposable or sanitized workspace (no secrets) first to observe exactly what files it reads/writes.
3) If you do not want automatic scanning of your entire workspace, avoid giving the agent autonomous invocation or restrict the skill's use to manual, user-invoked runs.
4) Consider adding an explicit allowlist of memory/ file paths in the SKILL.md before enabling it in a production workspace.
Given the clear mismatch (documented functionality that depends on non-existent code and underspecified path handling), treat this package with caution until those inconsistencies are resolved.
功能分析
Type: OpenClaw Skill
Name: personal-os-recall
Version: 1.0.0
The 'personal-os-recall' skill is designed to provide an AI agent with long-term memory by searching and visualizing local session logs stored in a 'memory/' directory. It utilizes standard system commands (ls, cat, grep) and an optional external utility (@qmd/cli) for semantic search. While it references a Python script (generate-graph.py) for visualization that is not included in the source, the instructions and logic in SKILL.md are consistent with its stated purpose of context retrieval and do not exhibit signs of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description (recall past sessions) aligns with instructions to read memory/*.md, memory/chat-log-*.jsonl, SESSION-STATE.md and synthesize a timeline. Reading those files is appropriate for the stated purpose. However, the SKILL.md references generating an HTML graph via python3 ${CLAUDE_SKILL_DIR}/scripts/generate-graph.py even though this is an instruction-only skill with no code files — that is an incoherence (the graph functionality as documented cannot run from this package as provided).
Instruction Scope
Runtime steps explicitly instruct the agent to run shell commands (ls, cat, grep) over workspace paths and to read 'any notes in the workspace' and SESSION-STATE.md. That general file-reading scope is expected for a recall skill, but it also means the agent will read arbitrary workspace files (which may contain secrets). The SKILL.md uses ambiguous path patterns (ls ~/[workspace]/memory/...) and an environment-like variable ${CLAUDE_SKILL_DIR} — these are underspecified and could lead to the agent searching unexpected locations. The graph step points to a script path that does not exist in the package, so the instruction set assumes external code that isn't provided.
Install Mechanism
There is no install spec and no code files, so nothing is written to disk by the skill itself. This is low install risk. The README mentions an optional third-party tool (@qmd/cli) that a user may install; installing that would introduce external code but is optional and documented.
Credentials
The skill declares no required environment variables, binaries, or credentials, which is proportional to its stated task. One minor inconsistency: instructions reference ${CLAUDE_SKILL_DIR} (an environment-like variable) but it is not declared or required — the agent may assume it exists in runtime, which is not guaranteed.
Persistence & Privilege
The skill does not request permanent presence (always:false) and is user-invocable. It does instruct the agent to read and write files in the user's workspace (e.g., outputting memory/recall-graph-YYYY-MM-DD.html), which is normal for this kind of skill but worth noting because it modifies workspace contents.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personal-os-recall - 安装完成后,直接呼叫该 Skill 的名称或使用
/personal-os-recall触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Load context from past sessions. Temporal, topic, and graph modes. Ends with One Thing — highest-leverage next action.
元数据
常见问题
Recall 是什么?
Load context from past sessions. Three modes: temporal (what did I work on yesterday/last week), topic (semantic search across sessions and notes), and graph... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Recall?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-os-recall」即可一键安装,无需额外配置。
Recall 是免费的吗?
是的,Recall 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Recall 支持哪些平台?
Recall 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recall?
由 borodich(@borodich)开发并维护,当前版本 v1.0.0。
推荐 Skills