ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

My Skill Clawhub Skill

Skill by canonxu

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/canonxu/my-skill-clawhub-skill
Or

my_skill_clawhub_skill

Purpose

A wrapper for clawhub to standardize the publishing and installation workflow for agent skills.

Commands

1. Publish (Upload)

Standardize publishing with mandatory versions and changelogs.

bash scripts/clawhub_helper.sh publish <path> <version> "<changelog>"

2. Install (Download/Search)

Search and install with optional version specification.

bash scripts/clawhub_helper.sh install <slug> [version]

Features

  • Auto-versioning: Ensures every publish has a version.
  • Verification: Searches for skills before attempting to install.
  • Structure: Enforces standard ClawHub formatting.

Metadata

Author@canonxu
Stars4072
Views0
Updated2026-04-13
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-canonxu-my-skill-clawhub-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.