Imported from kbaker827/github-skill-publisher (
SKILL.md). Install upstream withnpx skills add kbaker827/github-skill-publisher. Copyright stays with the author.
GitHub Skill Publisher
Publish OpenClaw skills to GitHub with a single command.
What It Does
Automates the entire GitHub publishing workflow:
- Initializes git repository
- Creates comprehensive README
- Generates release notes
- Commits all files
- Creates GitHub repository
- Pushes code
- Creates GitHub release
Usage
# Publish current skill directory
skill-publish
# Publish specific skill
skill-publish --skill /path/to/skill
# Publish with custom description
skill-publish --description "My awesome skill"
# Dry run (see what would happen)
skill-publish --dry-run
# Force overwrite existing repo
skill-publish --force
Features
- ✨ One-command publishing
- 📝 Auto-generated README template
- 🏷️ Automatic release notes
- 🔐 Safe (dry-run mode)
- 📦 Creates proper .gitignore
- 🎨 Professional repo structure