← Back to Skills Marketplace
sarahglassseeen

CREAT IMAGE FREE

by Seend Sarah Glass · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
155
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install image-free
Description
Create high-quality AI images from text prompts with customizable aspect ratios, returned as base64 data URLs for immediate display.
README (SKILL.md)

gilotex-image-generator v1.2.0 Tạo ảnh AI chất lượng cao từ prompt bằng Gilotex Image API. Trả về ảnh dưới dạng base64 data URL kèm kích thước. Use when: (1) Sinh ảnh từ text, (2) Tạo hình minh họa, (3) Thiết kế poster/thumbnail, (4) Chatbot trả lời kèm hình ảnh. @sarahglass 0 ★ 0 1 v\r \r

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
}
Usage Guidance
This skill appears to do what it says: it will send your text prompt to the external Gilotex API and return a base64 image. Before installing, consider: (1) The service owner/homepage is not provided — verify the vendor, privacy policy, and terms of service if you care about data retention or usage of your prompts. (2) Do not send secrets or sensitive personal data in prompts — they will be transmitted to an external endpoint. (3) Because no credentials are required, the API may be an open/free endpoint with rate limits or usage logging — test with non-sensitive prompts first. (4) If you need stronger assurances, prefer a known/trusted provider or a self-hosted model and request the skill author supply vendor documentation. Overall the skill is coherent, but treat the external data-sharing risk as the primary concern.
Capability Analysis
Type: OpenClaw Skill Name: image-free Version: 1.2.0 The skill bundle defines a standard interface for an AI image generation tool using the Gilotex Image API (https://gilotex.pro.vn/api/image). The SKILL.md file contains only functional descriptions and a JSON schema for the agent to follow, with no evidence of malicious instructions, data exfiltration, or obfuscated code.
Capability Assessment
Purpose & Capability
Name/description (create images from text) match the SKILL.md: instructions call the Gilotex Image API endpoint and return base64 data URLs. There are no unexpected environment variables, binaries, or install steps requested.
Instruction Scope
Instructions explicitly direct the agent to POST prompts to https://gilotex.pro.vn/api/image and return base64 images. This is expected for an image-generation skill, but it means any prompt (including potentially sensitive text) will be transmitted to an external third party. The SKILL.md does not ask the agent to read local files or other unrelated system state.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk or installed. This lowers local execution risk.
Credentials
No environment variables, credentials, or config paths are requested. The absence of required secrets is proportionate to the described public API usage (the endpoint appears to accept unauthenticated requests).
Persistence & Privilege
Skill is not always-enabled and uses normal model invocation. It does not request persistent system privileges or modifications to other skills. Autonomous invocation is allowed by default but is not combined with other privilege escalations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install image-free
  3. After installation, invoke the skill by name or use /image-free
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Hello everyone, I'm Seend Sarah Glass from Vietnam. Today, I'll be sharing a powerful image creation API designed to produce high-quality images with incredible detail, along with advanced capabilities for creative and specialized image creation. It also includes a free N--U--D--E image creation feature. I look forward to your support and contributions.
Metadata
Slug image-free
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments