Agent skill for integrating Modellix, a unified Model-as-a-Service (MaaS) platform for image and video generation.
- CLI-first, REST-fallback workflow for async generation tasks
- Model discovery using bundled
references/REFERENCE.md - Task submission + polling guidance (
pending/success/failed) - Retry/error handling for
429,500,503 - Credential and egress transparency (
MODELLIX_API_KEY, outbound calls toapi.modellix.ai)
General:
npx skills add https://github.com/Modellix/modellix-skill/tree/main/modellix-skillCursor:
npx skills add https://github.com/Modellix/modellix-skill/tree/main/modellix-skill --agent cursorUpdate skills:
npx skills updateGeneral:
npx @smithery/cli@latest skill add modellix/modellix-skillCursor:
npx @smithery/cli@latest skill add modellix/modellix-skill --agent cursorclawhub install modellixUpdate all installed skills:
clawhub update --allThis skill requires:
MODELLIX_API_KEY(required)- Primary credential:
MODELLIX_API_KEY - Required env vars:
MODELLIX_API_KEY - Registry-facing requirement: package metadata should expose
MODELLIX_API_KEYas both primary credential and required env var. - CLI usage policy: default to the two-command flow (
modellix-cli model invokeandmodellix-cli task get); use--helpas assistive fallback, not as trial-and-error. - If CLI is missing, install is optional (
npm i -g modellix-cli) and should be done only with explicit user consent; REST fallback is supported.
Create API key at: https://modellix.ai/console/api-key
- Preferred path: direct CLI pair (
modellix-cli model invoke->modellix-cli task get). - Python scripts in
modellix-skill/scripts/are optional automation helpers. - If a Python helper fails on your platform, switch directly to the CLI pair and continue.
| Type | Description |
|---|---|
text-to-image |
Generate images from text prompts |
image-to-image |
Edit or transform images with text instructions |
text-to-video |
Create videos from text descriptions |
image-to-video |
Convert static images into video sequences |
video-to-video |
Transform existing videos |
modellix-skill/
├── SKILL.md
├── skill.json
├── scripts/
├── references/
└── assets/
- Docs: docs.modellix.ai
- Agent Skill Guide: ways-to-use/skill
- REST API Guide: ways-to-use/api
- CLI Guide: ways-to-use/cli
- Pricing: get-started/pricing
- Support: support@modellix.ai
- Community: Discord