A powerful utility to audit, deduplicate, and synchronize AI agent skills across multiple environments into a single canonical source of truth.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install multi-agent-skill-sync
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 multi-agent-skill-sync using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Sync serves as the ultimate management layer for local AI agent skills, offering a unified workflow to audit Codex, Claude, OpenClaw, and OpenCode environments. By scanning shared roots and workspace-specific directories, it identifies redundant installations and provides tools to score hygiene, diff conflicting versions, and migrate towards a single canonical source. It is designed specifically to bring order to your Openclaw Skills by replacing duplicate copies with symlinks while maintaining safety through restorable backups.
To start managing your Openclaw Skills, clone the repository and run the initial scan script:
python3 scripts/skill_sync.py
To preview a safe deduplication of identical skills:
python3 scripts/skill_sync.py --dedupe --strategy strict
To apply the convergence plan with automated backups:
python3 scripts/skill_sync.py --adopt-root agents --apply
Skill Sync organizes and tracks the status of your Openclaw Skills using a specific status model:
| Status | Definition |
|---|---|
| shared | The same physical directory is visible from multiple hosts via symlinks. |
| duplicate | Multiple hosts have identical content but exist as separate physical copies. |
| compatible | Skills with the same name exist on multiple hosts but have different content. |
| specific | The skill is unique to only one host environment. |
| mixed | The same name exists across hosts but with incompatible formats. |
Loading
An automated AI writing assistant that leverages the Doubao platform to generate high-quality copy for social media, blogs, and video scripts.

An autonomous AI agent skill for fetching, screening, and publishing news content across multiple platforms via local API integration.

A sophisticated multi-role AI agent skill designed for deep corporate research, competitive analysis, and investment due diligence.

A specialized automation tool for Xiaohongshu creators to standardize content publishing and improve post success rates.

A robust framework for decomposing, executing, and recovering complex, multi-step AI agent tasks without losing context or data.

A professional integration that converts text into natural speech using MiniMax TTS and delivers it as voice messages or files to Lark via lark-cli.








































