Checking session...

Agent Skill

Run BulkGen from any Agent

Install the BulkGen skill to trigger grid generation from natural-language prompts and package the result into a previewable HTML gallery when needed.

[ 01 ]

Install

Add the skill to your agent environment using the GitHub source you are publishing.

npx skills add oil-oil/bulkgen-skill

[ 02 ]

Environment

Expose your BulkGen API key before running prompts that should trigger image generation.

export BULKGEN_API_KEY="sk_live_your_key_here"

[ 03 ]

Capabilities

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

[ 04 ]

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

[ 05 ]

HTML preview handoff

The current skill bundle includes a reusable HTML preview template plus a builder script, so generation results 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.