← Back to Skills Marketplace
Mj Gallery
by
tianheihei002
· GitHub ↗
· v1.0.0
· MIT-0
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mj-gallery
Description
MXAI MJ 图片生成 + 自动画廊展示技能。提交 MJ 文生图请求后,自动下载图片到本地、归档到画廊文件夹、部署网页并返回可访问链接。触发词:用MJ画、生成MJ图片、MJ文生图、MJ画廊
Usage Guidance
This skill appears to do what it says: it will use your MX_AI_API_KEY to call the MJ image API, download generated images into the agent's workspace (/workspace/mj_output and /workspace/mj_gallery), update an index.html, and invoke a 'deploy' step that publishes the gallery to a public URL. Before installing, confirm: (1) you are comfortable that generated images (and any user-supplied reference images) will be publicly hosted; (2) the agent runtime actually provides the 'deploy' tool or equivalent and you understand where files are uploaded (the skill expects https://{id}.space.minimaxi.com); (3) the MX_AI_API_KEY has only the permissions you expect and can be revoked if needed. If you need stronger privacy, avoid deploying to a public host or sanitize/remove images before deployment. If you want higher assurance about what gets uploaded, request details from the skill author about the deploy implementation or test in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill
Name: mj-gallery
Version: 1.0.0
The skill 'mj-gallery' automates Midjourney image generation, local storage, and deployment of a web-based gallery. It follows a legitimate workflow involving the MX AI API and a deployment tool to 'minimaxi.com', as described in SKILL.md. No evidence of data exfiltration, malicious execution, or unauthorized access was found; the behavior is consistent with the stated purpose of creating and hosting an image gallery.
Capability Tags
Capability Assessment
Purpose & Capability
The skill asks only for MX_AI_API_KEY, which aligns with an image-generation service. It also requires writing files under /workspace and deploying a static site — these are coherent with the gallery purpose. Minor mismatch: the SKILL.md assumes a 'deploy' tool and a specific host pattern (https://{id}.space.minimaxi.com) but does not declare that tool or any additional credentials; verify that the agent runtime provides such a deploy capability.
Instruction Scope
Instructions are concrete and stay within the stated task: submit generation requests, poll status, download images to /workspace/mj_output, copy to /workspace/mj_gallery, update index.html, and deploy. The skill explicitly requires downloading files locally and deploying them publicly, which is expected for a gallery. It does not instruct reading unrelated system files or extra environment variables.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written to disk by an installer. This minimizes install-time risk.
Credentials
Only MX_AI_API_KEY is required and declared as the primary credential — reasonable and proportional for an image-generation integration. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request elevated or always-on privileges. It writes only to its workspace paths and deploys its own gallery. It does not modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mj-gallery - After installation, invoke the skill by name or use
/mj-gallery - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
mj-gallery 1.0.0 — Initial Release
- Adds end-to-end MJ image generation with automatic local download, gallery archiving, and web deployment.
- Enforces strict workflow: polling status, prompt length/translation, image download, and authentic results.
- Generates and updates a dark-themed HTML gallery, showing last 20 images with metadata.
- Includes robust error handling and fallback logic for all workflow steps.
- Fixes issue where returned CDN URLs caused rendering problems; now always returns local paths and deployed gallery links.
Metadata
Frequently Asked Questions
What is Mj Gallery?
MXAI MJ 图片生成 + 自动画廊展示技能。提交 MJ 文生图请求后,自动下载图片到本地、归档到画廊文件夹、部署网页并返回可访问链接。触发词:用MJ画、生成MJ图片、MJ文生图、MJ画廊. It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install Mj Gallery?
Run "/install mj-gallery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mj Gallery free?
Yes, Mj Gallery is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mj Gallery support?
Mj Gallery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mj Gallery?
It is built and maintained by tianheihei002 (@tianheihei002); the current version is v1.0.0.
More Skills