image-uploader

Installation
SKILL.md

Image Uploader Skill

This skill allows uploading local image files to public image hosting services. It supports sm.ms, Imgur, and GitHub (with jsDelivr CDN acceleration).

Prerequisites

  1. Dependencies: The skill requires Python 3 and the requests library.

    pip install -r skills/image-uploader/requirements.txt
    
  2. Configuration: An API token or client ID is required depending on the provider.

    sm.ms (default):

    • Config File: skills/image-uploader/config.json
      { "smms_token": "YOUR_TOKEN" }
      
    • Environment Variable: SMMS_TOKEN
    • CLI Argument: --token
Installs
24
GitHub Stars
19
First Seen
Feb 14, 2026
image-uploader — crossoverjie/skills