Back to portfolio

Portfolio case study

GitHub + ClawHub Launcher

Public launcher skill that turns one local project folder into a repeatable GitHub repo plus ClawHub publish flow.

Overview

GitHub + ClawHub Launcher is a small public OpenClaw skill for release preparation. It creates a machine-readable launch manifest, checks the public release surface, renders GitHub release notes, and prints the exact commands needed to publish a GitHub repo and a ClawHub package from one local project folder.

What It Covers

  • Creates one launch manifest for GitHub repo metadata, ClawHub package metadata, topics, tags, and changelog text
  • Checks README, LICENSE, SKILL.md, agents metadata, semver, slug shape, and basic description quality before publishing
  • Renders release notes and a publish command sheet instead of rewriting the same launch steps from memory
  • Pairs cleanly with Publish Guard when you want an audit before the final push

Stack And Topics

  • ClawHub
  • GitHub CLI
  • Python
  • Release Engineering
  • OpenClaw Skills

Public Signals

  • ClawHub downloads: 646 public ClawHub listing, 2026-06-04
  • Published versions: 9 public ClawHub listing, 2026-06-04
  • Public release: v1.0.7 GitHub release, 2026-05-14
  • Bundled scripts: 4 manifest, check, notes, commands
  • Publish surfaces: 2 GitHub repo + ClawHub package
  • Validation posture: release-checked launcher check + publish-guard audit

References