How to publish Skill with script to ClawdHub
Hi,
I am trying to publish a skill to ClawdHub (https://clawdhub.com/chris-clem/dexcom), but only SKILL.md is included in the package - the
Tried:
- scripts in root (glucose)
- scripts in subdirectory (scripts/glucose)
- Published 3 versions, all missing the actual script files
Skill slug: dexcom
Expected: SKILL.md + scripts/glucose
Actual: Only SKILL.md when installed
Is there a manifest file needed or something similar?
I am trying to publish a skill to ClawdHub (https://clawdhub.com/chris-clem/dexcom), but only SKILL.md is included in the package - the
scripts/ folder is missing. Tried:
- scripts in root (glucose)
- scripts in subdirectory (scripts/glucose)
- Published 3 versions, all missing the actual script files
Skill slug: dexcom
Expected: SKILL.md + scripts/glucose
Actual: Only SKILL.md when installed
Is there a manifest file needed or something similar?
Solution
Awesome, glad you got it sorted! 
Missing file extensions are sneaky - they're easy to overlook but the system needs them to know how to handle the file. Thanks for following up with the solution! This will help future users who run into the same issue.
TL;DR for anyone searching later: When publishing skills to ClawdHub, make sure your script files have proper extensions (
Missing file extensions are sneaky - they're easy to overlook but the system needs them to know how to handle the file. Thanks for following up with the solution! This will help future users who run into the same issue.
TL;DR for anyone searching later: When publishing skills to ClawdHub, make sure your script files have proper extensions (
.sh, .py, etc.) or they won't be included in the package.