Skip to content
skilldrop

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 CLI
A YOUR TERMINAL
~/skills/review-pr READY
$sk share ~/.claude/skills/review-pr

01 validating SKILL.md

02 sealing 2 files · 4.9 KB

03 uploaded skilldrop.dev/s/sk_7fx2ka

TRANSFER RECEIPTVERIFIED
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.

  1. 01
    PACK

    Share the folder.

    The CLI validates the skill, blocks unsafe paths, and packages every regular file.

    sk share review-pr
  2. 02
    CHECK

    Inspect the link.

    The recipient sees the manifest, contents, checksum, and executable warnings first.

    sk inspect skilldrop.dev/s/sk_7fx2ka
  3. 03
    DROP

    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.

01Immutable by default

Every share creates a new snapshot. Existing links never change underneath you.

02Every file disclosed

Names, sizes, checksums, and executable flags are visible before installation.

03Scripts stay still

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.

INSTALL.SHGETSK.DEV
$ curl -fsSL https://getsk.dev/install.sh | sh
Command copied