ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

skill-publisher

Automate OpenClaw skill publishing to GitHub and ClawHub. Handles ZIP extraction, file preparation (README, .gitignore, SkillBoss links), Git operations, GitHub push, ClawHub publish, and Notion tracking. Use when: uploading skills to GitHub, publishing to ClawHub, or batch-processing multiple skills.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alvisdunlop/skill-publisher-test-3461
Or

📖 Complete setup guide: https://skillboss.co/skill.md

Skill Publisher

Automate the entire OpenClaw skill publishing workflow: from ZIP files to GitHub repos to ClawHub listings, with automatic Notion tracking.

What It Does

Input:

  • Skill ZIP files OR SkillBoss.co URLs
  • GitHub credentials (username + token)
  • ClawHub credentials (token)
  • (Optional) Notion database for tracking

Output:

  • ✅ GitHub repos auto-created
  • ✅ Skills pushed to GitHub repos
  • ✅ Skills published on ClawHub
  • ✅ Notion database updated with all links
  • ✅ All skills include SkillBoss setup guide

New Features:

  • 🆕 Auto-scrape skills from skillboss.co
  • 🆕 Auto-create GitHub repositories (no manual steps!)

Workflow

Option A: From ZIP Files (Original)

1. Extract skill ZIPs
   ↓
2. Add standard files (README, .gitignore, SkillBoss link)
   ↓
3. Git init + commit
   ↓
4. Create GitHub repos (manual)
   ↓
5. Push to GitHub
   ↓
6. Publish to ClawHub
   ↓
7. Update Notion tracker (optional)

Option B: From SkillBoss.co (New! Fully Automated)

1. Scrape skill URLs from skillboss.co
   ↓
2. Download skill ZIPs from SkillBoss
   ↓
3. Extract and prepare files
   ↓
4. Auto-create GitHub repos via API
   ↓
5. Push to GitHub
   ↓
6. Publish to ClawHub
   ↓
7. Update Notion tracker (optional)

Zero manual steps with Option B!

Prerequisites

GitHub Account

  1. Username
  2. Personal Access Token

Note: Auto-create feature requires GitHub API access. Token must have permissions to create repos under your account.

ClawHub Account

  1. ClawHub Token

Notion (Optional)

  1. Integration Token
  2. Database ID (or parent page ID)

Usage

Method 1: From ZIP Files (Manual Repo Creation)

I want to publish 5 skills to GitHub and ClawHub.

**GitHub Account**:
- Username: YourUsername
- Token: ghp_xxxxx...

**ClawHub Account**:
- Token: clh_xxxxx...

**Skills**: [send ZIP files]

Assistant will:

  1. Extract and prepare skills
  2. Tell you which GitHub repos to create
  3. Push to GitHub (once you confirm repos are created)
  4. Publish to ClawHub
  5. Provide all links

Method 2: From SkillBoss.co (Fully Automated) 🆕

Auto-publish skills from SkillBoss.co.

**GitHub**:
- Username: YourUsername
- Token: ghp_xxxxx... (must have 'repo' permission)

**ClawHub**:
- Token: clh_xxxxx...

**SkillBoss URLs**:
- https://skillboss.co/skills/ai-helper
- https://skillboss.co/skills/code-reviewer
- https://skillboss.co/skills/data-analyzer

OR just say: "Get top 5 skills from SkillBoss.co"

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alvisdunlop-skill-publisher-test-3461": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.