Upload image files to PixelVault and get a public CDN URL back. Use when the user says "screenshot this and host it", "upload this image", "host this mockup"...
设计与多媒体
Pixelvault Setup
试用Set up PixelVault CLI — install the CLI and configure API key authentication. Use when the user wants to configure PixelVault, "set up image hosting", "conne...
它能做什么
Set up PixelVault CLI — install the CLI and configure API key authentication. Use when the user wants to configure PixelVault, "set up image hosting", "connect PixelVault", get an API key for image uploads, or when pixelvault-upload fails due to missing auth.
技能文档
PixelVault Setup
Install and configure the PixelVault CLI for image hosting.
Steps
1. Check if CLI is installed
which pixelvault
If not found, install it:
npm install -g pixelvault-cli
2. Check if already configured
pixelvault whoami --json
If this succeeds, the user is already set up. Show them their current config and ask if they want to reconfigure.
3. Configure authentication
Ask the user which option they prefer:
Option A — Existing API key: If the user already has a PixelVault API key, set it directly:
pixelvault config set api_key
Option B — Environment variable: For CI/CD or headless usage, suggest adding to their shell profile:
export PIXELVAULT_API_KEY=pv_live_xxx
Option C — Create new account: If the user doesn't have an account, register:
pixelvault register
This will prompt for email and password, create the account, and auto-save the API key.
4. Verify
Confirm setup works:
pixelvault whoami
Should show email, project ID, and masked API key.
5. Done
Tell the user they're ready to upload images with /pixelvault-upload .
相关技能
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 hoste...
Drives the local pixr Gemini image CLI for generation, editing, variations, model selection, saved defaults, profile-based defaults, reference-image workflow...
PixelLab (pixellab.ai). Use this skill for ANY PixelLab request — reading, creating, updating, and deleting data. Whenever a task involves PixelLab, use this skill instead of calling the API directly.
Free image hosting with albums, privacy controls, and API access. Upload images by URL or file, organize into albums with folders, set privacy levels, and manage your hosted images.
Operate Pixiv through the pixiv-cli binary — search illustrations, novels, and users; reverse-search images with SauceNAO or ascii2d; inspect Pixiv artwork or user IDs/URLs; view rankings and recommendations; manage bookmarks/follows; and download works. Load only when the user explicitly mentions Pixiv or pixiv-cli, provides a pixiv.net URL or ID in a clear Pixiv context, or requests a specific Pixiv operation or `pixiv` command. Do not trigger for generic illustration, artist, image-search, or download requests without Pixiv context. Verify current syntax with `pixiv <cmd> --help`.