mirelo

Generates ambient audio and sound effects from text prompts or video via the Pixazo API.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill mirelo-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mirelo
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/mirelo
Command: npx skills add https://github.com/Pixazo-AI/skills --skill mirelo-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets an AI coding agent call the Mirelo SFX API through the Pixazo gateway to produce synchronized sound effects and ambient audio without manually writing API integration code. ## Core Features & Use Cases - Text-to-Audio Generation: Create sound effects and ambience from a text prompt using the Mirelo SFX 1.6 text-to-audio endpoint. - Video-to-Audio / Video-to-Video: Generate soundscapes synchronized to video input via the video-to-audio and video-to-video operations. - Managed Authentication: Guides the agent to acquire, store, and reuse a Pixazo API key from an environment variable or ~/.pixazo/api-key. - Use Case: A user editing a rainforest video asks the agent to generate matching ambient audio; the skill builds the request, calls the API, and returns the audio URL. ## Quick Start Ask your agent to generate rainforest ambience sound effects with the Mirelo SFX skill using your Pixazo API key.

Frequently Asked Questions about mirelo

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

FAQPage Schema
How do I generate sound effects from a text prompt with Mirelo SFX?▼

Send a POST request to the mirelo-sfx-1-6-text-to-audio endpoint with a text_prompt, duration, and output format such as wav. The skill provides ready-to-use curl, Python, and Node.js examples with your Pixazo API key in the header.

Can Mirelo SFX generate audio synchronized to a video?▼

Yes, Mirelo SFX supports video-to-audio and video-to-video operations that produce soundscapes matching visual content. Use the mirelo-sfx-video-to-audio or mirelo-sfx-1-6-video-to-video endpoints with your video input.

Where do I get a Pixazo API key for Mirelo SFX?▼

Sign in at https://api-console.pixazo.ai/api_keys, click Create new key, and copy it. The skill saves it to ~/.pixazo/api-key or reads the PIXAZO_API_KEY environment variable so you only provide it once.

Why am I getting a 401 or 402 error from the Pixazo API?▼

A 401 means your API key is missing or invalid, so generate a fresh one at the Pixazo console. A 402 means your account is out of credits and needs a top-up at the Pixazo dashboard.

What audio formats and durations does Mirelo SFX support?▼

The text-to-audio request accepts an upload_audio_format parameter such as wav and a duration value in seconds, along with options like ambience, double_output, and num_samples. Full parameter schemas are documented at https://www.pixazo.ai/models/mirelo.md.