You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish skills to ClawHub in one click: new "Publish to ClawHub" entry in the skill card's "⋯" menu, replacing manual packaging and uploading.
Automatic pre-flight check listing the files to upload with total size, plus a derived slug and suggested version.
Set display name, changelog, categories (up to 3) and topics (up to 5); publishing under an organization is supported.
Category enum, reserved topics, semver format, and the 10 MB per-file / 50 MB total limits are all validated locally instead of failing after the upload.
New skills start at 1.0.0; previously published ones get an automatic patch bump.
Published skills show a "Published" badge in the list — hover for slug and version, click to open the ClawHub page.
Updates reuse the slug and owner from the previous publish, so renaming the local folder, changing the slug, or publishing under an organization still resolves to the same skill instead of creating a duplicate.
New ClawHub Token setting with one-click connection test.
Fixed
Filter and search state is no longer lost when returning to the skills list.
Fixed metadata for skills that only had a publish record (no tags, not favorited) being dropped on save.
Security and Privacy
ClawHub requires every skill to be published under the MIT-0 license (anyone may use, modify and redistribute it without attribution). This must be confirmed explicitly in the publish dialog — the app never accepts it on your behalf.
Other
Added unit coverage for the publishing path: file collection and ignore rules, category/topic validation, publish payload construction, version resolution, and publish-record persistence.