skills/skill-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"
development
Fetch official brand assets from a website or brand name, then return logos, palette, typography, source metadata, and a clean asset manifest. Use when a user asks to find, extract, download, package, or normalize a brand's logo and visual identity assets.
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.
development
Generate premium API, unit, and browser test suite packages with runnable tests and coverage notes.