get-image-url

Upload local images to S.EE and return a public URL with metadata.

9|Updated May 25, 2026
One-click install
npx skills add https://github.com/wzser/supermatrix --skill get-image-url
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: get-image-url
Source: https://github.com/wzser/supermatrix/tree/main/platform/skill-master/skills/get-image-url
Command: npx skills add https://github.com/wzser/supermatrix --skill get-image-url

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of uploading local images to S.EE and obtaining a public URL along with metadata such as the page URL, delete URL, file ID, hash, and source path.

Core Features & Use Cases

  • Image Upload to S.EE: Easily upload images to S.EE and receive a public URL.
  • Metadata Retrieval: Obtain detailed information about the uploaded image, including its delete URL and file ID.
  • Use Case: When you need to share an image publicly and also want to provide the ability to delete it or know its file ID.

Quick Start

Use the /new claude alpha command to create a session and then use the get-image-url skill to upload the local image '/path/to/image.png' to S.EE.

Frequently Asked Questions about get-image-url

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload a local image to S.EE and get a public link?▼

You can upload local images to S.EE and get a public link by using this Skill, which processes the file via curl and returns a publicly accessible URL along with detailed metadata.

What metadata is returned when uploading an image to S.EE?▼

When uploading an image to S.EE, the returned metadata includes the public page URL, delete URL, file ID, file hash, and the original source path.

Do I need an API token and curl to upload images to S.EE?▼

Yes, uploading images to S.EE requires the curl command-line tool and a valid S.EE API token to authenticate the request and generate public links.

Can I get a delete URL when sharing images on S.EE?▼

Yes, sharing images on S.EE returns metadata that includes a specific delete URL, allowing you to remove the public image later.

How do I retrieve the file ID and hash for an image uploaded to S.EE?▼

You retrieve the file ID and hash for an image uploaded to S.EE by processing the upload through this Skill, which extracts and returns these metadata fields automatically.