Skip to content
skilldropopen source

A transfer layer for Agent Skills

Share a local agent skill in one command.

Turn any Claude Code, Codex, or compatible skill folder into an immutable link that expires after 7 days. Your teammate can inspect every file, then install it—no repo, account, or marketplace.

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

Open source · nothing executes automatically · unlisted links expire after 7 days

share · zsh~/skills/code-review
1$ sk share ~/.claude/skills/code-review
2Validating ~/.claude/skills/code-review…
3Shared code-review
5Install with: sk install https://skilldrop.dev/s/1f633d5
6
7$ sk inspect https://skilldrop.dev/s/1f633d5
8Snapshot 1f633d5
9 skill: code-review
10 bundle: 1.3 KiB (1335 bytes)
11 integrity: verified
12 files: 4
13
14$ sk install 1f633d5 --agent codex
15Installed code-review → .agents/skills/code-review
snapshot onlineexit 0
00 / the handoff

One local folder. One inspectable link. Seven days to install it.

not a registry → not a marketplace

Marketplaces are for discovery.
Skilldrop is for handoff.

skills.sh and GitHub help you publish reusable skills. Skilldrop handles the moment before that: sending one working local skill to one teammate without creating a repository.

01 / local → link → teammate
01

Share it where it lives.

Run sk share on any folder with a SKILL.md.

$ sk share ./code-review
02

Review the exact snapshot.

See every file, checksum, executable, and the exact expiration time.

$ sk inspect 1f633d5
03

Install it for your agent.

One command for Claude Code, Codex, or the agent you already use.

$ sk install 1f633d5 --agent codex
02 / inspect first

The contents are the interface.

No trust badge can replace seeing what is inside. sk inspect verifies the archive and prints the evidence without extracting or executing it.

Read the security model
inspect · output
snapshotcode-review
✓ verified
snapshot id
1f633d5
protocol
1
bundle
1.3 KiB · 1335 bytes
bundle sha256
47c5c44…
uploaded
Aug 24 · 21:37 UTC
visibility
unlisted, not private
files
4
executables
none

code-review/sha256

├─ SKILL.md9d3331c…

├─ references/checklist.mdc4d17e7…

├─ references/severity.mda4d4295…

└─ templates/review.md02fb346…

Install once.
Target the agents you use.

Skilldrop detects local agent directories, installs one canonical copy, and links compatible targets by default.

03 / destinations
01Claude Codeready
02Codexready
03Cursorready
04Gemini CLIready
05GitHub Copilotready
06OpenCodeready
07Gooseready
08OpenHandsready
09Universal.agents/skills
04 / boundary

A transfer layer.
Not a marketplace.

PropertySkilldropWhy it matters
Identityno accountShare directly from the terminal.
Storageimmutable for 7 daysThe artifact cannot change under the same link and is deleted after expiry.
Visibilityunlisted, not privateAnyone with the transfer link can retrieve the snapshot.
Inspectionbefore extractionReview paths, modes, checksums, and executables first.
Executionnever automaticSkill scripts are transferred, not run.
Source controlnot requiredUseful local work can move without becoming a repository.
05 / get sk

The next time a teammate asks
“can you send me that skill?”, send a link.

Install Skilldrop, then run sk share from any skill directory.

curl -fsSL https://getsk.dev/install.sh | sh
Copied to clipboard