image-uploader
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:
More from crossoverjie/skills
agent-notifier
>
85session-export
Exports the current AI chat session to a Markdown file. Use this skill when the user wants to export, save, sync, or backup their conversation/chat/session content. Supports both raw export and optional summarization.
11cover-generator
Generates simple gradient-based cover images for blogs or articles with a title and subtitle. Can optionally upload the generated image immediately.
7auto-blog-cover
Automates the process of creating and setting blog post covers. Reads a markdown file, generates a cover image based on title/subtitle, uploads it, and updates the file's frontmatter (e.g., banner_img).
6