sablier-assets

Generate Sablier-branded 3D assets via Gemini 2.5 Flash Image API.

9|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/sablier-labs/agent-skills --skill sablier-assets
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sablier-assets
Source: https://github.com/sablier-labs/agent-skills/tree/main/skills/sablier-assets
Command: npx skills add https://github.com/sablier-labs/agent-skills --skill sablier-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill streamlines the creation of Sablier-branded 3D assets for marketing visuals, product illustrations, and branding in a consistent, repeatable way by automating asset generation via the Gemini API.

Core Features & Use Cases

  • Automated 3D asset generation using Gemini 2.5 Flash Image with a simple text prompt.
  • Brand-consistent visuals aligned to the Sablier dark-navy aesthetic, matte plastic finish, and smooth rounded edges.
  • Use Case: Quickly produce an orange lock icon or blue token visuals for product pages, social media, and marketing assets.

Quick Start

Ensure GEMINI_API_KEY is set, then run the generation script: ./scripts/generate-image.sh "3D orange sablier asset icon" [output_path] The output is saved to ./output/ with a timestamp filename. You can customize aspect ratio via the script's third parameter if needed.

Frequently Asked Questions about sablier-assets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate 3D assets for marketing visuals using Gemini?▼

You generate 3D assets by running the generate-image.sh script with a text prompt, which uses the Gemini 2.5 Flash Image API to create and save brand-aligned PNG visuals to your output directory.

What do I need to set up before generating Sablier-branded 3D visuals?▼

Before generating Sablier-branded 3D visuals, you need the GEMINI_API_KEY environment variable configured, plus curl and jq installed to execute the provided generation script.

Can I customize the aspect ratio of generated 3D product renders?▼

Yes, you can customize the aspect ratio of generated 3D product renders by passing a third parameter to the generate-image.sh script alongside your text prompt and output path.

What branding styles are enforced when generating 3D assets with Gemini?▼

The generated 3D assets enforce a Sablier branding style that features a dark-navy aesthetic, matte plastic finish, and smooth rounded edges for consistent product illustrations and icons.

How are generated 3D image assets named and saved locally?▼

Generated 3D image assets are saved locally as PNG files in the ./output/ directory, automatically named with a timestamp to organize your marketing visuals chronologically.