Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate AI images and videos using PixelDojo API. Supports 60+ models including Flux 2, WAN, Veo 3.1, Imagen 4, Kling, and more. Handles async job submissio...
Generate AI images and videos using PixelDojo API. Supports 60+ models including Flux 2, WAN, Veo 3.1, Imagen 4, Kling, and more. Handles async job submissio...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use PixelDojo's async API to generate and download AI images or videos.
Runtime requirements: Environment variable: PIXELDOJO_API_KEY Binaries: curl, jq, python3 Optional override: PIXELDOJO_API_BASE Set the API key before running any helper: export PIXELDOJO_API_KEY=your_api_key_here Optional local env file: cp ~/.openclaw/skills/pixeldojo/.env.example ~/.openclaw/skills/pixeldojo/.env Default API base: https://pixeldojo.ai/api/v1
Check the live model catalog first. Pick a model that matches the requested workflow. Submit the job with generate.sh or the Nano Banana helper. Poll status until complete, then return the downloaded asset path. Do not guess model IDs.
bash ~/.openclaw/skills/pixeldojo/models.sh For a pinned snapshot of known-good model IDs and example picks, read: references/model-catalog.md
bash ~/.openclaw/skills/pixeldojo/generate.sh image "editorial product photo of a silver robot" flux-2-pro --aspect-ratio 16:9 Good defaults: Best general image quality: flux-2-max Prompt adherence and typography: nano-banana-2 Editing-oriented image work: flux-kontext-pro
bash ~/.openclaw/skills/pixeldojo/generate.sh video "cinematic ocean waves at sunset" seedance-1.5 --duration 5 Use --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 5
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.png
bash ~/.openclaw/skills/pixeldojo/status.sh job_abc123
Default download folders: ~/Pictures/AI Generated/images/ ~/Pictures/AI Generated/videos/ Override with: --output /path/to/file.png
generate.sh supports --aspect-ratio, --duration, --image-url, --output, --poll-interval, and --max-wait. generate.sh covers the shared prompt-based API flow. If a request needs model-specific editing payloads, inspect the live catalog and API behavior before improvising. PixelDojo markets full commercial rights for generated output, but the user is still responsible for complying with the service terms and any third-party model restrictions.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.