Leaderboard/Media/agnes-ai-generation-skill
Last commit on June 21, 2026·Created on June 1, 2026

Yacey/agnes-ai-generation-skill

Turns Agnes AI's media APIs into a script you can test and trust.
Combined rank
#555
across all skills
In Media
#29
category rank
Stars
415
+0.7% in last 7d
Forks
76
0.0% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides a Python script and CLI for calling Agnes AI's text, image, and video generation APIs, with built-in smoke tests for each mode. It helps developers integrate media generation without rewriting curl commands, and gives QA engineers a repeatable way to validate endpoints. The workflow includes prompt engineering guidance for stable image and video output, and handles asynchronous video task creation and polling.

WHO IT'S FOR
AI Application Developers
integrate text, image, and video generation APIs
QA / Test Automation Engineers
run smoke tests to validate API endpoints
Prompt Engineers / Creative Technologists
craft prompts for image and video generation
Platform / Infrastructure Engineers
manage API keys and asynchronous task workflows
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Compatibility not documented

Use this skill

Follow the documented setup, then try a first task.

I’m using

Install into the current agent

Installs: Agnes AI Generation Skill · current agent

Before you start
  • An Agnes API key created through the Agnes API platform is required to use the installed skill.
  1. In a terminal, install the repository skill into the current agent.

    npx skills add Yacey/agnes-ai-generation-skill
  2. Before making real API calls, provide the API key to the AI in a trusted current agent session. Do not expose it in Git repositories, README files, screenshots, or public chats. The skill also supports configuring the key locally through AGNES_API_KEY, AGNES_API_TOKEN, or APIHUB_AGNES_API_KEY.

README_EN.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Generate a high-information-density image

Uses agnes-ai-generation

  • An Agnes API key configured as AGNES_API_KEY, AGNES_API_TOKEN, or APIHUB_AGNES_API_KEY
  • A subject and scene description to replace [subject and scene]
Use the agnes-ai-generation skill to generate one high-information-density image of [subject and scene]. Return the generated URL without downloading the media.
README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026