Skip to content
Skilldrop

Agent skill transfer

Your skill.
Their machine.

Turn the exact agent skill on your disk into a link someone else can inspect and install.

01

One command

From your terminal to theirs.

Terminal~/workspace
$ sk share ~/.claude/skills/review-pr
Files
2
Size
4.9 KB
Expires
90 days
02 / Purpose

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.

03 / Workflow

Disk → link → disk.

  1. 1

    Share the folder.

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

    sk share review-pr
  2. 2

    Inspect the link.

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

    sk inspect skilldrop.io/s/sk_7fx2ka
  3. 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
04 / Assurance

Open the box before you keep it.

Every share creates an immutable snapshot. Names, sizes, checksums, and executable flags are visible before installation.

review-pr / manifestVerified
Snapshot
sk_7fx2ka
Bundle checksum
5af1…e91c
Regular files
2
Unsafe paths
Rejected
Symlinks
Rejected
Automatic execution
Never
05 / Scope

Not another marketplace.

Discovery asks: “Which skill should I install?”

Skilldrop asks: “How do I send you this one?”

06 / Installation

Make skills move.

Install the sk CLI and send your first local skill from getsk.dev.

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