config-sync

Synchronize Claude configurations across machines using rsync.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code --skill config-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config-sync
Source: https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code/tree/main/skills_tree/config-sync
Command: npx skills add https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code --skill config-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the synchronization of Claude configurations, including CLAUDE.md, skills, agents, and commands, across multiple machines, ensuring consistency and reducing manual setup time.

Core Features & Use Cases

  • Cross-Machine Synchronization: Uses rsync to copy configuration files and directories to satellite machines.
  • Path Translation: Specifically adapts the /lm command to handle path translations for NFS mounts.
  • Use Case: When setting up a new satellite machine or ensuring all development environments are identical, this skill can push the latest configurations from the primary machine.

Quick Start

Run the config-sync skill to synchronize Claude configurations from the primary machine to all satellite hosts.

Frequently Asked Questions about config-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Claude configurations across multiple machines using rsync?

You can sync Claude configurations across machines using rsync to copy CLAUDE.md, skills, agents, and commands from a primary host to satellite machines, ensuring consistent development environments with a single command.

What is the best way to automate Claude configuration sync for NFS mounts?

Automating Claude configuration sync for NFS mounts involves using rsync while adapting the /lm command for path translation, ensuring that file paths resolve correctly on satellite machines receiving the synced configurations.

Do I need SSH access to synchronize development environments across hosts?

Yes, you need SSH access and specific hostnames like primary, host1, host2, and hostname configured for operation, because the synchronization process relies on rsync over SSH to push configuration files to satellite machines.

Can I copy Claude skills and agents to a new satellite machine automatically?

Yes, you can automatically copy Claude skills, agents, and commands to a new satellite machine by running the synchronization process from the primary machine, which uses rsync to push the latest configurations.

What are the limitations of using rsync for cross-machine configuration synchronization?

A key limitation is that rsync configuration synchronization requires predefined specific hostnames and SSH access, and may require manual path translation adjustments for NFS mounts to ensure environments remain identical.