agnes-ai-generation

Generate text, images, and videos using Agnes AI APIs.

383|68|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/Yacey/agnes-ai-generation-skill --skill agnes-ai-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agnes-ai-generation
Source: https://github.com/Yacey/agnes-ai-generation-skill/tree/main
Command: npx skills add https://github.com/Yacey/agnes-ai-generation-skill --skill agnes-ai-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, urllib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to generate text, images, and videos through the Agnes AI platform, streamlining the creation process and integrating with various applications.

Core Features & Use Cases

  • Text Generation: Create concise product taglines, short product intros, and generate text through OpenAI-compatible tool calling.
  • Image Generation: Generate images with specified styles, compositions, and details, supporting text-to-image and image-to-image editing.
  • Video Generation: Create videos from text descriptions or images, with customizable settings for frame rate, number of frames, and more.
  • Use Case: If you need to generate a cinematic video from a text prompt or an image, this Skill can help you create it with ease.

Quick Start

To generate a high-information-density futuristic city image, simply use the command: `python scripts/agnes_api.py image --prompt "A luminous floating city above a misty canyon at sunrise, cinematic realism" --size 1024x768'

Frequently Asked Questions about agnes-ai-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images from text prompts using an AI API?

You can generate images from text prompts by calling the Agnes AI APIs with a Python script, specifying your text prompt and dimensions like 1024x768. The API supports text-to-image creation and image-to-image editing with customizable styles and compositions.

Can I create videos from text or images using AI generation APIs?

Yes, you can create videos from text descriptions or images using the Agnes AI APIs. The platform supports video production with customizable settings for frame rate and total frames, enabling you to generate cinematic video outputs from your inputs.

Do I need an API key to generate text, images, and videos with Agnes AI?

Yes, an API key is required for authentication to generate text, images, and videos with Agnes AI. You must provide this key to access and utilize the various models supported for your text, image, and video generation tasks.

Does AI image and video generation work with non-English text prompts?

The AI generation APIs can handle non-English text prompts by translating them to English for better processing results. This ensures the underlying models accurately interpret your input to generate the desired text, images, or videos.

What are the limitations of using Python scripts for AI text and video generation?

Limitations include relying on external Python dependencies like requests, json, and urllib to execute API calls. You must manage these libraries within your environment and ensure network access to the Agnes AI endpoints for successful text, image, and video generation.