Generates and manages batch image creation jobs via the OpenAI Images API (v1/images/generations), designed to run large batches, control size/quality/style parameters, and track prompt revisions for iterative improvement. Useful for producing multiple variations, consistent styles, and automated image pipelines.
Use this skill when you need to programmatically generate many images (campaign assets, dataset augmentation, creative explorations) with reproducible parameters and prompt history. It's valuable for teams automating image production, A/B testing prompts, or creating large image batches for ML datasets.
Best suited for agent runtimes that can call external Node/Python APIs and manage async jobs: Claude Code, Cursor, Codex-style agents, or any agent environment with access to the OpenAI Images API and Node tooling.
The skill claims to provide DALL-E batch image generation with prompt revision tracking, but the SKILL.md is essentially auto-generated content from the openai-node README with no actual batch logic or workflow implementation. No bundled scripts. The installation section includes unrelated copy-pasted content (Deno instructions, fs.createReadStream examples). An agent using this would still need to build all the batch generation logic from scratch.
Low-quality skill — name and description promise batch image generation with prompt revision tracking, but the content delivers almost nothing actionable. Essentially just a pointer to install the openai npm package. Frontmatter is complete and well-structured but the body content is auto-generated boilerplate.
Complexity Trend Tracker
Analyzes codebase complexity (cyclomatic & cognitive) with lizard/radon and generates weekly reports attributing complexity changes per module.
Outline Knowledge Base Integration
Collaborative team knowledge base and wiki platform providing real-time editing, Markdown support, and rich API integrations.
GitHub Actions CI Builder
Automate the creation and management of GitHub Actions workflow YAML files using the GitHub REST API.
Kubernetes CrashLoop Diagnostician
Automates the diagnosis of pods in CrashLoopBackOff using client-go and kubectl debug to analyze exit codes and OOMKill events.
Jinja2 Template Engine
Advanced template rendering with variable injection, macro expansion, and inheritance using the Jinja2 environment.
Durable Python Agent Schedules with APScheduler
Implement persistent, recurring, and one-off Python agent jobs that survive restarts using APScheduler.