GitHub + ClawHub Launcher
/install github-clawhub-launcher
GitHub + ClawHub Launcher
Search intent: github clawhub launcher, release launcher, github repo publisher, clawhub publish flow
Goal
Turn a local public-skill project into a repeatable release flow:
- one machine-readable launch manifest
- one structural check before publish
- one rendered release-note draft
- one publish command sheet for GitHub and ClawHub
This skill is for launch preparation and execution order, not leak detection.
Use publish-guard first when you need a public-surface audit.
Use This Skill When
- the user wants to publish a local repo to GitHub and ClawHub together
- the project already has a public
README.mdand a skill folder - you want a release manifest instead of free-form publish notes
- you need a clean command plan for
gh repo create,gh release create, andclawhub publish - you want GitHub topics, ClawHub tags, version, slug, and changelog text kept in one place
Quick Start
-
Initialize the launch manifest.
- Use
python3 {baseDir}/scripts/init_launcher_manifest.py --out \x3Cjson> --repo-name \x3Crepo> --skill-path skill/\x3Cslug> --slug \x3Cslug> --version 1.0.0 --name \x3Cpublic name> --description \x3Cone-line pitch>. - Add repeatable
--topicand--tagflags for GitHub and ClawHub metadata.
- Use
-
Check the public release surface.
- Use
python3 {baseDir}/scripts/check_launcher_surface.py --manifest \x3Cjson> --repo-root \x3Crepo> --out \x3Cjson>. - Fix missing
README.md,LICENSE,SKILL.md,agents/openai.yaml, bad semver, or weak description text before publishing.
- Use
-
Render release notes.
- Use
python3 {baseDir}/scripts/render_release_notes.py --manifest \x3Cjson> --out \x3Cmd>. - Keep the notes short and aligned with the manifest instead of retyping the release story.
- Use
-
Render the publish command sheet.
- Use
python3 {baseDir}/scripts/render_launcher_commands.py --manifest \x3Cjson> --repo-root \x3Crepo> --out \x3Cmd>. - Review the generated commands before running them.
- Use
-
Publish in order.
- Commit local changes.
- Create or connect the GitHub repo.
- Push
main. - Create the GitHub release.
- Publish the ClawHub package.
Operating Rules
Manifest rules
- Keep GitHub and ClawHub names aligned unless there is a deliberate slug mismatch.
- Keep the one-line description public-facing and product-facing.
- Use semver for the package version and GitHub release tag.
Structure rules
- Do not publish without
README.md,LICENSE,SKILL.md, andagents/openai.yaml. - Keep the skill folder path explicit in the manifest.
- Prefer one repo for one public package unless you have a clear reason to bundle more.
Publish rules
- Run a public-surface audit before the launcher if the repo was recently rewritten.
- Create release notes from the manifest so the story stays consistent across GitHub and ClawHub.
- Keep GitHub topics and ClawHub tags short and concrete.
- Publish from a clean branch state when possible.
Bundled Scripts
scripts/init_launcher_manifest.py- Create a machine-readable manifest for GitHub repo metadata, ClawHub package metadata, tags, and changelog text.
scripts/check_launcher_surface.py- Validate the local repo structure and basic metadata before publishing.
scripts/render_release_notes.py- Render concise release notes from the manifest.
scripts/render_launcher_commands.py- Render a ready-to-run GitHub and ClawHub publish command sheet from the manifest.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install github-clawhub-launcher - After installation, invoke the skill by name or use
/github-clawhub-launcher - Provide required inputs per the skill's parameter spec and get structured output
What is GitHub + ClawHub Launcher?
GitHub + ClawHub Launcher is a public ClawHub release-launcher skill. Use it when the user says "github clawhub launcher", "repo release launcher", or wants... It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.
How do I install GitHub + ClawHub Launcher?
Run "/install github-clawhub-launcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GitHub + ClawHub Launcher free?
Yes, GitHub + ClawHub Launcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GitHub + ClawHub Launcher support?
GitHub + ClawHub Launcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GitHub + ClawHub Launcher?
It is built and maintained by Zakhar Pashkin (@zack-dev-cm); the current version is v1.0.4.