[ 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 ]
No environment variable setup. Just tell your agent your key directly in chat.
You say:
Agent handles it automatically.
[ 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.