cinematic-pack-authoring skillA
cinematic-pack-authoring is agent-read markdown (skill) from hraness/slopcamera: Author a Slopcamera spatial recipe pack — a bounded, inert, content-addressed JSON document that names an admitted scene, one direction document, gallery axes, preview render requests, declared effects, and a temporal audit — then plan or run the built-in cinematic-world workflow. Use when a user asks an agent to direct a 3D scene, iterate camera/look/sequence variants, or review compiled direction before explicit selection..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Author a cinematic recipe pack
Slopcamera's extension surface is declarative: coding agents extend behavior by
authoring bounded JSON documents, never by registering code. The operation
registry is closed, and the `cinematic-world` workflow composes only registered
operations. A recipe pack is the complete input contract for that loop.
## Documents an agent authors
1. **Scene** (`slopcamera.spatial-scene`, schemaVersion 1) — the admitted world.
Usually already admitted through `slopcamera scene` commands; the pack binds
it by digest, it is never embedded twice.
2. **Direction** (`slopcamera.spatial-direction`, schemaVersion 1) — semantic
beats, actions, camera coverage, and look intents. `projectDigest` must equal
the scene's canonical SHA-256. Character and subject references are semantic
ids (`hero`), which compile against `entity_hero`-style scene entities.
3. **Recipe pack** (`slopcamera.spatial-recipe-pack`, schemaVersion 1) — the
inert plan document:
```json
{
"kind": "slopcamera.spatial-recipe-pack",
"schemaVersion": 1,
"packId": "recipe_<slug>",
"sceneSha256": "<canonical scene sha-256>",
"direction": { "<the direction document>" },
…Read the whole file at its exact version.
How to install
mdr add hraness/slopcamera/cinematic-pack-authoring@git:20260918.c27148bmdr add hraness/slopcamera/cinematic-pack-authoring@sha256:bb759ef00ec392d2Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_luktut4lfmpb5eio)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4296 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
hraness/slopcamera · 6 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_luktut4lfmpb5eio GET https://markdownregistry.com/api/v1/resolve?ref=hraness/slopcamera/cinematic-pack-authoring GET https://markdownregistry.com/api/v1/blob/bb759ef00ec392d2d48ed71ea69b10196c2efdf95e1f710a2d5a202877dc81b2
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from hraness/slopcamera
Every file in hraness/slopcamera