Agent Plugins Marketplace
← All plugins

uploads

v0.2.3

Host screenshots, GIFs, recordings, and files on uploads.sh and embed them in GitHub PRs and issues.

Claude Code2 Skills1 MCP serverStreamable HTTP

By Build InternetLicense: Apache-2.019 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install uploads for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install uploads-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/buildinternet/uploads

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude/uploads/.

Plugin files

plugins/claude/uploads/
├── .claude-plugin/plugin.json
├── skills/annotate-screenshots/SKILL.md
├── skills/uploads-cli/SKILL.md
└── .mcp.json

Included Skills2

annotate-screenshotsskills/annotate-screenshots/SKILL.md

Bake hand-drawn boxes, arrows, labels, freeform strokes, and redactions onto a screenshot so a PR reviewer or teammate sees exactly what changed and where to look, instead of reading a caption and hunting for it. Use this whenever a screenshot needs a callout — "point at the new button", "circle the bug", "arrow to the diff", "blur out the API key in this screenshot", "mark up this image before I attach it". Covers both annotating a live page during capture (`uploads screenshot --annotate`, CSS selector targeting) and annotating an image you already have (`uploads annotate`, pixel/freeform coordinates only). For getting the resulting image into a GitHub PR or issue, hand off to the github-screenshots skill — this skill only covers producing the annotated image.

uploads-cliskills/uploads-cli/SKILL.md

Reference for the uploads CLI and its stdio/hosted MCP tools — exact flags, keys, and contracts for put and attach, screenshot capture, stable PR/issue keys, the managed attachments comment, metadata and search, galleries, change feeds (repo-wide or one PR/issue), config defaults, login/doctor, and output formats. Use when driving the `uploads` CLI or its MCP tools (including the hosted MCP at agents.uploads.sh for agents without local filesystem/git access), when you need a public URL for a local file ("upload this", "host this image", "give me a public URL for this file"), when the CLI itself prints a hint or nudge you need to act on (a `hint` field in `--format json`, or the stderr note suggesting `--pr`/`attach --branch`), or when you need exact flags, key layouts, or setup and auth details. For the when-and-how of getting a screenshot or recording into a GitHub PR or issue, start with the github-screenshots skill — it defers here for CLI detail.

MCP servers1

uploadsStreamable HTTP
url
https://agents.uploads.sh/mcp

Plugin manifests1

plugins/claude/uploads/.claude-plugin/plugin.json
{
  "name": "uploads",
  "displayName": "uploads.sh",
  "version": "0.2.3",
  "description": "Host screenshots, GIFs, recordings, and files on uploads.sh and embed them in GitHub PRs and issues.",
  "author": {
    "name": "Build Internet",
    "url": "https://buildinternet.com"
  },
  "homepage": "https://uploads.sh",
  "documentationUrl": "https://uploads.sh/docs",
  "supportUrl": "https://github.com/buildinternet/uploads/issues",
  "privacyPolicyUrl": "https://uploads.sh/privacy",
  "termsOfServiceUrl": "https://uploads.sh/terms",
  "repository": "https://github.com/buildinternet/uploads",
  "license": "Apache-2.0",
  "keywords": [
    "uploads",
    "screenshots",
    "github",
    "file-hosting",
    "images",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[uploads on Agent Plugins Marketplace](https://pluginsmp.com/plugins/uploads-2)