[ 01 ]
Install
Add the skill to your agent environment using the GitHub source you are publishing.
npx skills add oil-oil/bulkgen-skill
Agent Skill
Install the BulkGen skill to trigger grid generation from natural-language prompts and package the result into a previewable HTML gallery when needed.
[ 01 ]
Add the skill to your agent environment using the GitHub source you are publishing.
npx skills add oil-oil/bulkgen-skill
[ 02 ]
Expose your BulkGen API key before running prompts that should trigger image generation.
export BULKGEN_API_KEY="sk_live_your_key_here"
[ 03 ]
[ 04 ]
[ 05 ]
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.