drop ships a SKILL.md. Symlink skill/ into ~/.claude/skills/drop (or run node skill/install.mjs) and your agent learns when to publish and which command to run.
Install
node skill/install.mjs # wires MCP + PATH # or symlink for skill auto-discovery: ln -s "$PWD/skill" ~/.claude/skills/drop
FAQ
Does it work with any AI agent?
Yes. It's a CLI plus a SKILL.md and an MCP server, so Claude Code, Codex, Cursor, OpenCode, Gemini CLI — anything that runs a shell or speaks MCP — can use it.
Is it really open-source and self-hosted?
Yes — MIT licensed, and it runs on your own Vercel Blob + domain. No third party ever holds your content (it's encrypted client-side) or controls your URL.