Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add TechNickAI/openclaw-config --skill "openclaw"
Install specific skill from multi-skill repository
# Description
Manage your openclaw-config installation - sync updates, check versions, add skills
# SKILL.md
name: openclaw
description: Manage your openclaw-config installation - sync updates, check versions, add skills
triggers:
- openclaw
- config sync
- update config
metadata:
openclaw:
emoji: "🐾"
requires:
bins:
- git
- jq
OpenClaw Config Management 🐾
Manage your openclaw-config installation from within OpenClaw.
Quick Commands
# Check current version and if updates available
openclaw version
openclaw status
# Sync updates from upstream
openclaw sync
# Preview what would change
openclaw diff
# Force sync (overwrite local changes)
openclaw sync --force
# Add a skill from the repo
openclaw add-skill limitless
# Full upgrade with backup
openclaw upgrade
Commands
openclaw version
Show currently installed version.
openclaw status
Check installed version vs. available remote version.
openclaw sync [--force] [--dry-run]
Pull updates from the openclaw-config repository.
- Preserves files you've modified
- --force overwrites local changes
- --dry-run shows what would change
openclaw diff
Show differences between your files and upstream.
openclaw add-skill <name>
Add a specific skill from the repository.
openclaw upgrade
Full upgrade: backup current config, pull latest, merge.
How Sync Works
The sync system tracks which files you've modified:
- New upstream file → Copies to your installation
- Unchanged locally → Updates from upstream
- Modified locally → Keeps your version, logs conflict
- With --force → Overwrites with upstream version
Checksums are stored in ~/.openclaw/checksums.json.
Configuration
Set OPENCLAW_DIR environment variable if your openclaw directory isn't at ~/openclaw:
export OPENCLAW_DIR=~/my-openclaw
Files
~/.openclaw/repo/— Cached copy of openclaw-config repo~/.openclaw/installed-version— Your installed version~/.openclaw/checksums.json— File modification tracking~/.openclaw/conflicts.log— Last sync's conflicts
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.