What problem does it solve? Manually copying OpenClaw configuration files into the home directory causes drift and conflicts, especially when the gateway rewrites runtime files like jobs.json. This Skill deploys repository-managed OpenClaw configs as deterministic symlinks with GNU stow, handling the known cron conflict before stowing. ## Core Features & Use Cases - Deterministic Symlink Deployment: Applies repository-managed OpenClaw files to the target home directory using stow with --no-folding semantics. - Cron Conflict Handling: Removes the transient ~/.openclaw/cron/jobs.json file before stowing so cron remains stable after gateway restarts. - Dry-Run and Verification: Supports a dry_run mode to preview changes and detects unresolved conflicts before mutating anything. - Use Case: After manually editing managed OpenClaw config files or pulling updates, run this Skill to redeploy symlinks, then follow up with openclaw-restart to load runtime changes. ## Quick Start Deploy my OpenClaw configuration to the home directory with stow, resolving the jobs.json cron conflict first and confirming the symlinks were created.