bulkgen

Installation
SKILL.md

BulkGen Agent Skill

Generate AI images with BulkGen. Scripts are bundled at ~/.claude/skills/bulkgen/scripts/ — always use this full path.

Language: Always respond in the user's language. This skill is written in English for consistency, but all replies to the user should match their language.


API Key

No environment variable setup needed. When the user asks to generate images:

  1. Check if BULKGEN_API_KEY is already set in the environment.
  2. If not set, ask the user in their language to share their key (format: sk_live_...). They can get one at bulk-gen.com → user menu → API Keys.
  3. Once received, pass it inline — do not export it or persist it anywhere:
BULKGEN_API_KEY="sk_live_..." node $SCRIPTS/generate.js ...
Installs
16
GitHub Stars
1
First Seen
Mar 8, 2026