cloudinary-upload
Installation
SKILL.md
Cloudinary Upload (official CLI)
Replicates the /admin/upload flow (see controllers/admin_controller.go + util/file_util.go)
using the official Cloudinary CLI (cld). Images are converted to webp on storage and
uploaded into a target folder (flat, structure not preserved).
Prerequisites
- Official CLI (
cld) is installed automatically on first use if missing (viapip3 install --user cloudinary-cli). - Credentials via
CLOUDINARY_URL(do NOT hardcode secrets):
For this project the cloud name isexport CLOUDINARY_URL=cloudinary://<api_key>:<api_secret>@<cloud_name>cyeam. Get the key/secret from the constants incontrollers/admin_controller.goor ask the user, then export the URL above before running. Verify with:cld config(should show the cyeam cloud).