image-files
Installation
SKILL.md
List Files
List uploaded files from your Lab Nocturne Images account with pagination and sorting.
Invocation
/files [options] — also triggered naturally (e.g. "list my hosted images", "show my image uploads", "what images have I stored", "find the image I uploaded earlier").
Options can be specified naturally (e.g. /files newest first, /files limit 10, /files page 2).
Instructions
1. Parse options
Extract optional parameters from the user's input:
- limit: number of files to return (1-100, default 100)
- offset: number of files to skip for pagination (default 0)
- sort: one of
uploaded_at_desc(default),uploaded_at_asc,size_desc,size_asc