Moark Image Gen

v1.0.1

Generate high-quality images from text descriptions.

1· 602·5 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk975brjp7m4pdsb3kbhtjthpd983g8ck

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🖼️ Clawdis
EnvGITEEAI_API_KEY
Primary envGITEEAI_API_KEY

Comments