A shared configuration store that syncs AI agent settings and user preferences across devices using a serverless TiDB database.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hive-mind
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install hive-mind using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Hive Mind serves as a centralized, cloud-based memory layer for AI agents, functioning similarly to a keychain for configurations and state. By leveraging TiDB Zero, this skill ensures that user preferences, interface themes, and operational settings remain consistent across different platforms and instances.
Whether you are running agents on desktop, mobile, or cloud containers, Hive Mind provides a reliable way to maintain a persistent state. This enhances the user experience by allowing agents to remember specific context and settings without needing local storage that might be lost during restarts or redeployments within the ecosystem of Openclaw Skills.
To integrate this into your environment, ensure you have Python 3 and curl installed. These tools are fundamental for managing Openclaw Skills that require external connectivity.
First, configure your TiDB credentials in your shell or environment configuration:
export TIDB_HOST='your_host'
export TIDB_PORT='4000'
export TIDB_USER='your_user'
export TIDB_PASSWORD='your_password'
Next, update your TOOLS.md to include the hive-mind utility:
- 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\"
Hive Mind manages configuration data using a relational schema within TiDB Zero, though it exposes a simple key-value interface to the agent for ease of use.
| Key Name | Description | Example |
|---|---|---|
user.timezone |
The user's preferred timezone | UTC |
theme |
UI preference for the agent interface | dark |
agent.mode |
Operational mode for the specific instance | concise |
Local connection details are cached at ~/.openclaw_hive_mind_dsn if auto-provisioning is utilized to maintain access across sessions.
Loading
A comprehensive automation tool for WPS Office that handles local document creation, Markdown conversion, and cloud-based collaboration.

A robust AI skill for generating high-quality cinematic videos from text or images using the SiliconFlow API and Wan2.2 model.

A high-performance text-to-speech skill leveraging the SiliconFlow API and CosyVoice2 model for realistic voice synthesis.

A high-performance image generation skill for AI agents leveraging the SiliconFlow API for FLUX and Stable Diffusion models.

An automated assistant for reading scientific papers, generating structured reports, and scaffolding implementation code for reproduction.

A monitoring tool to track AIClient2API credit consumption, subscription status, and monthly quotas.








































