tokenstore

NSFW Script Prompts: 剧本 Templates That Work

Reusable one-line idea templates for generating adult 剧本 — grouped by scenario, each with why it works and how to fill it in. Flat $0.01 per script.

3 min read

The whole quality of a generated 剧本 rides on one sentence — the premise you hand the director. A good premise gives it roles, a setting, and a built-in reason for two people to end up together; a bad one gives it nothing and gets a generic scene back. These are reusable one-line templates that reliably give the director something to build on, grouped by the tension they set up.

Each is a fill-in-the-blank. Swap the bracketed parts, keep the structure, and generate for $0.01 a shot — cheap enough to run several and pick the best.

What makes a one-liner work

Before the templates, the pattern behind them. A strong premise names three things:

  • Two roles with a relationship — not two people, but a landlord and a tenant, a bride and the best man.
  • A setting or occasion that forces proximity — snowed in, working late, a long train ride, a wedding weekend.
  • A tension to resolve — old history, a rule against it, a dare, a first time.

Hit those three and the director has structure. Miss them and it improvises filler.

Proximity and confinement

Trap two people in one space and the scene writes itself.

  • a [job] and a [job] get snowed in at a remote [place]
  • two strangers share the last sleeper cabin on an overnight train
  • a [host] and their [guest] wait out a blackout in a high-rise apartment

Why it works: a closed space gives the director a single setting to build heat in and a natural reason the characters cannot just leave.

Roles and authority

A role gap gives the director instant characterization and a rule to break.

  • a strict [instructor] and their most stubborn [student] stay late after [class]
  • a [boss] and a new [assistant] work through the night before a deadline
  • a [trainer] and a [client] have the gym to themselves after closing

Why it works: the roles carry the personalities, the setting is implied, and against the rules is the tension baked in.

History and reunions

  • two ex-partners are seated together at a mutual friend's wedding
  • old college roommates reconnect at a [place] years later
  • a [pair] who never acted on it are stuck sharing a hotel room on a work trip

Why it works: shared history means the tension is already loaded — the director does not have to build attraction from zero, only release it.

Scenarios and fantasies

  • a [performer] gives a private show to their most devoted patron
  • a couple tries [something new] for the first time on their anniversary
  • a [professional] makes a house call that turns into something more

Why it works: a clear scenario gives the payoff shot a concrete shape, which the director can flag explicit and write plainly.

Keep the premise to one line. The template's job is to hand the director a situation, not a script — length, scene count, and the explicit beats are decided by the director from that one seed and the duration you set.

Filling them in and tuning

  1. Pick a template and swap the brackets for specific roles and places — specific beats generic every time.
  2. Set duration (5–180s) to the video length you want; it scales the scene count, not the $0.01 price.
  3. Generate two or three variants of the same premise and read the storyboards back before rendering.
  4. Edit the winning draft's beats in edit mode if the director's first pass is not quite right.
curl -s -X POST "$TOKENSTORE_URL/api/v3/contents/scripts" \
  -H "Authorization: Bearer sk-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seahorse-script",
    "duration": 30,
    "content": [
      { "type": "text", "text": "a strict yoga instructor and her most stubborn student stay late after class" }
    ]
  }'

Where to go next

Open the playground
NSFW Script Prompts: 剧本 Templates That Work — Nureta Guides