kie-ai
Installation
SKILL.md
KIE AI
Generate images and videos using the kie.ai API.
Environment Variables
KIE_AI_API_KEY— API key for kie.ai
Commands
Generate an image
skills/kie-ai/generate-image.sh <prompt> [aspect_ratio] [resolution] [output_format]
prompt(required) — Text prompt for image generationaspect_ratio(optional, default:auto) — One of:auto, 1:1, 1:4, 16:9, 1:8, 21:9, 2:3, 3:2, 3:4, 4:1, 4:3, 4:5, 5:4, 8:1, 9:16resolution(optional, default:1K) — One of:1K, 2K, 4Koutput_format(optional, default:jpg) — One of:jpg, png
Downloads the generated image to a local file and prints the path.
Generate a video
skills/kie-ai/generate-video.sh <prompt> [aspect_ratio]
prompt(required) — Text prompt for video generationaspect_ratio(optional, default:16:9) — One of:16:9, 9:16, Auto
Downloads the generated video to a local file and prints the path.
Related skills
More from stephengpope/thepopebot
brave-search
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
1browser-tools
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
1google-drive
Interact with Google Drive shared drives via service account. Supports list, upload, download, delete operations.
1