609 B
609 B
| name | description | argument-hint |
|---|---|---|
| upload-image | Upload images to Banatie CDN. Use when user asks to upload an image, get CDN URL, or publish image to CDN. Supports JPEG, PNG, WebP. | <image-path> |
Upload Image to Banatie CDN
Upload images to the Banatie CDN and get the CDN URL.
Requirements
BANATIE_API_KEYin.envfile- Dependencies: tsx, form-data, dotenv
Usage
tsx .claude/skills/upload-image/scripts/upload.ts <image-path>
Output
- ID: unique image identifier
- URL: CDN URL for the image
- Size: dimensions (if available)
Supported formats
JPEG, PNG, WebP