Share a skill folder
Pass the directory that contains the root SKILL.md. You can use an explicit path or a skill directory already on your machine.
sk share
# or
sk share ~/.claude/skills/review-prWithout a path, Skilldrop lists installed skills and shows whether each one is project-scoped or global. Run sk validate <path> to check a directory without uploading it.
Skilldrop validates the folder, builds a compressed bundle, uploads it, and returns a short snapshot URL plus the matching install command.
What gets shared
The snapshot contains the files inside the selected skill directory. Its manifest records each file’s path, size, mode, and SHA-256 digest. The bundle itself also receives a SHA-256 checksum.
Every share is immutable and content-addressed. Sharing unchanged content returns the same link. Edit the local folder and run sk share again when you want a new snapshot; the old link does not change.
Before you send the link
- Keep credentials, tokens, private keys, and unrelated project files outside the skill folder.
- Check that
SKILL.mdexplains required tools and environment assumptions. - Inspect the returned snapshot yourself when the contents are sensitive or executable.