Agent skill transfer
Your skill.
Their machine.
Turn the exact agent skill on your disk into a link someone else can inspect and install.
One command
From your terminal to theirs.
$ sk share ~/.claude/skills/review-prA 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.
- 1
Share the folder.
The CLI validates the skill, blocks unsafe paths, and packages every regular file.
sk share review-pr - 2
Inspect the link.
The recipient sees the manifest, contents, checksum, and executable warnings first.
sk inspect skilldrop.io/s/sk_7fx2ka - 3
Install the snapshot.
The verified folder lands in the selected agent directory. Nothing inside it is executed.
sk install skilldrop.io/s/sk_7fx2ka
Open the box before you keep it.
Every share creates an immutable snapshot. Names, sizes, checksums, and executable flags are visible before installation.
- Snapshot
- sk_7fx2ka
- Bundle checksum
- 5af1…e91c
- Regular files
- 2
- Unsafe paths
- Rejected
- Symlinks
- Rejected
- Automatic execution
- Never
Not another marketplace.
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 from getsk.dev.
$ curl -fsSL https://getsk.dev/install.sh | sh