agentsclimarketplace

Pixelvault desktop

Skill pixelvault-dev/skill/skills/pixelvault-desktop

Get a screenshot or clipboard image from the user's local machine into THIS agent as a URL, when the agent runs remotely (cloud, SSH, sandbox like Daytona/e2b, or any text-only input) and can't accept a pasted/attached image or reach a local file. Guides the user to the PixelVault desktop app — press ⇧⌘2 to capture (or copy any image) → a hosted URL lands on the clipboard → paste it here. Use when the user says "here's a screenshot", "let me show you my screen", "how do I share an image with you", "I can't paste an image", or a pasted image didn't come through.From its SKILL.md

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

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

2.5 KB, 517 tokens by cl100k_base, as published. Nobody here has run it

Get a local image into this agent (as a URL)

This agent can read an image from a URL even when it can't accept a pasted or attached image, and even when the image only exists on the user's screen or clipboard (not on a filesystem this agent can reach). The PixelVault desktop app turns any local image into a hosted URL on the clipboard, ready to paste.

When to use this vs. /pixelvault-upload

  • This skill — the image is on the user's screen or clipboard, and this agent is remote (cloud / SSH / sandbox) so it can't see the user's local files. The user pastes a URL.
  • /pixelvault-upload — the image is a file this agent can access (a path in the current session). Upload it directly via the CLI instead.

Guide the user

  1. If the app is installed — tell the user to either:

    • Press ⇧⌘2 to capture a screen region (macOS native crosshair), or
    • Copy any image to the clipboard (e.g. ⇧⌃⌘4 for a region on macOS).

    The app uploads it and shows an "Image URL copied" notification. That's the cue — the hosted URL is now on the clipboard.

  2. Then paste the URL here (⌘V) so this agent can fetch the image.

  3. If the app is NOT installed — point the user to it:

Notes

  • Wait for the notification. Uploads take ~0.5–2s; if the user pastes before the "Image URL copied" toast, they'll paste the raw image (or nothing), not the URL.
  • Anonymous by default — 5 free uploads, images expire in ~30 days. Signing in (in the app's Settings) gives permanent-account uploads + history.
  • Once you have the URL, treat it like any image URL — fetch/analyze it as needed.

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.