โ† All skills
Tencent SkillHub ยท Developer Tools

PixelDojo AI Generation

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, api.json, generate.sh, models.sh, references/model-catalog.md, scripts/generate-nano-banana.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.3.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

PixelDojo

Use PixelDojo's async API to generate and download AI images or videos.

Setup

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

Workflow

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.

Check the live catalog

bash ~/.openclaw/skills/pixeldojo/models.sh For a pinned snapshot of known-good model IDs and example picks, read: references/model-catalog.md

Generate an image

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

Generate a video

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

Nano 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.png

Check job status

bash ~/.openclaw/skills/pixeldojo/status.sh job_abc123

Output paths

Default download folders: ~/Pictures/AI Generated/images/ ~/Pictures/AI Generated/videos/ Override with: --output /path/to/file.png

Notes

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Config
  • SKILL.md Primary doc
  • references/model-catalog.md Docs
  • generate.sh Scripts
  • models.sh Scripts
  • scripts/generate-nano-banana.py Scripts
  • api.json Config