Version Management
Semantic Versioning
SkillHub uses Semantic Versioning: MAJOR.MINOR.PATCH
MAJOR: Incompatible API changesMINOR: Backward compatible feature additionsPATCH: Backward compatible bug fixes
Examples: 1.0.0, 1.1.0, 2.0.0
latest Tag
latest is a system reserved tag that automatically follows the latest published version and cannot be manually moved.
Custom Tags
You can create custom tags for version channel management:
beta- Beta versionstable- Stable versionstable-2026q1- Quarterly stable version
Create/Move Tag
clawhub tag set @team/my-skill beta 1.2.0
Delete Tag
clawhub tag delete @team/my-skill beta
Version Withdrawal
Published versions with issues can be withdrawn:
- Go to skill detail page
- Find target version
- Click "Withdraw Version"
- Confirm withdrawal
Withdrawn versions remain visible but are marked as not recommended for use.
Next Steps
- Search Skills - Discover skills