Share it where it lives.
Run sk share on any folder with a SKILL.md.
$ sk share ./code-reviewA transfer layer for Agent Skills
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 | shOpen source · nothing executes automatically · unlisted links expire after 7 days
$ sk share ~/.claude/skills/code-reviewValidating ~/.claude/skills/code-review…Shared code-reviewInstall with: sk install https://skilldrop.dev/s/1f633d5 $ sk inspect https://skilldrop.dev/s/1f633d5Snapshot 1f633d5 skill: code-review bundle: 1.3 KiB (1335 bytes) integrity: verified files: 4 $ sk install 1f633d5 --agent codexInstalled code-review → .agents/skills/code-reviewOne local folder. One inspectable link. Seven days to install it.
not a registry → not a marketplaceskills.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 → teammateRun sk share on any folder with a SKILL.md.
$ sk share ./code-reviewSee every file, checksum, executable, and the exact expiration time.
$ sk inspect 1f633d5One command for Claude Code, Codex, or the agent you already use.
$ sk install 1f633d5 --agent codexNo trust badge can replace seeing what is inside. sk inspect verifies the archive and prints the evidence without extracting or executing it.
code-review/sha256
├─ SKILL.md9d3331c…
├─ references/checklist.mdc4d17e7…
├─ references/severity.mda4d4295…
└─ templates/review.md02fb346…
Skilldrop detects local agent directories, installs one canonical copy, and links compatible targets by default.
03 / destinationsreadyreadyreadyreadyreadyreadyreadyready.agents/skills| Property | Skilldrop | Why it matters |
|---|---|---|
| Identity | no account | Share directly from the terminal. |
| Storage | immutable for 7 days | The artifact cannot change under the same link and is deleted after expiry. |
| Visibility | unlisted, not private | Anyone with the transfer link can retrieve the snapshot. |
| Inspection | before extraction | Review paths, modes, checksums, and executables first. |
| Execution | never automatic | Skill scripts are transferred, not run. |
| Source control | not required | Useful local work can move without becoming a repository. |
Install Skilldrop, then run sk share from any skill directory.
curl -fsSL https://getsk.dev/install.sh | sh