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:
- Check if
BULKGEN_API_KEYis already set in the environment. - 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. - Once received, pass it inline — do not
exportit or persist it anywhere:
BULKGEN_API_KEY="sk_live_..." node $SCRIPTS/generate.js ...