htmldrop
Installation
SKILL.md
htmldrop — Share HTML as Hosted Links
Publish any HTML file and get a shareable URL instantly via the htmldrop CLI. Two modes:
- Simple share (Surge.sh hosting) — get a public or password-protected link to a static page.
- Collaborative feedback + converge — publish with an embedded annotation widget so reviewers can highlight text and comment with no account, then pull the feedback, add evidence-backed comments programmatically, and synthesize an improved version with AI.
Prerequisites
- Node.js >= 18
npm install -g @yeefeiooi/htmldrop@latest(the binary is stillhtmldrop)- For simple share: run
htmldrop initonce (sets up Surge account + subdomain) - For feedback/converge: run
htmldrop auth setuponce (generates an author API key in~/.htmldrop/config.json)