← Back to Skills Marketplace
729
Downloads
0
Stars
1
Active Installs
8
Versions
Install in OpenClaw
/install pixeldojo
Description
Access 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,...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: pixeldojo
Version: 1.3.3
The PixelDojo skill bundle provides a legitimate integration for an AI image and video generation service. It includes shell and Python scripts (generate.sh, models.sh, scripts/generate-nano-banana.py) that interact with the https://pixeldojo.ai API to list models, submit generation tasks, and download the resulting media files. The implementation follows standard practices, such as using environment variables for API keys and sanitizing user input for filenames, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pixeldojo - After installation, invoke the skill by name or use
/pixeldojo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.3
Add explicit frontmatter metadata for source attribution and runtime requirements to align scanner-visible metadata with api.json and SKILL.md.
v1.3.2
Republish security-reviewed PixelDojo skill after dependency cleanup and clearer runtime requirements; no undeclared Python packages.
v1.3.1
Remove undeclared Python requests dependency, clarify runtime requirements in SKILL.md, and tighten packaging consistency for security review.
v1.3.0
Polish PixelDojo skill for ClawHub publishing: clarify product positioning, tighten SKILL.md and metadata, clean up helper messaging, add API base override support, and validate package cleanly.
v1.1.0
Refresh PixelDojo skill against live /api/v1/models catalog, update documented model list, and make models.sh fetch current models dynamically.
v1.0.2
Save generated files to ~/Pictures/AI Generated/ for easy access in Finder and Photos app
v1.0.1
Fix metadata - add requires env/bins to SKILL.md header for registry parsing
v1.0.0
Initial release - generate AI images and videos via PixelDojo API
Metadata
Frequently Asked Questions
What is PixelDojo?
Access 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 729 downloads so far.
How do I install PixelDojo?
Run "/install pixeldojo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PixelDojo free?
Yes, PixelDojo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PixelDojo support?
PixelDojo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PixelDojo?
It is built and maintained by blovett80 (@blovett80); the current version is v1.3.3.
More Skills