Skip to main content
View on GitHub → AI-powered media generation for autonomous agents. One AISA_API_KEY unlocks Gemini-compatible GenerateContent and image/media generation routes.

Install

First, install the AIsa CLI if you have not already:
Then install the skill:

What can agents do with it?

Marketing creatives

“Generate a cinematic hero image for a product launch deck.”

Social content

“Create social-ready image variations for the next post.”

Storyboarding

“Produce 6 key frames illustrating the happy path of a user journey.”

Reference images

“Use this static mock as visual context for a generated creative.”

Photorealism

“8k ultra-detailed cyberpunk skyline with neon rain.”

Agent reports

“Generate visual illustrations for a research report agent.”

Core capabilities

  • Gemini-compatible generation — use POST /v1beta/models/{model}:generateContent with a verified model such as gemini-3.5-flash for native Gemini-format content generation.

Quick start

Gemini-compatible generation

The response follows the Gemini GenerateContentResponse shape, with generated text in candidates[0].content.parts[0].text.

Endpoint reference

Get started

  1. Sign up at aisa.one (new accounts start with $2 free credit).
  2. Generate an API key from the console.
  3. export AISA_API_KEY="your-key" and install the skill:

Gemini generateContent

Gemini-compatible generation endpoint reference.