← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install session-context-bridge
Description
Automatically save, restore, and switch project session contexts to retain tasks, decisions, file states, blockers, and environment details across work sessi...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install session-context-bridge - After installation, invoke the skill by name or use
/session-context-bridge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: lightweight cross-session context persistence
Metadata
Frequently Asked Questions
What is Session Context Bridge?
Automatically save, restore, and switch project session contexts to retain tasks, decisions, file states, blockers, and environment details across work sessi... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Session Context Bridge?
Run "/install session-context-bridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Session Context Bridge free?
Yes, Session Context Bridge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Session Context Bridge support?
Session Context Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Session Context Bridge?
It is built and maintained by Erwin (@aptratcn); the current version is v1.0.0.
More Skills