npx skills add https://github.com/vm0-ai/vm0-skills --skill imgurImgur 是一项免费的图片托管服务。上传图片并获取用于分享、嵌入文章或在文档中使用的 URL。
设置以下环境变量:
export IMGUR_CLIENT_ID=your_client_id
从以下链接获取您的 Client ID:https://api.imgur.com/oauth2/addclient
注册时请注意:
curl -X POST https://api.imgur.com/3/image -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)" -F "image=@/path/to/image.png"
curl -X POST https://api.imgur.com/3/image -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)" -F "image=https://example.com/image.png" -F "type=url"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
curl -X POST https://api.imgur.com/3/image -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)" -F "image=$(base64 -i /path/to/image.png)" -F "type=base64"
| 参数 | 描述 |
|---|---|
| title | 图片标题 |
| description | 图片描述 |
| name | 文件名 |
curl -X POST https://api.imgur.com/3/image -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)" -F "image=@screenshot.png" -F "title=My Screenshot" -F "description=Screenshot from my app"
{
"data": {
"id": "abc123",
"link": "https://i.imgur.com/abc123.png",
"deletehash": "xyz789"
},
"success": true,
"status": 200
}
关键字段:
data.link - 用于在 Markdown 中使用的公开 URL:data.deletehash - 保存此值以便稍后删除图片将 <your-deletehash> 替换为上传响应中的 deletehash:
curl -X DELETE https://api.imgur.com/3/image/<your-deletehash> -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)"
X-RateLimit-ClientRemaining 显示剩余次数每周安装量
77
代码仓库
GitHub 星标数
49
首次出现
2026年1月24日
安全审计
安装于
gemini-cli69
opencode67
codex67
cursor66
github-copilot65
cline63
Imgur is a free image hosting service. Upload images and get URLs for sharing, embedding in articles, or using in documentation.
Set the following environment variable:
export IMGUR_CLIENT_ID=your_client_id
Get your Client ID from: https://api.imgur.com/oauth2/addclient
When registering:
curl -X POST https://api.imgur.com/3/image -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)" -F "image=@/path/to/image.png"
curl -X POST https://api.imgur.com/3/image -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)" -F "image=https://example.com/image.png" -F "type=url"
curl -X POST https://api.imgur.com/3/image -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)" -F "image=$(base64 -i /path/to/image.png)" -F "type=base64"
| Parameter | Description |
|---|---|
| title | Image title |
| description | Image description |
| name | Filename |
curl -X POST https://api.imgur.com/3/image -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)" -F "image=@screenshot.png" -F "title=My Screenshot" -F "description=Screenshot from my app"
{
"data": {
"id": "abc123",
"link": "https://i.imgur.com/abc123.png",
"deletehash": "xyz789"
},
"success": true,
"status": 200
}
Key fields:
data.link - Public URL to use in Markdown: data.deletehash - Save this to delete the image laterReplace <your-deletehash> with the deletehash from the upload response:
curl -X DELETE https://api.imgur.com/3/image/<your-deletehash> -H "Authorization: Client-ID $(printenv IMGUR_CLIENT_ID)"
X-RateLimit-ClientRemainingWeekly Installs
77
Repository
GitHub Stars
49
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli69
opencode67
codex67
cursor66
github-copilot65
cline63
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
166,500 周安装
Datadog自动化监控:通过Rube MCP与Composio实现指标、日志、仪表板管理
69 周安装
Intercom自动化指南:通过Rube MCP与Composio实现客户支持对话管理
69 周安装
二进制初步分析指南:使用ReVa工具快速识别恶意软件与逆向工程
69 周安装
PrivateInvestigator 道德人员查找工具 | 公开数据调查、反向搜索与背景研究
69 周安装
TorchTitan:PyTorch原生分布式大语言模型预训练平台,支持4D并行与H100 GPU加速
69 周安装
screenshot 截图技能:跨平台桌面截图工具,支持macOS/Linux权限管理与多模式捕获
69 周安装