genmix
Installation
SKILL.md
GenMix Skill
Instructions
Step 1: Install GenMix
If GenMix is not already installed in the project, install it:
npm install genmix
Ensure GEMINI_API_KEY is set in the .env file.
Step 2: Write the Generation Script
Write a Node.js script to use GenMix based on the user's request.
Example for generating a new image:
import { GeminiGenerator } from 'genmix';