Publish the repo-root wiki/ specification tree to the HW-OpenClaw GitHub Wiki on demand. Use when the user asks to sync, publish, update, or refresh the GitHub Wiki from the version-controlled wiki/ directory.
Use this skill to publish the version-controlled wiki/ tree to the GitHub Wiki.
The source of truth is always the repo-root wiki/ directory. The GitHub Wiki is only a generated mirror for web browsing.
wiki/ content.python3 .codex/skills/update-wiki/scripts/update-wiki.py --dry-run --output /tmp/hw-openclaw-wiki-preview
python3 .codex/skills/update-wiki/scripts/update-wiki.py
https://github.com/<owner>/<repo>.wiki.git into a temporary local directorywiki/ treewiki/ directory structure and file names as much as possiblewiki/The script uses normal Git commands.
If pushing fails, fix the local Git credential setup the same way you would for any other git push to GitHub.
wiki/ source or the script, not the generated Wiki repo by hand.