aura-asset-images
Originally frommengto/skills
Installation
SKILL.md
Aura Asset Images (Unsplash-style)
Aura has a big searchable asset library at:
Use it like Unsplash: search by tag, pick 5 strong candidates, and return direct image URLs.
When to use this skill
- Use when the user needs stock-style image URLs from Aura's asset library at aura.build/assets, not local files or generated images.
- Use when searching by tag (
background,abstract,architecture,portrait,headshot) and returning 5 real candidate URLs per category. - Use when the user needs a specific resolution/aspect ratio (e.g. swapping
_800wfor_1600w, or cropping to 1:1, 4:5, 16:9, 9:16). - Use when the user needs cropping guidance for faces (eye placement) or backgrounds (negative space for text).
- Do NOT use this for Unsplash's own photo library — route that to
unsplash-asset-images, which searches unsplash.com instead of aura.build/assets.