원클릭으로
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