agnes-ai-generation
Installation
SKILL.md
Agnes AI Generation
Use this skill to call Agnes text, image, and video generation APIs through https://apihub.agnes-ai.com.
Quick Start
- Read
references/api.mdwhen endpoint details, parameters, or response fields are needed. - Use
scripts/agnes_api.pyfor real API calls instead of rewriting curl by hand. - Require an API key in
AGNES_API_KEY,AGNES_API_TOKEN, orAPIHUB_AGNES_API_KEY. Never print the key. - For light live verification, run
smoke-test; it avoids video creation by default. Add--include-image-editfor image-to-image, and add--video-case <case>explicitly for video modes. Treat the skill as fully tested only when basic text, text streaming, text tool calling, text-to-image, image-to-image, text-to-video, image-to-video, multi-image video, keyframe video, and video retrieval return successful responses.
Commands
Text generation:
python scripts/agnes_api.py text --prompt "Write a concise product tagline for an AI assistant."