Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

context-bridger上下文桥接器

Agent Skill

context-bridger 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,975

周安装

164

GitHub Stars

公开资料未说明

下载量

1,299
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:context-bridger(上下文桥接器)
来源仓库:https://github.com/loudmouthedmedia/context-bridger
安装命令:
openclaw skills install context-bridger
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install context-bridger

简介

context-bridger 跨会话、模型和时间维护和传输上下文,避免重复信息输入。

  • 适合多轮对话复杂任务或多模型协作场景下的记忆延续需求。
  • 自动识别关键实体与待办事项,压缩冗余描述保持上下文紧凑性。
  • 数据存储位置需用户明确授权,建议定期清理过期会话以防占用资源。
  • 切换不同 LLM 时可能因架构差异导致理解偏差,重要决策仍需人工确认。

SKILL.md

Context Bridge

The unified continuity system for OpenClaw.

Ensures context persists across sessions, models, and time. Prevents "starting from zero" on every /new.

Version: 1.0 Created: 2026-04-03


Quick Start

Installation

# 1. Install the skill
openclaw skills install https://github.com/loudmouthedmedia/context-bridge

# 2. Run setup to create registry files
cd ~/.openclaw/workspace/skills/context-bridge/scripts
./setup.sh

# 3. Update AGENTS.md (see below)

Setup Script

The setup.sh script auto-discovers and populates all existing skills, crons, and agents:

  1. Scans ~/.openclaw/workspace/skills/ for local skills
  2. Scans ~/.openclaw/skills/ for system skills
  3. Checks openclaw cron list for active cron jobs
  4. Checks openclaw agents list and ~/.openclaw/agents/ for agents
  5. Creates and populates all registry files with actual data

What It Does

Before Context Bridge:

You: /new
Model A: "Hello! How can I help?" [blank slate]
You: [re-explain everything]

You: /new  
Model B: "Hello! How can I help?" [blank slate again]
You: [re-explain everything again]

After Context Bridge:

You: /new
Model C: "📧 [email-skill] available, 📈 [analytics-skill] ready. 
          Working on [Your Project]. Previous model 
          (GPT-X) scheduled a meeting 30 min ago. 
          Ready to continue."

Components

1. Registries (The "What Exists")

RegistryFileTracks
Skills~/.openclaw/skills-registry.jsonAll installed skills
Crons~/.openclaw/cron-registry.jsonActive scheduled jobs
Agents~/.openclaw/agents/*/agent.mdAgent configurations
Discovery~/.openclaw/skills-discovery.jsonSkill capabilities

2. Handoff Memory (The "What Happened")

File: ~/.openclaw/model-agnostic-memory/model-handoff.md

  • Session-to-session context
  • What previous models did
  • Active projects
  • Recent actions

3. SOPs (The "Rules")

Documentation: ~/.openclaw/workspace/notes/openclaw-reliability-issues.md (Issue #9)

  • File responsibility assignments
  • Before-adding-content checklist
  • Cross-reference comments

Session Startup Protocol

Required by AGENTS.md:

1. Read SOUL.md
2. Read USER.md  
3. Read memory files
4. READ CONTEXT BRIDGE FILES:
   - ~/.openclaw/skills-discovery.json
   - ~/.openclaw/model-agnostic-memory/model-handoff.md
   - ~/.openclaw/cron-registry.json
   - ~/.openclaw/skills-registry.json
5. ACKNOWLEDGE context in first response

File Responsibilities (SOP)

FileResponsibilityMust NOT
AGENTS.mdSession startup rulesPeriodic checks
HEARTBEAT.mdPeriodic health checksSession setup
SOUL.mdPersonality/vibeTechnical instructions
Context BridgeRegistries & discoveryImplementation

Usage

Automatic

On /new or model switch: Registries auto-load via AGENTS.md

Manual Fallback

If needed, say: load context

Update Workflow

When adding skills/crons/agents:

  1. Update appropriate registry
  2. Update discovery (if new capabilities)
  3. Update handoff (log the change)
  4. Git commit

Why "Context Bridge"?

  • Context = What the model knows
  • Bridge = Connection between isolated sessions/Models

Builds bridges across the memory gap.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.21%
按下载量换算1,042

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills