ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

contextbroker

A cross-agent memory and context SDK for AI systems. Provides structured context injection, conversation memory portability, and context enrichment.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/avale-slai/contextbroker
Or

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

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-avale-slai-contextbroker": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.