← Back to Skills Marketplace
191
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install pixmind-image
Description
Generate or edit AI images via Pixmind API (text-to-image and image-to-image)
Usage Guidance
This skill appears to do what it says: it calls a Pixmind API and only needs your PIXMIND_API_KEY. Before installing, verify two small things: (1) confirm the API gateway hostname (aihub-admin.aimix.pro) and the CDN host (chatmix.top) are legitimate Pixmind endpoints for your account (look up Pixmind docs or contact Pixmind support), and (2) be aware the helper scripts are Node scripts—ensure you run them in a controlled environment and that your Node runtime supports fetch/top-level await. Treat the PIXMIND_API_KEY like any API secret: use a key with only the needed permissions, avoid pasting high-privilege keys into unknown environments, and rotate the key if you stop using the skill. The SKILL.md/filename mismatch is benign but you may want to confirm which script to run.
Capability Assessment
Purpose & Capability
Name/description, required env var (PIXMIND_API_KEY), and included helper scripts all align with calling a remote Pixmind image-generation API. No unrelated credentials or system access are requested.
Instruction Scope
Runtime instructions and the two helper scripts only POST to the declared API gateway and poll task status; they read only PIXMIND_API_KEY from the environment. Two minor issues: SKILL.md examples reference a helper filename (pixmind-api.js) that is not present (actual file: image-generate.js), and the README calls out result URLs on chatmix.top as a CDN—an external domain that is not pixmind.io and should be validated as legitimate Pixmind CDN.
Install Mechanism
No install spec (instruction-only) and the code files are simple Node scripts. Nothing is downloaded or written by an installer; lowest-risk install posture.
Credentials
Only PIXMIND_API_KEY is required and used. That single API key is appropriate and proportional for a service that calls a remote image-generation API.
Persistence & Privilege
Skill does not request persistent/always-on privileges and does not modify other skills or system settings. Default autonomous invocation is allowed by platform, which is normal.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pixmind-image - After installation, invoke the skill by name or use
/pixmind-image - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.0
更新模型列表为线上最新支持的 22 个模型,补充完整参数说明
v1.3.0
Inline API logic, remove shared module to clear security scan
v1.2.0
Remove file read and localhost defaults to fix security scanner flags
v1.1.0
Add homepage, include helper scripts in bundle, clarify API domain
v1.0.1
Add README with usage guide and screenshots
v1.0.0
Initial release of pixmind-image skill.
- Supports AI image generation via Pixmind API, including both text-to-image and image-to-image modes.
- Multiple model options available, with sensible defaults and ability to specify quality or speed.
- Allows configuration of aspect ratio, number of images, and prompt enhancement.
- Provides task polling to monitor generation status and retrieve image URLs.
- Includes guidelines for user prompt confirmation, default behaviors, and reference image handling.
Metadata
Frequently Asked Questions
What is Pixmind Image?
Generate or edit AI images via Pixmind API (text-to-image and image-to-image). It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.
How do I install Pixmind Image?
Run "/install pixmind-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pixmind Image free?
Yes, Pixmind Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pixmind Image support?
Pixmind Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pixmind Image?
It is built and maintained by Pixmind (@fuyunzhishang); the current version is v1.4.0.
More Skills