Install
openclaw skills install hive-mindSync memories across multiple agents using a shared TiDB Zero database.
openclaw skills install hive-mindHive Mind is a shared configuration store for your AI Agent. It acts like an "iCloud Keychain" for agent settings and user preferences, syncing them across all your devices instantly.
This skill supports two modes:
TIDB_* credentials via environment variables.~/.openclaw_hive_mind_dsn).PROTOCOL.md.TOOLS.md- **hive-mind**: Store/Retrieve persistent key-value preferences.
- **Location:** `{baseDir}/skills/hive_mind/SKILL.md`
- **Command:** `python {baseDir}/skills/hive_mind/run.py --action set --key "theme" --value "dark"`
AGENTS.md (Protocol)Copy PROTOCOL.md.
python {baseDir}/run.py --action set --key "user.timezone" --value "UTC"python {baseDir}/run.py --action get --key "user.timezone"python {baseDir}/run.py --action list -> Returns all stored preferences.