Install
openclaw skills install deploy-publicPrivate-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.
openclaw skills install deploy-publicPrivate-to-public repo sync. One script for all repos. Copies code, creates a PR on the public repo, merges it, and syncs GitHub releases.
Use deploy-public for:
wip-release on the private repo (release must exist first)CRITICAL: Release order matters.
wip-release (creates GitHub release with notes on private repo)deploy-public.sh (pulls notes from private release)If you skip step 2, the public release gets empty notes.
-private counterpartbash scripts/deploy-public.sh /path/to/private-repo org/public-repo
# Deploy memory-crystal
bash scripts/deploy-public.sh /path/to/memory-crystal-private wipcomputer/memory-crystal
# Deploy wip-dev-tools
bash scripts/deploy-public.sh /path/to/wip-ai-devops-toolbox-private wipcomputer/wip-ai-devops-toolbox
ai/, .git/)