AgentStack
SKILL verified MIT Self-run

Grok Aurora Cli

skill-dbmcco-claude-agent-toolkit-grok-aurora-cli · by dbmcco

Use when users need multi-provider image/video generation workflows in `<workspace-root>/grok-aurora-cli`, including running `grok make`, provider-specific `grok video` and image commands, tracking async tasks, stitching clips, and evaluating outputs with `grok eval`.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-dbmcco-claude-agent-toolkit-grok-aurora-cli

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Grok Aurora Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Grok Aurora CLI

Overview

Run the existing grok-aurora-cli project reliably and reproducibly. Prefer direct CLI commands over ad-hoc scripts, and produce concise run summaries with output paths, provider/model used, and any failures.

Quick Start

  1. Move into the project: cd /grok-aurora-cli
  2. Activate environment: source activate.sh
  3. Confirm CLI: grok --help
  4. Check provider keys: ../claude-agent-toolkit/skills/grok-aurora-cli/scripts/check-env.sh

Execution Workflow

  1. Resolve intent and provider
  • Use grok make for guided, interactive runs.
  • Use direct commands for deterministic execution (grok video, grok fal-image, grok novita-image, grok venice-image, grok gemini-image, grok kling-image, grok banana).
  1. Validate prerequisites before long runs
  • Ensure the selected provider key exists.
  • Ensure prompt and image paths exist.
  • Keep output naming explicit for repeatability (-o output/.mp4).
  1. Run generation and capture IDs/paths
  • For async providers, record task/request IDs immediately from CLI output.
  • For long video runs, prefer one command at a time to avoid confusing status tracking.
  1. Poll and retrieve assets
  • Use grok video-status for pending tasks.
  • Re-run with explicit status flags (--fal, --novita, --kling, --seedance2, --veo) as needed.
  • Use grok veo-4k for Veo upgrade flows.
  1. Evaluate and summarize quality
  • Use grok eval with optional --reference to score identity/style consistency.
  • Report score totals, pass/fail threshold, and top failure reasons.
  1. Manage outputs and logs
  • Use grok stitch for chain assembly.
  • Use grok log --errors for debugging.
  • Keep generated artifacts in output/ with scenario-based subfolders.

Command Selection

Use the smallest command that satisfies the request:

  • Text-to-image quick test: grok generate "..." or grok gemini-image ...
  • Image-to-image: grok fal-image ..., grok novita-image ..., grok venice-image ..., grok kie-image ..., grok banana ...
  • Image-to-video: grok video -i --provider
  • Guided selection: grok make
  • Evaluation: grok eval ...
  • Logs: grok log, grok clear-log

Prefer prompt files under prompts/ for reproducibility rather than inline prompt text for long runs.

Reporting Format

After each run, provide:

  1. Command executed (redact secrets)
  2. Provider/model and key options
  3. Output file paths
  4. Task/request IDs (if async)
  5. Evaluation result (if run)
  6. Failures and next corrective action

Resources

  • scripts/check-env.sh: Print provider key readiness and fail if no providers are configured.
  • scripts/run-grok.sh: Run grok with project activation handled automatically.
  • references/command-recipes.md: Common command templates for repeatable generation and evaluation.

Use GUIDE.md in the CLI project as the authoritative command/options reference when a flag question is ambiguous.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.