Analysis updated 2026-05-18
Have your coding agent generate an image from a text prompt without leaving the terminal.
Ask an agent to turn a still image into a short video clip.
Generate voiceover audio or clone a voice for a project through the agent.
Query ZOOOP's model list to see what image, video, and audio options are available.
| zooopai/skill-zooop | jerlinn/jerlin-weread | jonluca/dotfiles | |
|---|---|---|---|
| Stars | 6 | 6 | 6 |
| Language | Shell | Shell | Shell |
| Last pushed | — | — | 2024-06-02 |
| Maintenance | — | — | Dormant |
| Setup difficulty | — | — | easy |
| Complexity | — | — | 1/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
skill-zooop is an official bundle that lets AI coding agents call the ZOOOP platform on your behalf to create images, videos, and audio. Think of it as a plugin: once installed, your AI assistant can generate creative content without you having to leave your coding environment or manually interact with a separate service. Any tasks you run are charged against your existing ZOOOP credit balance. Setting it up involves three steps: install the bundle (either through a one-line command for Claude Code or by cloning the repository manually), sign in at zooop.ai to create an API key, and expose that key to your agent via an environment variable. After that, the agent reads a built-in integration guide, discovers available models, submits generation tasks, waits for them to complete, and returns a URL pointing to the finished output. The platform handles three types of content. Images can be generated from text descriptions or edited using a mask to modify specific areas. Video generation covers a range of techniques: text-to-video, image-to-video, controlling first and last frames, lip-sync, extending existing clips, and editing. Audio capabilities include text-to-speech, voice cloning, sound effects, and music generation. All of these are accessible through ZOOOP's REST API, with a models endpoint you can query to see the full current list of available options. Because the whole flow lives inside the agent conversation, you never have to open a separate dashboard or copy files between tools, you describe what you want and the agent handles the request, the polling, and the final download link. The bundle itself is a thin wrapper written in Shell, so it is easy to read through if you want to see exactly what commands it runs. It is mirrored from ZOOOP's own internal source and licensed under MIT, so doc fixes and bug reports flow back upstream.
An agent skill bundle that lets Claude Code and similar AI agents generate images, video, and audio through the ZOOOP platform.
Mainly Shell. The stack also includes Shell, ZOOOP REST API.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.