一键导入
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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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