imgur

Upload images to Imgur and return public URLs with deletehash.

6|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/archibate/archibate-skills --skill imgur-archibate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imgur
Source: https://github.com/archibate/archibate-skills/tree/main/old-skills/trash-skills/imgur
Command: npx skills add https://github.com/archibate/archibate-skills --skill imgur-archibate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a simple, scriptable way to host images and obtain public links for embedding or sharing without managing your own storage, removing friction from publishing images in blogs, documentation, or chat.

Core Features & Use Cases

  • Upload local image files to Imgur and receive a public image URL for embedding in Markdown or HTML.
  • Upload images by remote URL or by submitting base64-encoded image data.
  • Receive a deletehash alongside the public link to allow later anonymous deletion of the uploaded image.
  • Use cases include hosting screenshots for documentation, sharing images in content pipelines, and generating embeddable links for articles or chat.

Quick Start

Upload a local image file and return its public Imgur URL and deletehash using the imgur skill.

Frequently Asked Questions about imgur

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload a local image file and get a shareable URL for Markdown documentation?

You can upload local image files to Imgur and receive a public shareable URL instantly for embedding in Markdown or HTML. The process returns the image link and a deletehash for later anonymous deletion.

Can I upload images to Imgur using a remote URL or base64 payload?

Yes, Imgur image hosting supports uploading images directly from remote URLs or by submitting base64-encoded image data. This returns a public image link and a deletehash for anonymous deletion.

Do I need an IMGUR_CLIENT_ID to host images anonymously for blog posts?

Yes, anonymous or Client-ID based image hosting requires an IMGUR_CLIENT_ID environment variable for authorization. This allows you to upload images and return shareable public URLs without managing your own storage.

What is a deletehash and how does it work with Imgur image hosting?

A deletehash is a token returned alongside the public image link when you upload images to Imgur. It allows you to perform later anonymous deletion of the uploaded image without account credentials.

What's the best way to automate image hosting for content pipelines without managing storage?

Use a scriptable Imgur image hosting approach to upload local files, remote URLs, or base64 payloads and obtain public links. This removes friction from publishing images in content pipelines without managing your own storage.