AI SummaryEnables Claude to upload images to multiple hosting providers (Catbox, ImgBB, Imgur, etc.) and retrieve shareable URLs in various formats. Useful for developers, content creators, and anyone needing to programmatically share images without manual uploads.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "image-upload" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/image-upload-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/image-upload-skill/SKILL.md "https://raw.githubusercontent.com/iamzifei/image-upload-skill/master/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Upload images to hosting providers and get shareable URLs
Image Upload Skill
Upload local images to various image hosting providers and get shareable URLs in multiple formats.
Quick Start
Just tell Claude to upload an image: ` Upload this image: /path/to/screenshot.png ` Claude will upload it to the default provider (Catbox) and return the URL.
Basic Upload
` Upload /tmp/screenshot.png `
Upload with Custom Name
` Upload /path/to/image.jpg as "my-screenshot" `
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 2mo ago
● ActiveAdoptionUnder 100 stars
3 ★ · NicheDocsMissing or thin
UndocumentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code