skills/modelscope.cn/smart-image-loader

smart-image-loader

Installation
SKILL.md

Smart Image Loader

Quick Start

When a user asks to display an image:

  1. Check if input is a URL or local path

    • URLs start with http:// or https://
    • Local paths are file paths in the workspace
  2. For URLs:

    • Download the image to a temporary location using the Python script
    • Use read tool to display the image
    • Clean up the temporary file afterward
  3. For local files:

    • Verify the file exists (relative to workspace or absolute path)
    • Use read tool directly to display the image
Installs
1
First Seen
Apr 23, 2026
smart-image-loader from modelscope.cn