sirv-api
✓Sirv REST API integration for image and file management. Use when working with Sirv CDN, uploading/downloading files to Sirv, managing image metadata, searching files, creating 360 spins, converting videos, or any Sirv API operations. Covers authentication, file operations, metadata, search queries, async jobs, and account management.
Installation
SKILL.md
Tokens expire in 20 minutes. Request a new one before expiry.
| Operation | Method | Endpoint | Key Params |
| Upload | POST | /v2/files/upload | ?filename=/path/file.jpg + binary body | | Download | GET | /v2/files/download | ?filename=/path/file.jpg | | Delete | POST | /v2/files/delete | ?filename=/path/file.jpg | | Copy | POST | /v2/files/copy | ?from=/a.jpg&to=/b.jpg | | Rename/Move | POST | /v2/files/rename | ?from=/a.jpg&to=/b.jpg |
Sirv REST API integration for image and file management. Use when working with Sirv CDN, uploading/downloading files to Sirv, managing image metadata, searching files, creating 360 spins, converting videos, or any Sirv API operations. Covers authentication, file operations, metadata, search queries, async jobs, and account management. Source: igorvaryvoda/image-optimization-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/igorvaryvoda/image-optimization-skill --skill sirv-api- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is sirv-api?
Sirv REST API integration for image and file management. Use when working with Sirv CDN, uploading/downloading files to Sirv, managing image metadata, searching files, creating 360 spins, converting videos, or any Sirv API operations. Covers authentication, file operations, metadata, search queries, async jobs, and account management. Source: igorvaryvoda/image-optimization-skill.
How do I install sirv-api?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/igorvaryvoda/image-optimization-skill --skill sirv-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/igorvaryvoda/image-optimization-skill
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01