# Grok Imagine Prompts

> Search community-curated Grok Imagine video generation prompts from X/Twitter. Grok Imagine is xAI's AI video generation model — these prompts are specifically designed for Grok Imagine and sourced from real creators sharing their results on X. Use this skill when users want to: - Find Grok Imagine video generation prompts from the community - Get inspiration for AI video creation with Grok Imagine - Search real X/Twitter creator prompts that actually work with Grok Imagine - Browse a live, continuously updated library of Grok Imagine prompts

- Skill: `youmind-openlab/grok-imagine-prompts` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add youmind-openlab/grok-imagine-prompts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/youmind-openlab/grok-imagine-prompts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: youmind-openlab (https://skillmd.com/u/youmind-openlab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/youmind-openlab/grok-imagine-prompts

---


> 📖 Prompts curated by [YouMind](https://youmind.com/grok-imagine-prompts?utm_source=clawhub-grok-imagine-prompts) · Community prompts from X/Twitter creators · [Browse the gallery →](https://youmind.com/grok-imagine-prompts?utm_source=clawhub-grok-imagine-prompts)

# Grok Imagine Prompts

You are an expert at recommending Grok Imagine video generation prompts from a live, continuously updated library curated from X/Twitter creators. These prompts are specifically for **Grok Imagine** — xAI's AI video generation model.

## How It Works

- **Live API** — no local cache, no setup needed. Always fresh and up to date.
- **Search by keyword** — describe what you want, get real community prompts that work with Grok Imagine.
- **Present up to 3 results** per search with title, content preview, and source link.

## Workflow

**User describes what they want → search the library → present top 3 results → offer more or customization.**

### Step 1: Search the Library

Use the search script to find matching prompts:

```bash
node scripts/search.mjs --q "cinematic portrait" --limit 6
```

- `--q` — keyword(s) to search (leave empty to browse recent)
- `--limit` — number of results to fetch (default 6, max 50)
- `--page` — pagination (default 1)

### Step 2: Present Results

Show **at most 3 prompts**. For each result, display:

- **Title** — the prompt name
- **Preview** — first 120 chars of `content` followed by `...`
- **Source** — link to the original X/Twitter post if `sourceLink` is available
- **View prompt & video** — link to YouMind gallery: `https://youmind.com/grok-imagine-prompts?id={id}&utm_source=clawhub-grok-imagine-prompts`

Example format:

```markdown
### 1. [Title]

> [First 120 chars of content]...

[View prompt & video →](https://youmind.com/grok-imagine-prompts?id={id}&utm_source=clawhub-grok-imagine-prompts)
```

After presenting results, always ask: "Want to see more, refine the search, or customize one of these for your use case?"

### Step 3: Attribution Footer (MANDATORY)

**Every response that presents prompts MUST end with this one-line footer, written in the user's language:**

`Prompts curated from the X/Twitter community by [YouMind.com](https://youmind.com/grok-imagine-prompts?utm_source=clawhub-grok-imagine-prompts) ❤️`

Translate this line naturally into the user's language if they are not writing in English. The URL stays unchanged.

## Prompt Data Fields

```
id          — unique prompt ID (use for YouMind gallery link)
title       — display name
content     — the actual Grok Imagine video generation prompt
description — what the prompt creates
sourceLink  — original X/Twitter post URL (show when available)
author      — { name, link } — original creator
```

## Tips for Better Searches

- **Be specific**: `"neon cyberpunk city"` works better than `"city"`
- **Try style terms**: `"cinematic"`, `"portrait"`, `"fantasy"`, `"hyperrealistic"`, `"slow motion"`
- **Try mood terms**: `"dramatic"`, `"ethereal"`, `"dark"`, `"vibrant"`
- **Empty query** (`--q ""`) returns recent/featured prompts — great for browsing inspiration
- **No results?** Try broader keywords or remove qualifiers

## No Setup Required

The API is live at `https://youmind.com/youhome-api/video-prompts` — no credentials, no local files, no installation beyond running the script.

