ワンクリックで
imgur-upload
Upload images to Imgur (free, no account needed) and get a public URL. Use as fallback when R2 is not configured.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Upload images to Imgur (free, no account needed) and get a public URL. Use as fallback when R2 is not configured.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Connect to multiple MCP servers via HTTP to query data, run tools, and get information. Use when asked to check platform data, analytics, or interact with external services.
Upload files (images, documents) to Cloudflare R2 and get a public URL. Use when you need to host/share an image or file publicly.
Anti-detect stealth browser for scraping, automation and bypassing bot detection. Use when normal browser fails or gets blocked.
| name | imgur-upload |
| description | Upload images to Imgur (free, no account needed) and get a public URL. Use as fallback when R2 is not configured. |
| metadata | {"openclaw":{"emoji":"📸","os":["linux","macos"],"requires":{"bins":["python3"]}}} |
Upload images to Imgur anonymously and get a public URL. No API key needed for anonymous uploads.
| Variable | Required | Description |
|---|---|---|
IMGUR_CLIENT_ID | Optional | Imgur API client ID. If not set, uses anonymous upload (rate limited) |
To get a Client ID: Go to https://api.imgur.com/oauth2/addclient → register app → get Client ID. Without Client ID, uploads still work but are more heavily rate-limited.
python3 /app/skills/imgur-upload/scripts/upload.py /path/to/image.jpg
Output: https://i.imgur.com/AbCdEfG.jpg
python3 /app/skills/imgur-upload/scripts/upload.py "https://example.com/photo.png"
python3 /app/skills/imgur-upload/scripts/upload.py /tmp/screenshot.png --title "My Screenshot"
r2-upload skill instead