RepoNovita AINovita AIpublished Mar 17, 2026seen 5d

novitalabs/novita-multimodal-skill

Open original ↗

Captured source

source ↗

novitalabs/novita-multimodal-skill

Description: Novita multimodal skill

Stars: 1

Forks: 0

Open issues: 0

Created: 2026-03-17T11:47:25Z

Pushed: 2026-03-17T11:48:07Z

Default branch: main

Fork: no

Archived: no

README:

novita-multimodal-skill

Novita AI multimodal skill for OpenClaw, supporting text-to-image, text-to-video, TTS, and more.

Compatible with OpenClaw, Claude Code, Cursor, Gemini CLI, and other mainstream agents.

Quick Start (30 seconds)

1. Install Skill

npx skills add novitalabs/novita-multimodal-skill --skill novita-multimodal -y -g

2. Configure API Key

mkdir -p ~/.novita && echo '{"api_key": "YOUR_KEY"}' > ~/.novita/config.json

> Get your Key: https://novita.ai/settings/key-management

3. Restart Agent

# OpenClaw
pkill -HUP -f "openclaw-gateway"

# Other agents: restart manually

4. Start Using

Just chat:

Generate a cute cat image

Supported Features

| Say | Effect | |-----|--------| | "Generate a cat image" | Text-to-Image | | "Edit this image to oil painting style" | Image Editing | | "Generate a ocean waves video" | Text-to-Video | | "Animate this image" | Image-to-Video | | "Convert this text to speech: Hello" | TTS | | "Transcribe this audio" | STT |

Default Models

| Feature | Model | |---------|-------| | Text-to-Image | Seedream 5.0 Lite | | Image Editing | Seedream 5.0 Lite | | Text-to-Video | Vidu Q3 Pro | | Image-to-Video | Vidu Q3 Pro | | TTS | MiniMax Speech 2.8 Turbo | | STT | GLM ASR |

Configuration Methods

Three ways to configure (by priority):

1. Config file (recommended): ~/.novita/config.json 2. Environment variable: export NOVITA_API_KEY="YOUR_KEY" 3. Direct parameter: Include key in your message

Directory Structure

skills/
└── novita-multimodal/
├── SKILL.md # Skill definition
├── agents/
│ └── openclaw.yaml # Agent config
└── references/
├── api-reference.md # API reference
├── examples.md # Usage examples
└── test-cases.md # Test cases

Links

  • Website: https://novita.ai
  • Pricing: https://novita.ai/pricing
  • Get API Key: https://novita.ai/settings/key-management
  • Model Catalog: https://novita.ai/models
  • Support: https://discord.gg/novita

Notability

notability 1.0/10

Low stars, minor release