Official prompt library for the Grok Video Extractor Chrome extension.
This repository contains curated prompts for generating Episode Interactive-style pixel art characters and animations using Grok Imagine.
| File | Description | Count |
|---|---|---|
actions.txt |
Animation action prompts (idle, talk, react, etc.) | ~200 |
characters.txt |
Character definitions with appearance prompts | ~250 |
outfits.txt |
Clothing and outfit prompts | ~120 |
lighting.txt |
Lighting and atmosphere prompts | ~180 |
wildcards.json |
Wildcard variations for dynamic prompts | ~3600 |
- Go to Settings → Prompts
- Select Remote as the source
- The default URL is pre-filled:
https://raw.githubusercontent.com/scrya-com/prompt-packs/main/config.json - Click Load Remote
You can fork this repo and modify the prompts. Update the config URL in the extension settings to point to your fork.
# Category Header
action_key: Description of the action
Example:
# TALKING ANIMATIONS
talk_neutral: Speaking with neutral expression
talk_happy: Speaking cheerfully
talk_excited: Speaking with enthusiasm and gestures
ID | Name | Category | Base Prompt
Example:
1 | Emma Classic | protagonist | Young woman with long wavy brown hair, green eyes, casual white t-shirt
2 | Maya Confident | protagonist | Young Black woman with curly natural hair, confident pose, red crop top
outfit_key: Description
Example:
crop_top_midriff: Crop Top, Midriff Baring
short_dress: Short Dress, Leggy Sophistication
lighting_key: Full lighting description
Example:
golden_hour_warm: Golden hour lighting with warm orange hues and long soft shadows
blue_hour_cool: Blue hour lighting with cool cerulean tones and low contrast
JSON structure with folders and files containing variations:
{
"name": "clothesWildcards_v10",
"folders": [
{
"name": "Cardigan",
"files": [
{
"name": "cardigan_style1.txt",
"lines": ["Oversized chunky knit cardigan", "..."]
}
]
}
]
}- Fork this repository
- Add or modify prompts following the file formats above
- Submit a pull request
- Keep prompts concise but descriptive
- Use lowercase with underscores for keys
- Group related prompts under category headers
- Test prompts with Grok Imagine before submitting
- Maintain consistent style within each file
MIT License - Free to use, modify, and distribute.