← Back to Skills Marketplace
fchange

Moark Image Gen

by fchange · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
673
Downloads
1
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install moark-image-gen
Description
Generate high-quality images from text descriptions.
Usage Guidance
This skill appears internally consistent for generating images via Gitee AI: it needs only a GITEEAI_API_KEY and calls ai.gitee.com using the standard 'openai' client. Before installing: (1) Confirm you trust the Gitee AI service and that sending prompts (which may contain private info) to that external API is acceptable. (2) Keep the API key private and avoid putting sensitive data in prompts. (3) The skill has no install spec — ensure Python >=3.10 and the 'openai' package are provided in your environment. (4) The publisher/source/homepage are absent; if you require provenance, ask the publisher for more information or review the small included script (it’s readable) before use. If a key is exposed during testing, rotate it. If you need higher assurance, request a signed/source-referenced release or vendor homepage prior to use.
Capability Analysis
Type: OpenClaw Skill Name: moark-image-gen Version: 1.0.1 The skill provides image generation capabilities using the Gitee AI API. The Python script (scripts/perform_image_gen.py) uses the standard OpenAI SDK to interact with a legitimate endpoint (ai.gitee.com) and contains no evidence of malicious logic, data exfiltration, or unauthorized execution. The instructions in SKILL.md are consistent with the tool's purpose and do not attempt to subvert the agent's behavior.
Capability Assessment
Purpose & Capability
Name/description promise (generate images) matches the code and instructions. The only required environment variable is GITEEAI_API_KEY which is appropriate for an external image-generation API. Dependency on the 'openai' Python client is consistent with using an OpenAI-compatible HTTP interface at ai.gitee.com.
Instruction Scope
SKILL.md instructs the agent to run the bundled script, extract the IMAGE_URL line, render the image as markdown, and report hyperparameters — all of which the script supports. It also tells the agent to repeat the user's prompt verbatim and not add imaginary details; that is an instructive policy decision, not a security issue. Minor mismatch: the script's error message suggests configuring ~/.openclaw/openclaw.json but the script does not actually read that file — this is informational only.
Install Mechanism
There is no install spec (instruction-only skill plus a small Python script). SKILL.md asks users to pip install the 'openai' package, which is a standard registry package and proportional to the task. No downloads from arbitrary URLs or archive extraction are present.
Credentials
Only GITEEAI_API_KEY is required and declared as primaryEnv — appropriate for the stated purpose. Be aware that user prompts and the API key will be sent to the external ai.gitee.com endpoint for image generation, so sensitive data in prompts or using a shared/privileged key would expose that data to the provider.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not declare persistent install actions. It runs as an on-demand script and prints results; no elevated privileges or persistent system changes are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moark-image-gen
  3. After installation, invoke the skill by name or use /moark-image-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Patch release.
v1.0.0
Initial release of moark-image-gen — generate high-quality images from text descriptions using Gitee AI. - Introduces a script-based workflow for generating images based on user prompts. - Supports multiple image sizes and negative prompt filtering. - Requires a GiteeAI API key (GITEEAI_API_KEY) or direct argument. - Automatically extracts and displays generated image URLs in markdown format. - Returns image preview and repeats user's description for clarity.
Metadata
Slug moark-image-gen
Version 1.0.1
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 2
Frequently Asked Questions

What is Moark Image Gen?

Generate high-quality images from text descriptions. It is an AI Agent Skill for Claude Code / OpenClaw, with 673 downloads so far.

How do I install Moark Image Gen?

Run "/install moark-image-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moark Image Gen free?

Yes, Moark Image Gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Moark Image Gen support?

Moark Image Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moark Image Gen?

It is built and maintained by fchange (@fchange); the current version is v1.0.1.

💬 Comments