← Back to Skills Marketplace
avale-slai

Contextbroker

by AVale-SLAI · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
149
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install contextbroker
Description
A cross-agent memory and context SDK for AI systems. Provides structured context injection, conversation memory portability, and context enrichment.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install contextbroker
  3. After installation, invoke the skill by name or use /contextbroker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug contextbroker
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Contextbroker?

A cross-agent memory and context SDK for AI systems. Provides structured context injection, conversation memory portability, and context enrichment. It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install Contextbroker?

Run "/install contextbroker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Contextbroker free?

Yes, Contextbroker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Contextbroker support?

Contextbroker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Contextbroker?

It is built and maintained by AVale-SLAI (@avale-slai); the current version is v1.0.3.

💬 Comments