Skills contextbroker
A cross-agent memory and context SDK for AI systems. Provides structured context injection, conversation memory portability, and context enrichment.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/avale-slai/contextbroker" ~/.claude/skills/clawdbot-skills-contextbroker && rm -rf "$T"
manifest:
skills/avale-slai/contextbroker/SKILL.mdsource content
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