img-upload
将本地图片上传到 img.scdn.io 免费图床并返回公开链接。适用于用户需要把图片变成可分享 URL、上传生成结果、上传截图、上传本地图片供外链引用,或明确要求免费图床、图床、图片外链、分享链接时。若任务中已经有本地图片文件,且下一步需要分享、引用、粘贴到文档、消息或网页中,应优先考虑此技能。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/big-dust/img-uploadWhat This Skill Does
The img-upload skill is a dedicated utility for OpenClaw agents designed to bridge the gap between local image files and public-facing content. It functions as a secure bridge to the img.scdn.io hosting service. When triggered, the agent takes a local image path, processes the file, and performs a network-based upload to the image hosting service. Upon successful completion, the skill returns a stable, public URL suitable for embedding in messages, documentation, or social platforms. Additionally, it provides a secondary delete_url, which is crucial for lifecycle management of the uploaded assets.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Ensure your system has the necessary network permissions to communicate with the CDN service. Run the following command in your terminal:
clawhub install openclaw/skills/skills/big-dust/img-upload
Once installed, verify the skill is available in your active agents by checking the skill manifest registry.
Use Cases
This skill is indispensable for scenarios requiring content dissemination. Use it when:
- A user requests a shareable link for a screenshot they just provided.
- You have generated an image locally and need to pass a public URL to an external API or recipient.
- You are drafting documentation and need to host static images referenced in the content.
- The user specifically asks for 'image hosting', 'public image links', or 'uploading to a CDN'.
Example Prompts
- "I've just taken a screenshot of this bug, can you upload it to a public link so I can add it to the GitHub issue?"
- "Please upload the image I just generated to a free image host and give me the URL."
- "I have an image file here at '/home/user/photo.png'. Can you make this accessible via a public URL for me?"
Tips & Limitations
- Safety: Always verify that the image does not contain sensitive personal information, as the uploaded content is public-facing.
- Storage: Use the
delete_urlresponsibly. If you are uploading temporary test data, be sure to clean up your assets to keep the cloud storage organized. - Performance: Ensure the local file path is valid and the file format is supported by standard web browsers (JPEG, PNG, GIF) before invoking the skill.
- Scope: Avoid using this skill for tasks that can be performed locally. If the user only needs the image for a local transformation, unnecessary network traffic should be avoided to preserve speed and privacy.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-big-dust-img-upload": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
feishu-bot-creator
创建飞书企业自建机器人,并完成权限导入、事件订阅、卡片回调和版本发布全流程。适用于创建飞书机器人、飞书应用机器人,或自动化完成飞书开放平台建机器人流程的场景。
volc-vision
使用火山引擎 ARK API 做图片理解、图片描述、视觉问答与图像分析。适用于用户发来图片并询问“这是什么”“图里有什么”“帮我看下这张图”“描述一下图片内容”“识别图片中的信息”等场景,也适用于需要对本地图片、图片 URL 或 base64 图片做理解和问答时。
artifact-organizer
按任务阶段而不是按文件类型整理混合产物。当编码、写作、脚本处理、研究、自动化或多步骤任务产生多个文件,且文件开始散落、临时产物与最终产物混在一起、目录结构不清晰,或用户提出“整理目录”“整理工作区”“归类”“归档”“收整产物”“文件有点乱”“帮我理一理结构”时,使用此技能。既支持任务开始前先规划 staged 目录结构,也支持对已经变乱的任务目录做清理和重组;遇到密码、token、API key、服务器凭据等精确敏感信息时,优先归入现有 secrets/ 体系。