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
-
Dependencies: The skill requires Python 3 and the
requestslibrary.pip install -r skills/image-uploader/requirements.txt -
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
- Config File: