context-bridge_skill

This skill helps you resume multi-session projects with full context retention, preserving conversations, decisions, and progress across days.
  • Python

2.5k

GitHub Stars

4

Bundled Files

2 months ago

Catalog Refreshed

3 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill context-bridge

  • _meta.json284 B
  • context-manager.sh8.1 KB
  • README.md4.1 KB
  • SKILL.md12.1 KB

Overview

This skill provides persistent multi-session memory so you can resume projects with full context. It captures conversations, decisions, file changes, and task progress so agents stop forgetting between sessions. Use it to pick up work days or weeks later without re-explaining prior work.

How this skill works

Context Bridge saves session data to a local context store and builds a searchable index. It extracts decision points, records file diffs, timestamps messages, and links related sessions so the agent can reconstruct project history on demand. Commands let you save, resume, search, merge, export, and encrypt contexts from the command line or via agent calls.

When to use it

  • Resuming multi-day or multi-week feature work
  • Recalling prior decisions and reasoning when restarting a project
  • Searching past conversation threads or code changes
  • Bridging context after time away or handoffs between team members
  • Building a local knowledge base or project retrospective

Best practices

  • Save contexts with descriptive names and short summaries (e.g., payment-integration-stripe)
  • Enable auto-save hooks to prompt before starting a fresh session
  • Tag contexts and link related contexts for easier discovery
  • Encrypt sensitive project contexts and add redaction filters for API keys or passwords
  • Archive or compress older contexts to keep active workspace performant
  • Regularly export important contexts to markdown for documentation

Example use cases

  • Day-to-day feature development: save mid-session and resume later with full message history and task state
  • Project retrospectives: generate a decision timeline and export a summary for team review
  • Knowledge base building: search across contexts to assemble documentation about a topic (e.g., authentication)
  • Handoffs: attach context to a workspace directory and let a teammate load full history before continuing
  • Troubleshooting: diff contexts to see what changed between sessions and surface regressions

FAQ

Contexts are stored locally (default: ~/.openclaw/workspace/memory/contexts/) as JSON files and an index for search.

Can I auto-save contexts on new sessions?

Yes. Enable the context-bridge autosave hook to prompt for saving when creating a new session.

How does it protect sensitive data?

You can configure pattern-based redaction for keys like API_KEY and enable per-context encryption requiring a password to load.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational