catbox
Installation
SKILL.md
catbox
Upload files to catbox.moe — a free, anonymous file hosting service. No account or CLI tool required; uploads use a simple curl API.
- Max file size: 200 MB
- No authentication needed
- Direct links to hosted files (e.g.
https://files.catbox.moe/abc123.png) - Permanent — uploaded files do not expire
File upload
Upload a local file:
curl -F "reqtype=fileupload" -F "fileToUpload=@<FILE>" https://catbox.moe/user/api.php
Examples:
Related skills