TechNickAI

openclaw

0
0
# Install this skill:
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:

  1. New upstream file β†’ Copies to your installation
  2. Unchanged locally β†’ Updates from upstream
  3. Modified locally β†’ Keeps your version, logs conflict
  4. 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.