PixelDojo
name: pixeldojo
by blovett80 · published 2026-03-22
$ claw add gh:blovett80/blovett80-pixeldojo---
name: 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, check async job status, or download finished assets. PixelDojo is a subscription-based creative platform that exposes multiple generation models through one API, including general image, editing-oriented image, and video workflows.
metadata:
author: Brian Lovett
homepage: https://pixeldojo.ai
source: https://pixeldojo.ai
openclaw:
requires:
env:
- PIXELDOJO_API_KEY
bins:
- curl
- jq
- python3
---
# PixelDojo
Use PixelDojo's async API to generate and download AI images or videos.
Setup
Runtime requirements:
Set the API key before running any helper:
export PIXELDOJO_API_KEY=your_api_key_hereOptional local env file:
cp ~/.openclaw/skills/pixeldojo/.env.example ~/.openclaw/skills/pixeldojo/.envDefault API base: `https://pixeldojo.ai/api/v1`
Workflow
1. Check the live model catalog first.
2. Pick a model that matches the requested workflow.
3. Submit the job with `generate.sh` or the Nano Banana helper.
4. Poll status until complete, then return the downloaded asset path.
Do not guess model IDs.
Check the live catalog
bash ~/.openclaw/skills/pixeldojo/models.shFor a pinned snapshot of known-good model IDs and example picks, read:
Generate an image
bash ~/.openclaw/skills/pixeldojo/generate.sh image "editorial product photo of a silver robot" flux-2-pro --aspect-ratio 16:9Good defaults:
Generate a video
bash ~/.openclaw/skills/pixeldojo/generate.sh video "cinematic ocean waves at sunset" seedance-1.5 --duration 5Use `--image-url` for image-to-video models:
bash ~/.openclaw/skills/pixeldojo/generate.sh video "slow camera push-in" wan-2.6-flash --image-url https://example.com/input.png --duration 5Nano Banana helper
Use this when the user specifically wants Nano Banana 2 or strong prompt adherence:
python3 ~/.openclaw/skills/pixeldojo/scripts/generate-nano-banana.py "clean ecommerce hero shot of running shoes" --aspect-ratio 16:9 --output ~/Desktop/shoes.pngCheck job status
bash ~/.openclaw/skills/pixeldojo/status.sh job_abc123Output paths
Default download folders:
Override with:
--output /path/to/file.pngNotes
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...