PixelDojo
v1.3.3Access PixelDojo's API for AI image and video generation. Use when an agent needs to create images or videos, choose a model from the live PixelDojo catalog,...
⭐ 0· 664·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, api.json, and the helper scripts consistently implement calls to PixelDojo's API. Required binaries and the single required env var (PIXELDOJO_API_KEY) are appropriate for contacting the service and running the provided helpers.
Instruction Scope
Runtime instructions only call the PixelDojo API, poll job status, and download returned assets. The scripts read only the declared env vars (PIXELDOJO_API_KEY and optional PIXELDOJO_API_BASE) and write output under the user's home Pictures dir or a user-specified path; they do not attempt to read unrelated system files or other credentials.
Install Mechanism
This is instruction-only with bundled helper scripts (no install script that fetches arbitrary code). No external download or network-based installer is executed at install time.
Credentials
The skill requests only PIXELDOJO_API_KEY (appropriate). Minor metadata mismatch: registry metadata lists "Primary credential: none" while files require PIXELDOJO_API_KEY. The manifest requires python3 even though only the optional Nano Banana helper uses it—this is benign but worth noting.
Persistence & Privilege
always is false and autonomous invocation is the platform default. The skill writes outputs under user-owned paths and does not modify other skills or system-wide agent configuration.
Assessment
This skill appears to do what it says: call PixelDojo's API, poll jobs, and download results. Before enabling it, confirm you trust https://pixeldojo.ai and are comfortable providing an API key. Note the registry metadata omits marking PIXELDOJO_API_KEY as the primary credential — ensure the platform will prompt for or securely store that key. Be aware the helpers will save files into your home Pictures folder (or to any path you pass), and the skill requires outbound network access to the PixelDojo API. If you want tighter control, run the helpers in a sandboxed environment, use a scoped/rotatable API key, and review or run the scripts manually to verify behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk97232g1k8psqq4z0gay2ef35h82jb7b
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binscurl, jq, python3
EnvPIXELDOJO_API_KEY
