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.

Install

openclaw skills install @facundofarias/pixelvault-list

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

  1. List images:
bash
# Default: 20 most recent, one URL per line
pixelvault list

# With full metadata
pixelvault list --json

# Pagination
pixelvault list --page 2 --per-page 50
  1. Report — Show the URLs (or metadata if --json was 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