vitehub-drop

Installation
SKILL.md

ViteHub Drop

The input must be a file the user placed in scope. Run:

curl --fail-with-body --silent --show-error \
  -F "file=@/absolute/path/to/file.pdf" \
  https://drop.vitehub.dev/api/files |
  jq -er '.url'

The command prints the permanent public URL returned by ViteHub Blob as soon as the file is stored. Copy stdout verbatim; never derive or rewrite it from an upload endpoint, Blob key, or framework route. Drop optimizes supported images in the background and stores other files unchanged. Use the URL in GitHub content the user explicitly authorized.

Installs
1
Repository
onmax/skills
First Seen
Jul 25, 2026
vitehub-drop — onmax/skills