Give your AI coding agent creative superpowers. Generate videos, images, music, voiceovers, and more, directly from your terminal.
npx skills add https://github.com/eachlabs/skills --skill anime-avatar-generationInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
Give your AI coding agent creative superpowers. Generate videos, images, music, voiceovers, and more — directly from your terminal.
445+ AI models and 130+ pre-built workflows. Works with Claude Code, Cursor, Copilot, and any agent that supports the Agent Skills Spec.
npx skills add eachlabs/skills
Or install a single skill:
npx skills add eachlabs/skills@eachlabs-video-generation
npx skills add eachlabs/skills@eachlabs-image-generation
npx skills add eachlabs/skills@eachlabs-music
Once installed, your coding agent can:
No context switching. No browser tabs. Just ask your agent.
| Skill | What it does | Models |
|---|---|---|
| eachlabs-video-generation | Text-to-video, image-to-video, transitions, motion control, talking heads, avatars | 192 |
| eachlabs-video-edit | Lip sync, video translation, subtitles, upscaling, style transfer, extension | 25+ |
| eachlabs-image-generation | Text-to-image with Flux, GPT Image, Gemini, Imagen, Seedream, and more | 62 |
| eachlabs-image-edit | Style transfer, background removal, upscaling, inpainting, 3D generation | 124 |
| eachlabs-product-visuals | E-commerce product shots, background replacement, lifestyle scenes, 360-degree views | 17 |
| eachlabs-fashion-ai | Fashion model imagery, virtual try-on, runway videos, campaign visuals | 12 |
| eachlabs-ugc-video | Trending social media effects, dance clips, movie scene recreations | 130+ workflows |
| eachlabs-music | Songs, instrumentals, lyrics, podcasts, stem separation, song recognition | 13 |
| eachlabs-voice-audio | ElevenLabs TTS, Whisper transcription, RVC voice conversion | 35 |
| eachlabs-face-swap | Face swap across images and videos | 3 |
| eachlabs-workflows | Chain multiple models into custom multi-step pipelines | -- |
Get your API key at eachlabs.ai
Set your environment variable:
export EACHLABS_API_KEY="your-api-key"
Install skills:
npx skills add eachlabs/skills
Ask your agent to create something. That's it.
Each skill follows the Agent Skills Spec — an open standard for giving AI agents new capabilities. A skill is a directory containing:
SKILL.md — Instructions, API patterns, and examples the agent reads to learn the skillreferences/ — Model catalogs and additional context loaded on demandWhen your agent encounters a request it can handle with an installed skill (e.g. "generate a video"), it reads the skill file, understands the available models and API patterns, and executes the right API calls autonomously.
each::labs exposes two APIs that skills interact with:
api.eachlabs.ai) — Run individual AI models for image, video, audio, and music generationworkflows.eachlabs.run) — Execute pre-built and custom multi-step workflowsAll API calls are authenticated with your EACHLABS_API_KEY environment variable.
MIT