Pixelvault list
List recently uploaded images on PixelVault with their CDN URLs. Use when the user asks to "see my uploads", "find that image URL", "what images have I hosted", "list my PixelVault images", or needs the link to a previously uploaded image.From its SKILL.md
npx -y skills add pixelvault-dev/skill --skill pixelvault-listAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 168 tokens by cl100k_base, as published. Nobody here has run it
PixelVault List
List uploaded images and their CDN URLs.
Prerequisites
The pixelvault CLI must be installed and configured. If not, tell the user to run /pixelvault-setup.
Steps
- List images:
# Default: 20 most recent, one URL per line
pixelvault list
# With full metadata
pixelvault list --json
# Pagination
pixelvault list --page 2 --per-page 50
- Report — Show the URLs (or metadata if
--jsonwas used) to the user.
Output
- Default: one CDN URL per line to stdout
--json: full response with id, url, mime_type, size, filename, folder, created_at, and pagination metadata
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.