By Max Techera · Open-source (MIT) · Updated June 2026
Skills

drop as an agent skill

A SKILL.md your agent auto-discovers.

npxnpx drops-cli report.html --managed

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.

Share what your AI builds — on your own domain.

Open-source, zero-knowledge, free. Try it in one command:

npx drops-cli report.html --managed