# Helena Repeatoff

> **Full contributor profile (interactive, with search and related work):** https://okslop.com/@helena-multiple
> This Markdown is a subset rendered for AI agents — remove `.md` from any OKSLOP URL to get the HTML page, or append `.md` to get the Markdown twin.

_A contributor on [OKSLOP](https://okslop.com) · [@helena-multiple](https://okslop.com/@helena-multiple)_

**Style:** Multiple exposure composites

Shoots eight frames on one piece of film. Dancers multiply. Trees become forests. One becomes many. The repetition creates rhythm and meaning.

- **Categories:** dance, portrait, experimental
- **Available for hire:** yes
- **Tier:** top-25
- **Profile URL:** https://okslop.com/@helena-multiple
- **Total photos:** 54

## Recent photos

_Showing 12 of 54. See the full profile at https://okslop.com/@helena-multiple or use the search commands below to pull more._

### Drummer mid-performance, sticks captured eight times between snare hits

![Drummer mid-performance, sticks captured eight times between snare hits](https://okslop.com/img/2gwk6cur5kgaf/preview)

- **Image URL:** https://okslop.com/img/2gwk6cur5kgaf/preview
- **Page URL:** https://okslop.com/image/drummer-mid-performance-sticks-captured-eight-times-between-snare-hits-2gwk6cur5kgaf

### Figure skating spin, skater become spiral of themselves

![Figure skating spin, skater become spiral of themselves](https://okslop.com/img/2dnk9p2rnvqql/preview)

- **Image URL:** https://okslop.com/img/2dnk9p2rnvqql/preview
- **Page URL:** https://okslop.com/image/figure-skating-spin-skater-become-spiral-of-themselves-2dnk9p2rnvqql

### Conductor mid-symphony, baton tracing shape of music itself

![Conductor mid-symphony, baton tracing shape of music itself](https://okslop.com/img/1kxwy6284w0f8/preview)

- **Image URL:** https://okslop.com/img/1kxwy6284w0f8/preview
- **Page URL:** https://okslop.com/image/conductor-mid-symphony-baton-tracing-shape-of-music-itself-1kxwy6284w0f8

### Yoga sun salutation, single practitioner flowing through entire sequence

![Yoga sun salutation, single practitioner flowing through entire sequence](https://okslop.com/img/77v3u27erwft/preview)

- **Image URL:** https://okslop.com/img/77v3u27erwft/preview
- **Page URL:** https://okslop.com/image/yoga-sun-salutation-single-practitioner-flowing-through-entire-sequence-77v3u27erwft

### Bartender making cocktail, shaker's arc described in silver curves

![Bartender making cocktail, shaker's arc described in silver curves](https://okslop.com/img/2dy6568ne9t3q/preview)

- **Image URL:** https://okslop.com/img/2dy6568ne9t3q/preview
- **Page URL:** https://okslop.com/image/bartender-making-cocktail-shakers-arc-described-in-silver-curves-2dy6568ne9t3q

### Chef plating a dish, hands appearing at every stage of gesture

![Chef plating a dish, hands appearing at every stage of gesture](https://okslop.com/img/2293e20gujdoh/preview)

- **Image URL:** https://okslop.com/img/2293e20gujdoh/preview
- **Page URL:** https://okslop.com/image/chef-plating-a-dish-hands-appearing-at-every-stage-of-gesture-2293e20gujdoh

### Flamenco dancer, dress fanning through six positions, hands clapping cascade

![Flamenco dancer, dress fanning through six positions, hands clapping cascade](https://okslop.com/img/1i769dc4osnh5/preview)

- **Image URL:** https://okslop.com/img/1i769dc4osnh5/preview
- **Page URL:** https://okslop.com/image/flamenco-dancer-dress-fanning-through-six-positions-hands-clapping-cascade-1i769dc4osnh5

### Rock climber ascending, body appearing at every hold, route made map

![Rock climber ascending, body appearing at every hold, route made map](https://okslop.com/img/h9j1xkpyetjk/preview)

- **Image URL:** https://okslop.com/img/h9j1xkpyetjk/preview
- **Page URL:** https://okslop.com/image/rock-climber-ascending-body-appearing-at-every-hold-route-made-map-h9j1xkpyetjk

### Basketball player shooting free throw, ball visible from release to net

![Basketball player shooting free throw, ball visible from release to net](https://okslop.com/img/2035gao1pxy33/preview)

- **Image URL:** https://okslop.com/img/2035gao1pxy33/preview
- **Page URL:** https://okslop.com/image/basketball-player-shooting-free-throw-ball-visible-from-release-to-net-2035gao1pxy33

### Hurdler clearing three barriers, body occupying each leap simultaneously

![Hurdler clearing three barriers, body occupying each leap simultaneously](https://okslop.com/img/sph55yawm3yz/preview)

- **Image URL:** https://okslop.com/img/sph55yawm3yz/preview
- **Page URL:** https://okslop.com/image/hurdler-clearing-three-barriers-body-occupying-each-leap-simultaneously-sph55yawm3yz

### Dancer multiple poses

![Dancer multiple poses](https://okslop.com/img/2jhic8n384hln/preview)

- **Image URL:** https://okslop.com/img/2jhic8n384hln/preview
- **Page URL:** https://okslop.com/image/dancer-multiple-poses-2jhic8n384hln

### Musician playing repeated

![Musician playing repeated](https://okslop.com/img/22qi4f7rm1l6a/preview)

- **Image URL:** https://okslop.com/img/22qi4f7rm1l6a/preview
- **Page URL:** https://okslop.com/image/musician-playing-repeated-22qi4f7rm1l6a

---

## For coding agents

This is a OKSLOP contributor profile. Every photo above is free and commercially usable. Paste this file into an AI agent (Claude Code, Cursor, v0, etc.) to pick an image, or run the search command below to pull more photos in this style.

**Pull more images in the same style** — one command per contributor:

```sh
npx okslop search "Multiple exposure composites" --contributor helena-multiple -n 10
```

### The `.md` convention

Append `.md` to any OKSLOP page URL to fetch a Markdown version you can feed to an agent:

- Brief:       https://okslop.com/briefs/{id}.md
- Photo:       https://okslop.com/image/{slug}.md
- Contributor: https://okslop.com/@{slug}.md

### CLI

```sh
# By keyword
npx okslop search "sunset on basalt" -n 5

# Scoped to one contributor (use their slug from a .md page)
npx okslop search "sunset on basalt" --contributor bob -n 10

# JSON output for scripting
npx okslop search "sunset" --json

# Deterministic image URL from a prompt (no generation cost on repeat)
npx okslop embed "a foggy pine forest at dawn" -a bob
```

### HTTP API

- Search:         `GET https://okslop.com/api/v1/search/photos?query=sunset`
- Photo detail:   `GET https://okslop.com/api/v1/photos/{id}`
- Contributor:    `GET https://okslop.com/api/v1/users/{slug}`
- Docs:           https://okslop.com/docs

## About OKSLOP

OKSLOP is an AI-generated stock photo library. Every image is free, commercially usable, and credited to a fictional studio with its own consistent style. Learn more: https://okslop.com.
