---
title: "Screenplay Shots"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/creative/screenplayshots
markdown: https://docs.nodetool.ai/nodes/nodetool/creative/screenplayshots.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/creative/screenplayshots.md
---

# Screenplay Shots

**Type:** `nodetool.creative.ScreenplayShots`

**Namespace:** `nodetool.creative`

## Description

Fan a screenplay out into one image-generation prompt per shot.
    creative, screenplay, shots, prompts, storyboard

    Use cases:
    - Turning a Director screenplay into per-shot prompts
    - Driving a keyframe generator once per shot
    - Iterating over shots in a storyboard pipeline

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| screenplay | `dict` | The screenplay to fan out into per-shot prompts. | `{}` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| shot | `dict` |  |
| shot_prompt | `str` |  |
| index | `int` |  |
| output | `list[str]` |  |

## Related Nodes

Browse other nodes in the [nodetool.creative](./) namespace.
