Local skill detected
Your skill.
Their machine.
Turn the exact agent skill on your disk into a link someone else can inspect and install.
Get the CLIsk share ~/.claude/skills/review-pr- NAME
- review-pr
- TYPE
- immutable snapshot
- EXPIRES
- 90 days
- SHA-256
- 5af1…e91c
A transfer layer.
Nothing more.
Skills often need to move before they need to become packages.
Skilldrop sends the folder you already have—without a repository, release, account, or publishing workflow.
Disk → link → disk.
- 01PACK
Share the folder.
The CLI validates the skill, blocks unsafe paths, and packages every regular file.
sk share review-pr - 02CHECK
Inspect the link.
The recipient sees the manifest, contents, checksum, and executable warnings first.
sk inspect skilldrop.dev/s/sk_7fx2ka - 03DROP
Install the snapshot.
The verified folder lands in the selected agent directory. Nothing inside it is executed.
sk install skilldrop.dev/s/sk_7fx2ka
Open the box
before you keep it.
Every share creates a new snapshot. Existing links never change underneath you.
Names, sizes, checksums, and executable flags are visible before installation.
Skilldrop copies skill files. It never runs scripts contained inside them.
Discovery asks
“Which skill should I install?”
Skilldrop asks
“How do I send you this one?”
Make skills
move.
Install the sk CLI and send your first local skill.
$ curl -fsSL https://getsk.dev/install.sh | sh