Agent skill · Backend & API

modellix

Integrate the Modellix API/CLI for async AI image, video, and speech generation or transcription (model run --wait, task download).

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill modellix --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Declared author: Modellix
Path: skills/modellix/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Examples
  5. Text-to-image
  6. Text-to-video
  7. Text-to-speech
  8. Speech-to-text
  9. Speech-to-speech
  10. Best Practices
  11. Security & Safety Notes
  12. Limitations
Commands it runs
modellix-cli model run \
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going