ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 5/5

图片上传

上传本地图片到云存储,获取公开访问的 URL 链接。当用户需要上传图片、转存网络图片、获取图片 URL 时使用此 skill。

Why use this skill?

Easily upload local images or remote URLs to stable cloud storage for use with AI models. Includes CDN support, auto-detection, and seamless integration with OpenClaw skills.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hexiaochun/upload-image
Or

What This Skill Does

The 图片上传 (Image Upload) skill serves as an essential bridge between local hardware and the cloud-based AI processing ecosystem. It acts as a gateway that takes raw image data—either as Base64 encoded strings or remote URL references—and persists them into a secure, globally accessible CDN-backed cloud storage. By converting ephemeral files or transient web links into stable, permanent URLs, this skill ensures that other OpenClaw AI models, such as video generators or image editors, can reliably fetch the input data they need to perform complex tasks. It handles formatting, MIME type detection, and storage organization, abstracting away the underlying infrastructure complexities from the user.

Installation

To integrate this capability into your OpenClaw agent, execute the following installation command in your terminal: clawhub install openclaw/skills/skills/hexiaochun/upload-image

Use Cases

This skill is highly versatile for creative and administrative workflows. Use it when you need to:

  • Media Production: Upload a local photo to initiate a 'photo-to-video' transformation task via Sora 2.
  • Content Curation: Permanently store a fleeting internet image link to your private cloud to prevent broken links in future projects.
  • Advanced Editing: Upload an image to serve as the reference source for generative image editing models like Flux 2 Flash.
  • Archiving: Build a structured library of assets by specifying custom folders and file names for your visual content.

Example Prompts

  1. "Upload this local image from my computer and turn it into a short cinematic video using the Sora 2 model."
  2. "Grab this image from https://example.com/photo.jpg, save it to my 'project-assets' folder, and give me the new URL."
  3. "I have this product image file; can you upload it and prepare it for an AI image enhancement session?"

Tips & Limitations

  • Efficiency: The tool accepts both direct Base64 chunks and web URLs, making it flexible for both local file interactions and web-based workflows.
  • Auto-Detection: Don't worry about manual MIME type definitions; the tool automatically identifies formats like PNG, JPEG, or WebP if left blank.
  • Limits: To maintain performance, keep individual file uploads under 10MB.
  • Persistence: Unlike temporary cache, uploaded files are stored permanently in the 'fal-task' bucket, which is ideal for long-term project asset management.
  • Format Scope: Note that this skill is currently optimized for static images only; media like MP4 or MOV files are not supported at this time.

Metadata

Stars2387
Views3
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hexiaochun-upload-image": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#图片上传#云存储#url转换#免费
Safety Score: 5/5

Flags: file-read, external-api