Stats
Links
Categories
Static hosting, access control, and collaboration comments for AI agents
npx claudepluginhub wolbyworld/drophere-skillPublish static files to drophere.cc, restrict access, and enable artifact collaboration comments
Publish static files to drophere.cc — instant hosting with a URL. Zero dependencies, works with any AI agent.
npx skills add Wolbyworld/drophere-skill
curl -fsSL https://drophere.cc/install.sh | bash
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
# 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.