image-upload

Upload images to catbox.moe and return a shareable URL.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/hasparus/claude-skills-dotfiles --skill image-upload
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-upload
Source: https://github.com/hasparus/claude-skills-dotfiles/tree/main/image-upload
Command: npx skills add https://github.com/hasparus/claude-skills-dotfiles --skill image-upload

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upload images to a hosting service for PR screenshots quickly and reliably, eliminating manual steps and broken image links.

Core Features & Use Cases

  • Upload images via a simple command-line flow to a hosting API and receive a shareable URL.
  • Ideal for PR reviews, bug reports, and design handoffs that require public image links.
  • Works with any image file that your tooling can access, making it versatile for quick previews.

Quick Start

Upload your image file to the hosting service to receive a shareable URL.

Frequently Asked Questions about image-upload

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload images to a hosting service for PR previews?

To upload images for PR previews, you use a command-line flow that interfaces with a file-hosting API to upload the image file and receive a shareable URL. This eliminates manual steps and broken links.

Can I get a shareable URL for my screenshots using curl?

Yes, you can obtain a shareable URL for your screenshots using curl. The process interfaces with a file-hosting API to upload your image and return the public link required for design previews.

What's the best way to share images for issue tracking and bug reports?

The best way to share images for issue tracking and bug reports is uploading them to a hosting service to get a reliable public link. This ensures your design previews and bug screenshots remain accessible.

Do I need any specific dependencies to upload images and obtain a URL?

You do not need any specific dependencies to upload images and obtain a URL. The tool works with any image file your tooling can access and handles the hosting API requests internally.

What image hosting API does this tool use for uploading files?

This tool uses the catbox.moe file-hosting API for uploading images. It interfaces with this API to take your local image file and return a shareable URL for your PR workflow.