Documentation
README
Skill: upload-photo
Upload local image files to Vercel Blob and return public URLs for sharing.
When to use
Use whenever an image or screenshot needs a public URL, including PR comments, docs, and sharing.
Requires
BLOB_READ_WRITE_TOKEN must be set in the environment. If it is missing, use the get-env-var skill to fetch it from Infisical:
export BLOB_READ_WRITE_TOKEN="$(infisical secrets get BLOB_READ_WRITE_TOKEN --plain --silent)"
Upload
Run the bundled script from the repo root:
node .opencode/skills/upload-photo/scripts/upload.mjs <file.png> [more files...] [--prefix <path/prefix>] [--stable]
This is the opening of the README. Read the full README on GitHub.