github-image-upload

Installation
SKILL.md

Upload images and files to GitHub (gh-image)

GitHub has no public API for attachment uploads — the web UI uses an internal endpoint that mints user-attachments URLs scoped to the repo's visibility. gh-image (MIT, © drogers0) replicates that flow as a gh CLI extension, so you can upload images or other files (PDF, zip, log, …) from the terminal and get a ready-to-paste reference back — an ![name](url) embed for images, a bare URL for videos (GitHub renders it as an inline player), or a [name](url) download link for other files.

This skill drives gh-image and then embeds the result into a PR/issue/comment.

Prerequisites — verify these before uploading

Run these checks; only act on the ones that fail.

  1. gh CLI installed & authenticated
Installs
141
GitHub Stars
181
First Seen
Jun 4, 2026
github-image-upload — drogers0/gh-image