VM0VM0
Agent Skills

Imgur

Free image hosting service

Imgur is a free image hosting service for uploading images and getting shareable URLs.

Required Environment

NameTypeDescription
IMGUR_CLIENT_IDsecretClient ID from Imgur API

Configuration

vm0.yaml
version: "1.0"

agents:
  my-agent:
    framework: claude-code
    skills:
      - https://github.com/vm0-ai/vm0-skills/tree/main/imgur

Run

Store your secret on the platform (recommended, one-time setup):

vm0 secret set IMGUR_CLIENT_ID your-imgur-client-id

Then run your agent - secret is automatically loaded:

vm0 run my-agent "upload image to Imgur"

For CI/CD or temporary overrides, pass secrets at runtime: --secrets IMGUR_CLIENT_ID=value. See Environment Variables for details.

Example Instructions

AGENTS.md
# Image Uploader Agent

You upload images to Imgur for sharing.

## Workflow

1. Receive image file or URL
2. Upload to Imgur API
3. Return shareable link
4. Save deletehash for management

## Upload Methods

- Local file, URL, or Base64
AGENTS.md
# Documentation Image Host

You host images for documentation.

## Workflow

1. Receive screenshot or diagram
2. Upload to Imgur
3. Return markdown image link
4. Track uploaded images

## Guidelines

- Save deletehash for later deletion
- Supported: JPEG, PNG, GIF, WebP