agentsclimarketplace

Pixelvault list

Skill pixelvault-dev/skill/skills/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

Install
npx -y skills add pixelvault-dev/skill --skill pixelvault-list

Assembled 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

  1. 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
  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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,871. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.