← 返回 Skills 市场
aptratcn

Session Context Bridge

作者 Erwin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install session-context-bridge
功能描述
Automatically save, restore, and switch project session contexts to retain tasks, decisions, file states, blockers, and environment details across work sessi...
安全使用建议
This skill is coherent and lightweight: it will read/write a .context/ directory in your project and use git status and local runtime info to validate session state. Before installing, ensure you do not store secrets (DB URLs, tokens) in .context/ files and add .context/ to .gitignore if you don't want them committed. The 'verify environment' step is intentionally broad — decide whether your agent should be allowed to inspect local runtime versions or service endpoints. If you want to be cautious, avoid putting credentials in context files and invoke the skill manually rather than granting broad autonomous use.
功能分析
Type: OpenClaw Skill Name: session-context-bridge Version: 1.0.0 The Session Context Bridge skill is a documentation-based workflow designed to help AI agents maintain state across sessions using local markdown files in a `.context/` directory. The instructions in SKILL.md and README.md are clearly aligned with the stated purpose of tracking tasks, decisions, and environment configurations, and they contain no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
Name and description claim project session save/restore; SKILL.md only reads/writes .context/ markdown files, archives them, and compares git status — all coherent with the stated purpose and requiring no external credentials or binaries.
Instruction Scope
Instructions are limited to creating/updating .context/current.md, archive files, decisions.md, running simple checks like 'cat .context/current.md | head -5' and 'git status', and 'verify environment matches' (runtime versions/services). The environment verification step is somewhat vague but does not explicitly instruct reading secret files or external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by an installer beyond the user-managed .context/ files described in the docs.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md documents environment items (e.g., Database URL exists in .env) for context, but does not require or request those secrets.
Persistence & Privilege
always is false and the skill is user-invocable (normal). It does not request persistent platform privileges or attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install session-context-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /session-context-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: lightweight cross-session context persistence
元数据
Slug session-context-bridge
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Session Context Bridge 是什么?

Automatically save, restore, and switch project session contexts to retain tasks, decisions, file states, blockers, and environment details across work sessi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Session Context Bridge?

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

Session Context Bridge 是免费的吗?

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

Session Context Bridge 支持哪些平台?

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

谁开发了 Session Context Bridge?

由 Erwin(@aptratcn)开发并维护,当前版本 v1.0.0。

💬 留言讨论