Skip to content
Skillv1.0.0

aura-asset-images

Use when you need high-quality stock-style images from Aura Assets (aura.build/assets) similar to Unsplash for design mockups and marketing: backgrounds, abstract wallpapers, architecture, portraits,

by akillness(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from akillness/jeo-skills (.agent-skills/aura-asset-images/SKILL.md). Install upstream with npx skills add akillness/jeo-skills --skill aura-asset-images. Copyright stays with the author (MIT).

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 _800w for _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.

How to search (fast)

  1. Open: https://www.aura.build/assets
  2. Use the search box or URL query:
    • https://www.aura.build/assets?q=<tag>&order=popular
  3. Tags that work well: background, abstract, architecture, portrait, headshot

URL formats (what to return)

Aura thumbnails commonly look like:

https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/<UUID>_800w.jpg

Higher-res (recommended)

Many images support a larger variant by swapping:

  • _800w_1600w

Example:

  • 800w: .../<id>_800w.jpg
  • 1600w: .../<id>_1600w.jpg

If a _1600w variant 404s, keep _800w and instruct the user to open the asset page and download/export.

Ratios (what to crop to)

  • Avatars: 1:1 (square)
  • Headshots: 4:5 or 3:4
  • Website heroes / large backgrounds: 16:9
  • Mobile wallpapers / stories: 9:16

Cropping tip:

  • For faces, keep eyes ~1/3 from the top; avoid cutting chin/forehead.
  • For backgrounds, preserve horizon lines and keep 30–50% negative space for text.

Curated picks (5 each)

1) Backgrounds (5)

  1. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/fa51902b-c2a4-4c33-a96e-a8f1ef67edc6_3840w.jpg
  2. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/d14dc069-558a-4c51-8aad-5cc237f9b61d_3840w.jpg
  3. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/75134536-4198-40bf-9944-315511fe8c0b_3840w.jpg
  4. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/c31dd008-598b-4fc9-b5c7-9c3e1d296d38_3840w.jpg
  5. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/a4780cd9-2a3d-4bdc-9e5f-85a097b3a8bf_3840w.webp

Suggested exports:

  • 16:9: 1920×1080, 2400×1350
  • 9:16: 1080×1920

2) Abstract (5)

  1. Abstract Gradient Hills in Neon Pastel Colors
  2. Abstract Blue Wave at Dusk
  3. Abstract Blue Wave with Orange Highlights
  4. Abstract neon light wave on black
  5. Blue credit card on vibrant gradient background

Suggested exports:

  • Desktop wallpaper: 2560×1600 or 2880×1800
  • Mobile wallpaper: 1080×1920

3) Architecture (5)

  1. Futuristic Deconstructed Pyramid in Grayscale
  2. Modern glass villa at dusk in lush landscape
  3. Ring-Shaped Futuristic City Against Starry Night
  4. Minimalist glass office overlooking misty fjord
  5. Isometric 3D Render of Modern Tiny House

Suggested exports:

  • Web hero: 2400×1350
  • Feature section: 1600×900

4) Portraits (5)

  1. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/0d868fef-f560-45ca-ab35-5dad4fc29059_3840w.webp
  2. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/3186f9ea-5f5a-49f7-8fcf-568ad52f515e_3840w.webp
  3. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/65695f80-23f9-46ee-8487-cbb6c93cc48b_3840w.webp
  4. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/0d063fd9-f7c1-4536-ade0-9fd133f07279_3840w.webp
  5. https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/582afef4-b810-47b8-a047-8b3597c323e1_3840w.webp

Suggested exports:

  • 3:4: 1500×2000
  • 4:5: 1200×1500

5) Headshots (5)

  1. Black-and-white portrait of smiling man
  2. Black-and-white studio portrait of a confident woman
  3. Confident man in light blue shirt portrait
  4. Studio portrait of woman with striking blue eyes
  5. Professional Portrait of Curly-Haired Businessman

Suggested exports:

  • 4:5: 800×1000, 1200×1500
  • 1:1 variant: 512×512 (for avatar fallback)

References

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/akillness-jeo-skills-aura-asset-images/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

akillness-jeo-skills-aura-asset-images.ocm.jsonjson
{
  "ocm": "1",
  "id": "akillness-jeo-skills-aura-asset-images",
  "kind": "skill",
  "name": "aura-asset-images",
  "description": "Use when you need high-quality stock-style images from Aura Assets (aura.build/assets) similar to Unsplash for design mockups and marketing: backgrounds, abstract wallpapers, architecture, portraits, and headshots. Includes a workflow for searching by tag on aura.build/assets and returns 5 real image URLs per category plus practical guidance for using different resolutions and aspect ratios.",
  "publisher": "akillness",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "finance"
    ],
    "tags": [
      "skill-md",
      "aura",
      "asset",
      "images",
      "mengto-skills",
      "stock-images",
      "design-assets",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when you need high-quality stock-style images from Aura Assets (aura.build/assets) similar to Unsplash for design mockups and marketing: backgrounds, abstract wallpapers, architecture, portraits, and headshots. Includes a workflow for searching by tag on aura.build/assets and returns 5 real image URLs per category plus practical guidance for using different resolutions and aspect ratios."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/akillness/jeo-skills",
      "path": ".agent-skills/aura-asset-images/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/akillness/jeo-skills/blob/HEAD/.agent-skills/aura-asset-images/SKILL.md",
      "key": "akillness/jeo-skills/.agent-skills/aura-asset-images/SKILL.md"
    },
    "compatibility": "Needs web access to browse the asset library and return real image URLs. No local dependencies.",
    "allowed_tools": [
      "Bash",
      "Read",
      "Write",
      "Edit",
      "Glob",
      "Grep",
      "WebFetch"
    ],
    "license": "MIT"
  },
  "instructions": "# Aura Asset Images (Unsplash-style)\n\nAura has a big searchable asset library at:\n- https://www.aura.build/assets\n\nUse it like Unsplash: search by tag, pick 5 strong candidates, and return direct image URLs.\n\n## When to use this skill\n\n- Use when the user needs stock-style image URLs from Aura's asset library at aura.build/assets, not local files or generated images.\n- Use when searching by tag (`background`, `abstract`, `architecture`, `portrait`, `headshot`) and returning 5 real candidate URLs per category.\n- Use when the user needs a specific resolution/aspect ratio (e.g. swapping `_800w` f",
  "cost": {
    "context_tokens": 1646
  }
}

Fetch it by URL: GET /api/v1/registry/akillness-jeo-skills-aura-asset-images/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.