yacey/agnes-ai-generation-skill — explained in plain English
Analysis updated 2026-05-18
Ask your AI coding assistant to generate an image or video without leaving your editor.
Generate speech-free video from text, an image, or a sequence of keyframes.
Auto-translate non-English prompts into English before sending them to the video model for better results.
| yacey/agnes-ai-generation-skill | aa2448208027-code/localaihotswap | amapvoice/pilottts | |
|---|---|---|---|
| Stars | 39 | 39 | 39 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires registering for an Agnes API key before use.
Agnes AI Generation Skill is a plugin for AI coding assistants that connects them to the Agnes AI platform, which offers APIs for generating text, images, and videos. The plugin follows a standard format called SKILL.md that is recognized by several AI coding tools including Claude Code, Cursor, Codex, and Windsurf. Once installed, you can ask the AI assistant to generate an image or video and it will automatically call the Agnes API on your behalf. The README is written in Chinese with an English version linked separately. The plugin covers several generation types. For text, it supports the agnes-2.0-flash model with streaming output. For images, it supports text-to-image, image-to-image editing, and a mode described as high information density image generation. For video, it supports text-to-video, image-to-video, multi-image video, and keyframe animation, all using the agnes-video-v2.0 model. Video tasks are created asynchronously and the tool polls for completion before returning the final MP4 link. A notable feature is automatic prompt translation. Because Agnes video generation works more reliably with English prompts, the script detects non-English text in image and video prompts and uses the agnes-2.0-flash model to translate them into English before sending the generation request. This step preserves details like subject, scene, style, lighting, camera movement, and negative constraints. You can disable translation with a flag if needed. Installation is a single npx command. You register on the Agnes API platform to obtain an API key, then set it as an environment variable. A smoke-test command lets you verify that text generation, streaming, tool call structure, and image generation all work without creating video tasks. The repository is released under the MIT license.
A plugin that lets AI coding assistants call the Agnes AI platform to generate text, images, and videos on your behalf.
Mainly Python. The stack also includes Python, Node.js.
MIT license: free to use, modify, and redistribute, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.