skills/emoji/SKILL.md
Generate emoji packs using AI-powered prompt generation and image creation
npx skillsauth add hasna/skills emojiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate complete emoji packs from a single theme using AI.
OPENAI_API_KEYGEMINI_API_KEY, GOOGLE_PROJECT_ID# Basic usage
bun run src/index.ts generate --theme "Christmas" --count 10
# With options
bun run src/index.ts generate \
--theme "Food" \
--count 15 \
--provider openai \
--style 3d \
--size 256 \
--format zip \
--output ./food-emojis.zip
--theme, -t: Theme for emoji pack (required)--count, -c: Number of emojis (1-50, default: 5)--provider, -p: openai or gemini (default: openai)--style: flat, 3d, outline, gradient (default: flat)--size, -s: Output size in pixels (default: 128)--format, -f: directory or zip (default: directory)--output, -o: Output path--concurrency: Parallel generations (default: 3)export OPENAI_API_KEY="your-openai-key"
export GEMINI_API_KEY="your-gemini-key"
export GOOGLE_PROJECT_ID="your-project-id"
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
testing
Generate high-quality articles using parallel AI agents. Supports research, writing, and optional cover image generation. Write single articles or batch process multiple topics with configurable parallelism.
testing
Generate videos using OpenAI Sora, Minimax Hailuo, Gemini Veo, or Seedance through the hosted Skills runtime with provider-cost pricing.