drophere
Publish static files to drophere.cc — instant hosting with a URL. Zero dependencies, works with any AI agent.
Install
Skills CLI
npx skills add Wolbyworld/drophere-skill
Direct install
curl -fsSL https://drophere.cc/install.sh | bash
Cowork (Claude Code Work)
Run the install script — it auto-detects Cowork and builds a .plugin file:
curl -fsSL https://drophere.cc/install.sh | bash
Then present the plugin to install it:
present_files drophere.plugin
What it does
- Publish HTML, images, PDFs, or entire directories to the web instantly
- Incremental deploys — only uploads changed files
- Anonymous publishing (24h TTL) or authenticated for permanent hosting
- Access controls for private/client review pages
- Collaboration comments with anchored threads, replies, image attachments, and owner/agent moderation
- Auto-viewer for rich previews of images, PDFs, and other media
Usage
# Publish a directory
node ~/.claude/skills/drophere/scripts/publish.mjs ./dist/
# Publish specific files
node ~/.claude/skills/drophere/scripts/publish.mjs index.html style.css
See skills/drophere/SKILL.md for full documentation.
---
> This repo is auto-synced from here-elcano-cc/skill/. Do not edit directly.










