whatisgithub

What is agnes-ai-generation-skill?

yacey/agnes-ai-generation-skill — explained in plain English

Analysis updated 2026-05-18

39PythonAudience · developerComplexity · 2/5LicenseSetup · easy

In one sentence

A plugin that lets AI coding assistants call the Agnes AI platform to generate text, images, and videos on your behalf.

Mindmap

mindmap
  root((Agnes AI Skill))
    What it does
      Text generation
      Image generation
      Video generation
    Tech stack
      SKILL.md format
      Agnes API
    Use cases
      Generate media from AI assistant
      Auto-translate prompts
      Async video polling
    Audience
      Developers
    Setup
      npx install
      Get API key
      Run smoke test

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Ask your AI coding assistant to generate an image or video without leaving your editor.

USE CASE 2

Generate speech-free video from text, an image, or a sequence of keyframes.

USE CASE 3

Auto-translate non-English prompts into English before sending them to the video model for better results.

What is it built with?

PythonNode.js

How does it compare?

yacey/agnes-ai-generation-skillaa2448208027-code/localaihotswapamapvoice/pilottts
Stars393939
LanguagePythonPythonPython
Setup difficultyeasymoderatehard
Complexity2/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires registering for an Agnes API key before use.

MIT license: free to use, modify, and redistribute, including commercially, as long as you keep the copyright notice.

So what is it?

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.

Copy-paste prompts

Prompt 1
Help me install this SKILL.md plugin in Claude Code and set my Agnes API key as an environment variable.
Prompt 2
Run the smoke test for this plugin and explain what each check verifies.
Prompt 3
Show me how to generate a text-to-video clip using the agnes-video-v2.0 model through this plugin.
Prompt 4
Explain how the automatic prompt translation feature decides when to translate a prompt.

Frequently asked questions

What is agnes-ai-generation-skill?

A plugin that lets AI coding assistants call the Agnes AI platform to generate text, images, and videos on your behalf.

What language is agnes-ai-generation-skill written in?

Mainly Python. The stack also includes Python, Node.js.

What license does agnes-ai-generation-skill use?

MIT license: free to use, modify, and redistribute, including commercially, as long as you keep the copyright notice.

How hard is agnes-ai-generation-skill to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is agnes-ai-generation-skill for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.