Agent Skill
Run BulkGen from Claude Code
Install the BulkGen skill to trigger grid generation from natural-language prompts and optionally package the result into a previewable HTML gallery.
Install
Add the skill to your Claude Code environment with the GitHub source you are actually publishing.
npx skills add oil-oil/bulkgen
Environment setup
Expose your BulkGen API key before running prompts that should trigger image generation.
export BULKGEN_API_KEY="sk_live_your_key_here"
What the skill does
- Generate one image, one grid, or a variation set with the BulkGen API.
- Support Solo, Batch, and Variation workflows from natural-language prompts.
- Return signed image URLs for generated tiles.
- Package a finished generation into a lightweight HTML preview page with download buttons.
Typical prompts
- "Generate four product hero concepts for this headphone brief."
- "Create a 3x3 gacha grid of anime potion bottles."
- "Run a combo batch with one prompt per card in this campaign."
- "Generate a grid, then package the result into a previewable HTML gallery with download buttons."
HTML preview handoff
The current skill bundle includes a reusable HTML preview template plus a builder script, so a generation result can be delivered as a browsable gallery instead of raw JSON only.
node scripts/build_preview.js ./result.json ./bulkgen-preview.html
Feed the script a generation result JSON with image URLs, layout metadata, and prompts. It outputs a standalone HTML file with a grid preview and per-image download actions.