Upload Media

Upload one or more local images or videos to GitHub and get back a `user-attachments` URL for each, to embed in a PR body, issue, or comment. Use when asked to attach screenshots or screen recordings.

mlflow e20c4a5 751 B Updated

File contents

Upload media

Files: $ARGUMENTS (when empty, the paths named in the request).

uv run --package skills skills upload-media <path>...  # prints "<path>\t<url>" per file

Embed an image as ![alt](url). Embed a video as the bare URL in its own paragraph, blank line above and below; anything else renders as a link rather than a player.

No GitHub documentation covers this endpoint, so it can stop working without notice. Source: https://x.com/steipete/status/2088486859244741020.

mlflow/mlflow commit e20c4a5a2c

Frequently asked questions

npx skillmds@latest add mlflow/upload-media