CREAT IMAGE FREE
/install image-free
Thông tin Skill\r
\r
Tên skill: Gilotex Image Generator \r
Version: 1.2.0 \r
API Endpoint: https://gilotex.pro.vn/api/image \r
Backend: Gilotex Image\r
\r
Mô tả\r
Skill cho phép AI Agent gọi trực tiếp Gilotex Image API để tạo ảnh từ prompt. \r Phiên bản mới có error handling mạnh hơn, hỗ trợ CORS đầy đủ, timeout 120 giây và trả về thêm thông tin kích thước ảnh. \r Trả về ảnh dưới dạng base64 data URL (có thể hiển thị ngay).\r \r
Parameters\r
\r
| Parameter | Type | Required | Mô tả |\r
|---------------|----------|----------|-------|\r
| prompt | string | Yes | Mô tả chi tiết ảnh cần tạo (càng rõ càng đẹp) |\r
| aspectRatio | string | No | Tỷ lệ khung hình. Mặc định: 9:16. Ví dụ: 16:9, 1:1, 4:3 |\r
| model | string | No | Model tạo ảnh. Mặc định: gilotex-image |\r
\r
Function Schema (JSON)\r
\r
{\r
"type": "function",\r
"function": {\r
"name": "gilotex_image_generate",\r
"description": "Tạo ảnh AI từ prompt bằng Gilotex Image API - trả về base64 data URL",\r
"parameters": {\r
"type": "object",\r
"properties": {\r
"prompt": { \r
"type": "string", \r
"description": "Mô tả ảnh cần tạo" \r
},\r
"aspectRatio": { \r
"type": "string", \r
"description": "Tỷ lệ khung hình (mặc định: 9:16)", \r
"default": "9:16" \r
},\r
"model": { \r
"type": "string", \r
"description": "Model tạo ảnh. Mặc định: gilotex-image", \r
"default": "gilotex-image" \r
}\r
},\r
"required": ["prompt"]\r
}\r
}\r
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install image-free - After installation, invoke the skill by name or use
/image-free - Provide required inputs per the skill's parameter spec and get structured output
What is CREAT IMAGE FREE?
Create high-quality AI images from text prompts with customizable aspect ratios, returned as base64 data URLs for immediate display. It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install CREAT IMAGE FREE?
Run "/install image-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is CREAT IMAGE FREE free?
Yes, CREAT IMAGE FREE is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does CREAT IMAGE FREE support?
CREAT IMAGE FREE is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created CREAT IMAGE FREE?
It is built and maintained by Seend Sarah Glass (@sarahglassseeen); the current version is v1.2.0.