← 返回 Skills 市场
112
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install session-sync-detect
功能描述
自动检测用户话语中跨会话内容,询问并经用户确认后检索共享记忆文件及活跃会话历史同步信息。
安全使用建议
This skill appears coherent: it looks for cross-session cues, asks the user, then (with permission) searches memory files and session history and can write findings back into shared memory. Before installing: (1) note the author/source is unknown — consider reviewing index.js yourself or with a trusted developer; (2) be prepared for frequent prompts because several detection helpers are unimplemented and default to triggering; (3) only grant it write permission to your shared memory if you trust it — back up MEMORY.md and your memory folder first; (4) watch for any unexpected file reads/writes the first few times you approve syncs; (5) if you need stricter privacy, request that the detection logic be improved so it doesn't trigger unnecessarily and confirm that writes redact sensitive items as documented.
功能分析
Type: OpenClaw Skill
Name: session-sync-detect
Version: 0.1.0
The session-sync-detect skill is designed to help users retrieve information from past conversations or shared memory files when a context gap is detected. The skill implements a 'Detect + Ask + Execute' pattern in SKILL.md and index.js, ensuring that the agent never searches session history or writes to memory files without explicit user confirmation. It uses standard OpenClaw tools (sessions_list, sessions_history) and local filesystem commands (grep) within the designated workspace, with no evidence of data exfiltration, obfuscation, or unauthorized execution.
能力评估
Purpose & Capability
The skill is described as detecting cross-session references and, after user confirmation, searching memory files and recent sessions and optionally writing findings to shared memory. The manifest (_meta.json) declares capabilities readSessionHistory, searchMemoryFiles, writeMemoryFiles and optional paths (~/.openclaw/workspace/memory/*.md, ~/.openclaw/workspace/MEMORY.md) that match the stated purpose. It requests no unrelated environment variables or binaries.
Instruction Scope
SKILL.md and index.js explicitly instruct searching local memory files (grep ~/.openclaw/workspace/memory/) and calling sessions_list/sessions_history APIs. These actions are within the skill's scope, and the documentation emphasizes user confirmation before reads/writes. Note: the JS stubs hasContextForTimeReference/isCurrentPlatform/hasRelevantContext currently always return false which will cause the detector to trigger inquiries frequently — this is a behavioral/UX issue (causing many prompts) rather than silent exfiltration, but it increases the number of times the skill will ask to read histories or files.
Install Mechanism
There is no install spec (instruction-only skill with included source), so nothing will be downloaded or installed at runtime by the skill. The package.json is standard and there are no external download URLs or installer scripts to fetch arbitrary code.
Credentials
The skill requires no environment variables, no secrets, and no system config paths beyond optional memory file paths that are directly relevant to its function. The declared read/write capabilities map to the documented behavior. No unrelated credentials or high-privilege paths are requested.
Persistence & Privilege
The skill is not marked always:true and does not request permanent elevated privileges. It declares the ability to write memory files which is appropriate for a memory-sync skill, and the SKILL.md and _meta.json state that user confirmation is required before writes. Nothing in the files indicates it will modify other skills or agent-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install session-sync-detect - 安装完成后,直接呼叫该 Skill 的名称或使用
/session-sync-detect触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
session-sync-detect v0.1.0
- Initial release with cross-session reference detection and manual sync confirmation.
- Automatically analyzes user messages for cross-session signals.
- Asks for user permission before searching or syncing data between sessions.
- Supports quick scan of shared memory files and search in recent session histories.
- Only saves findings to shared memory upon explicit user confirmation, with privacy safeguards.
- All file operations and data retrievals are transparently reported to the user.
元数据
常见问题
Session Sync Detect 是什么?
自动检测用户话语中跨会话内容,询问并经用户确认后检索共享记忆文件及活跃会话历史同步信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Session Sync Detect?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-sync-detect」即可一键安装,无需额外配置。
Session Sync Detect 是免费的吗?
是的,Session Sync Detect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Session Sync Detect 支持哪些平台?
Session Sync Detect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Session Sync Detect?
由 guoquan(@guoquan)开发并维护,当前版本 v0.1.0。
推荐 Skills