← 返回 Skills 市场
Contextbroker
作者
AVale-SLAI
· GitHub ↗
· v1.0.3
· MIT-0
149
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install contextbroker
功能描述
A cross-agent memory and context SDK for AI systems. Provides structured context injection, conversation memory portability, and context enrichment.
使用说明 (SKILL.md)
contextbroker — Cross-Agent Memory SDK
What It Is
A cross-agent memory SDK — gives AI agents structured, persistent context across sessions, tools, and platforms. Works with any AI Model.
When to Use
- Building multi-agent orchestration systems
- Giving agents persistent memory across sessions
- Migrating context between AI platforms
- Structured context injection for RAG pipelines
Syntax
/contextbroker push --session-id abc123 --context "user preferences..."
/contextbroker pull --session-id abc123
/contextbroker export --format openai --output memory.json
Free Tier
100 context operations/month free with any Signalloom API key.
Get your free key: https://signalloomai.com/signup
安全使用建议
This skill is inconsistent in several ways and should be treated cautiously. Specific points to consider before installing:
- The skill metadata says it requires a 'contextbroker' binary, but no binary or installer is provided — ask the author where that CLI comes from or verify you have the expected binary from a trusted source.
- The included install.sh will symlink into ~/.openclaw/skills and append a PATH export to ~/.zshrc, so it modifies your shell startup and skill directory. Back up those files before running the script.
- install.sh sends an unauthenticated telemetry POST to api.signalloomai.com and the docs encourage you to set SL_API_KEY for a Signalloom service; the skill metadata does not declare this env var. Confirm the Signalloom service identity, privacy policy, and what data will be sent if you provide a key.
- There are small inconsistencies (script VERSION=1.0.2 vs registry 1.0.3, mixed naming), which look like sloppy packaging and reduce trust.
Recommended actions: contact the publisher for a clear install guide and the missing binary; prefer skills with explicit install specs and declared env vars; run the install in a sandbox or VM first; inspect any binary you install (or obtain it from an official, verifiable release) and avoid providing API keys until you verify what the key will be used for.
功能分析
Type: OpenClaw Skill
Name: contextbroker
Version: 1.0.3
The skill bundle provides a context management SDK for AI agents. The install.sh script performs standard environment setup by symlinking the skill directory and updating the PATH in ~/.zshrc. It includes a non-blocking telemetry ping to api.signalloomai.com for installation tracking, which is common in software and does not exfiltrate sensitive user data. No malicious logic, obfuscation, or prompt-injection attacks were found in SKILL.md or the scripts.
能力评估
Purpose & Capability
The skill declares it requires a 'contextbroker' binary, but the package provides no binary or install spec for it; the included install.sh only symlinks the skill directory and does not install a 'contextbroker' CLI. This mismatch suggests either missing artifacts or incorrect metadata. Also the skill repeatedly references a third-party 'Signalloom' service (signup link and SL_API_KEY) even though the registry lists no required environment variables or primary credential.
Instruction Scope
SKILL.md itself is mostly usage docs, but the included install.sh alters user state (creates ~/.openclaw/skills symlink, appends to ~/.zshrc to add ~/.local/bin to PATH) and performs an unauthenticated network POST to https://api.signalloomai.com/v1/analytics/install. The docs encourage setting SL_API_KEY but that env var is not declared in the skill metadata. The instructions therefore touch external endpoints and user shell config beyond what the description declares.
Install Mechanism
There is no formal install spec in the registry (instruction-only), yet an install.sh is included. That script does not download remote code, but it writes files/symlinks in the user's home and modifies shell rc files. The script also sends an install telemetry ping to an external domain. Absence of a documented, reproducible install flow (and mismatch of binary requirement) is a red flag.
Credentials
SKILL.md and install.sh prompt the user to set SL_API_KEY and advertise a Signalloom free tier, but requires.env is empty and no primary credential is declared. The skill therefore references a credential it never declares as required. This mismatch reduces transparency and could lead users to provide an API key without understanding what the skill will do with it.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. However, the install script writes a symlink into ~/.openclaw/skills and appends to ~/.zshrc, changing persistent user configuration. Those are expected for some installs but users should be aware the script modifies their shell startup files and skill directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install contextbroker - 安装完成后,直接呼叫该 Skill 的名称或使用
/contextbroker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Added install.sh script for streamlined installation.
- No changes to skill features or documentation.
v1.0.2
Version 1.0.2 of the contextbroker skill
- No changes detected in this release; content and functionality remain the same.
v1.0.1
- Added metadata section with Openclaw compatibility, CLI dependency, and install instructions.
- Removed sub-agent shared memory and provenance tracking from feature list.
- Shortened and reorganized SKILL.md content for brevity.
- Updated syntax examples to use slash command style.
- Removed code and installation examples for SDK and CLI usage.
- Simplified description, focusing on core capabilities.
v1.0.0
Initial release of contextbroker: a cross-agent memory and context SDK for AI systems.
- Enables structured, persistent memory for AI agents across sessions and platforms.
- Supports context injection, conversation memory portability, and context enrichment.
- Features include context schemas, provenance tracking, session bridging, and portability across AI frameworks.
- Free tier: 100 context operations/month with a Signalloom API key.
元数据
常见问题
Contextbroker 是什么?
A cross-agent memory and context SDK for AI systems. Provides structured context injection, conversation memory portability, and context enrichment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。
如何安装 Contextbroker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install contextbroker」即可一键安装,无需额外配置。
Contextbroker 是免费的吗?
是的,Contextbroker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Contextbroker 支持哪些平台?
Contextbroker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Contextbroker?
由 AVale-SLAI(@avale-slai)开发并维护,当前版本 v1.0.3。
推荐 Skills