← 返回 Skills 市场
sarahglassseeen

CREAT IMAGE FREE

作者 Seend Sarah Glass · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
155
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install image-free
功能描述
Create high-quality AI images from text prompts with customizable aspect ratios, returned as base64 data URLs for immediate display.
使用说明 (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
}
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install image-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /image-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug image-free
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

CREAT IMAGE FREE 是什么?

Create high-quality AI images from text prompts with customizable aspect ratios, returned as base64 data URLs for immediate display. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 CREAT IMAGE FREE?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-free」即可一键安装,无需额外配置。

CREAT IMAGE FREE 是免费的吗?

是的,CREAT IMAGE FREE 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CREAT IMAGE FREE 支持哪些平台?

CREAT IMAGE FREE 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 CREAT IMAGE FREE?

由 Seend Sarah Glass(@sarahglassseeen)开发并维护,当前版本 v1.2.0。

💬 留言讨论