file-uploads

Installation
SKILL.md

File Uploads

Upload a single local file to the user's Zipline instance at phobos.m6.rs and return its raw link.

Workflow

  1. Confirm that the requested artifact exists as a regular local file. If the user wants a directory or several files handed off together, create an appropriate archive first, then upload that archive.

  2. Resolve scripts/upload.py relative to this SKILL.md; do not assume the current working directory is the skill directory.

  3. Run:

    python3 /absolute/path/to/file-uploads/scripts/upload.py "/absolute/path/to/file"
    
  4. On success, the script prints exactly one URL. Return that URL to the user as a clickable link in the chat.

The script requests Zipline's random filename format and always emits the canonical raw form:

Installs
4
Repository
emmsixx/skills
GitHub Stars
5
First Seen
Aug 8, 2026
file-uploads — emmsixx/skills