A comprehensive configuration and runtime optimization system to manage persona, memory, and security for OpenClaw agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ai-sidekick
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 ai-sidekick using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The AI Sidekick skill is a technical configuration framework designed to structure the behavior, memory models, and security of agents within your Openclaw Skills toolkit. By isolating persona attributes into SOUL.md and user telemetry into USER.md, the skill enables developers to sculpt an agent's style, response limits, and conversational boundary lines. This architecture facilitates context-aware workflows while keeping operational data secure.
In addition to customization, the skill features automated memory retention mechanics that segment learning into daily logs and long-term project files. Backed by token conservation features and structural sandbox enforcement, AI Sidekick delivers a reliable foundation for running specialized coding agents locally and securely.
Install the skill into your local workspace:
skillhub_install install_skill ai-sidekick
Define your persona parameters in SOUL.md within your workspace directory:
## Style
Concise and analytical. Reply with direct files and minimize greetings.
Configure the human operator details in USER.md:
# USER.md - About Your Human
- **Name**: Lead Engineer
- **What to call them**: Captain
- **Timezone**: Asia/Shanghai
- **Notes**: Prefers standard shell syntax and minimal explanations.
Restart your gateway controller to load the changes:
gateway restart
The skill relies on specific workspace directories and files to map metadata parameters:
| File / Directory | Scope of Use | Operations |
|---|---|---|
SOUL.md |
Core agent persona and communication limits. | Read at startup |
USER.md |
User identity tracking and context parameters. | Updated during execution |
MEMORY.md |
Global project milestones and setup exceptions. | Read at main startup |
memory/ |
Directory for daily journal records (YYYY-MM-DD.md). |
Written post-session |
HEARTBEAT.md |
Interval schedules and diagnostic steps. | Read on heartbeat |
Run the built-in backup shell routine to export memory matrices safely:
# Creates a compressed archive inside ~/.qclaw/backups/
./scripts/backup_memory.sh
Loading
LipVoice TTS turns reference audio into reusable voice models and generates high-quality WAV speech from text through a simple CLI workflow.

The Life Book Generator skill enables AI agents to coordinate the complete creation, payment, and retrieval of 18-chapter life reports via the official Agent API.

Publisher lets you publish HTML frontend projects to PushWebly, manage visibility, list projects, and generate Android APKs from the same workflow.

Deploy static HTML projects to the cloud and compile them into Android APK packages using automated publishing workflows.

A developer integration that enables programmatic retrieval and analysis of Taiwan Stock Exchange open data without authentication.

A publication-grade Chinese long-form novel creation framework powered by a unique distributed multi-agent architecture.








































