modellix
Integrate the Modellix API/CLI for async AI image, video, and speech generation or transcription (model run --wait, task download).
npx skills add sickn33/agentic-awesome-skills --skill modellix --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Modellix ## Overview Modellix is a Model-as-a-Service platform for AI image, video, and speech generation or transcription. This skill teaches agents to use the official `modellix-cli` workflow (doctor → model run --wait → task download). Upstream package: https://github.com/Modellix/modellix-plugin/tree/main/skills/modellix (Open Plugins layout; skill tree under `skills/modellix/`). ## When to Use This Skill - Generate images from text prompts - Generate or edit videos from text or images - Generate speech from text, transcribe speech, or transform one voice into another - Call Modellix models through a unified API/CLI - The user mentions Modellix, Seedream, Seedance, Nano Banana, Whisper, Qwen Audio, CosyVoice, or similar providers via Modellix ## How It Works 1. Authenticate with `MODELLIX_API_KEY` or `modellix-cli auth login` 2. Run `modellix-cli doctor --json` 3. Use default models when unspecified (T2I: `google/nano-banana-2-lite`, T2V: `bytedance/seedance-2.0-mini-t2v`, I2I: `google/nano-banana-2-lite-edit`, I2V: `bytedance/seedance-2.0-fast-i2v`, V2V: `bytedance/seedance-2.0-fast-v2v`, TTS: `alibaba/qwen-audio-3.0-tts-flash`, STT: `openai/whisper-1`, STS: `alibaba/cosyvoi
- Overview
- When to Use This Skill
- How It Works
- Examples
- Text-to-image
- Text-to-video
- Text-to-speech
- Speech-to-text
- Speech-to-speech
- Best Practices
- Security & Safety Notes
- Limitations
modellix-cli model run \
What does the modellix skill do?
Integrate the Modellix API/CLI for async AI image, video, and speech generation or transcription (model run --wait, task download).
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill modellix --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.