Agent skill transfer

Send the skill.
Skip the repo.

Turn any local agent skill into an immutable, inspectable link. From your terminal to theirs in one command.

No account · No Git required · Snapshots expire automatically

your machinelocal

~/.claude/skills/review-pr

SKILL.md3.2 KB
references/checklist.md1.7 KB
$ sk share ~/.claude/skills/review-pr
skilldrop.dev ready
review-pr2 files · 4.9 KB
skilldrop.dev/s/sk_7fx2ka
SHA-2565af1…e91c
local skillimmutable snapshotinspectable linkinstalled anywhere
01 / Workflow

One skill.
Two terminals.

Skilldrop transfers what you already made. It doesn’t turn it into a package or ask you to maintain another project.

01Sender

Share the folder you’re using.

Pass a skill name or path. Skilldrop validates the files, creates a fresh snapshot, and returns a link.

$ sk share review-pr
02Recipient

Inspect before it touches your setup.

See every file, checksum, executable warning, target agent, and destination before installing.

SKILL.mdverified
2 regular files4.9 KB
#Bundle checksummatches
Executable scriptsnone
03Installed

Drop it into the right agent.

The CLI detects supported agents and puts the verified skill where it belongs. Scripts are never run automatically.

$ sk install skilldrop.dev/s/sk_7fx2ka
Claude CodeCodexmore soon
02 / The boundary

Not another
marketplace.

Discovery platforms“Which skill should I install?”
versus
Skilldrop“How do I send you this skill?”
03 / Built for trust

A link you can
look inside.

Every share is a sealed, immutable snapshot. Skilldrop shows its contents before installation and refuses unsafe paths or symlinks.

skilldrop.manifestverified ✓
Snapshot
sk_7fx2ka
Created
just now
Expires
in 90 days
Contents
2 regular files
Symlinks
rejected
Auto-execution
never
04 / Start here

Ready in one line.

Install sk, then share any skill folder from your terminal.

terminal
$ curl -fsSL https://getsk.dev/install.sh | sh

Installation script served from getsk.dev/install.sh

Copied to clipboard