Cgi Product Renders
Installs
10
Category
image
Pica Usage
This skill has been adapted for Pica. Treat any upstream-specific command snippets as workflow examples, not the current command contract.
- Use
pica statusbefore paid work to confirm auth, credits, active environment, and current project. - Use
pica --schema,pica --schema=.generate,pica --schema=.model, andpica --schema=.assetsfor exact command shapes. - Never guess model IDs. Run
pica model search <query>andpica model info <model-id>before constructing generation input. - Route media generation through
pica generate --input @file.json5; route uploads, downloads, and public URLs throughpica assets. - Keep templates, prompt cookbooks, reference assets, scripts, and examples inside the skill folder as skill-owned assets.
- Do not treat visual review heuristics as hard infrastructure gates. Use them as low-confidence checks unless the issue is mechanically measurable, such as missing files, wrong MIME type, bad duration, missing audio, or invalid dimensions.
Read guideline before drafting prompts in this register. The JSON files in references/ preserve the original structured guideline and examples for agents that prefer machine-readable prompt rules.
When To Use
Use this skill when the user asks for this visual register, or when another Pica skill needs this prompt craft as an overlay.