VM0VM0
Integration

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:
    provider: claude-code
    skills:
      - https://github.com/vm0-ai/vm0-skills/tree/main/imgur

Run

vm0 run my-agent "upload image to Imgur" \
  --secrets IMGUR_CLIENT_ID=xxx

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