The argument in one line.
An open-source Claude Code skill can turn a brand brief into a six-scene, camera-animated scrollable website by chaining AI image and video generation, at a real but modest cost of about $20.
Read if. Skip if.
- A developer or solo creator curious about AI-agent 'skills' who wants to see one actually run end-to-end, not just described.
- Someone considering a scroll-triggered landing page for a brand, product, or newsletter and wants a realistic sense of setup time and cost before committing.
- A Claude Code user who wants a concrete example of installing and running a third-party skill from a plugin marketplace.
- You're looking for a no-code, drag-and-drop website builder — this requires a CLI, a paid Higgsfield account, and comfort reading skill source files.
- You need a mobile-first site — the demo explicitly builds desktop-only and treats mobile as an afterthought, not a core feature.
The full version, fast.
A Claude Code skill called scroll-world turns a brand brief into a scrollable, camera-animated 3D website by chaining AI-generated scene images and video connectors from Higgsfield. After answering a short interview about art direction, brand identity, and mobile support, the skill proposes six scenes, generates a still for each, then stitches them together using one of two fixed camera architectures — continuous forward motion or an aerial dive — because only a single locked camera style keeps a chain of independently generated clips looking seamless. The full build took under ten minutes of setup and cost about $20 in Higgsfield credits, with the real lesson being that precise creative vocabulary, not tool access, is what separates people who ship from people who collect tools.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Cold open + the pitch
Scroll-style sites have gone viral; Sean argues a Claude Code skill makes building one simpler than it looks, and installs the scroll-world plugin.

02 · Installing the skill
Copies the plugin marketplace install command into the terminal, then the GitHub install command, and opens Claude to run it.

03 · The interview: art direction, brand, mobile
Running /scroll-world kicks off a Q&A: art direction (neon night), brand-kit approach, and whether to build mobile-responsive or desktop-only — after confirming the Higgsfield CLI is configured.

04 · Locking the plan: six scenes + palette
Brand details (TechSnack AI newsletter) are supplied; the skill proposes a palette and a six-scene 'journey' (Signal Tower, Newsletter Desk, Workshop, Tool Vault, Repo Archive, Launchpad), which Sean tweaks and submits.

05 · Reading the skill's source before trusting it
While generation runs, Sean opens the skill's actual SKILL.md to show its bootstrap dependencies (Higgsfield CLI, ffmpeg, a Python image tool) and frames reading the source as a basic security habit.

06 · How scene generation actually works
Each scene gets its own still image sharing a style preamble, with an optional background-knockout step, then the skill applies one of two camera architectures — continuous forward or dive aerial — to connect them.

07 · Vocabulary as leverage
Sean walks through the motion-handoff mechanics that keep chained clips seamless, then argues precise creative vocabulary — not tool access — is what separates people who collect AI tools from people who ship with them.

08 · The reveal + the cost
The finished scrollable site is booted and viewed live, and Sean breaks down the cost: about 500 Higgsfield credits, roughly $20, before closing with links to his vocabulary resource and paid community.
Lines worth screenshotting.
- A single open-source Claude Code skill called scroll-world can turn a plain brand brief into a six-scene, camera-animated scrollable 3D website in under ten minutes of setup.
- The skill outsources image and video generation to Higgsfield, so Claude itself never renders pixels — it only writes prompts and orchestrates the calls.
- Generating a full six-scene scrollable site cost about 500 Higgsfield credits, roughly $20 at $0.04 per credit — mostly from chaining video connectors, not the still images.
- The skill locks one video model for an entire scene chain, because only frame-locking-capable models can keep the camera move visually continuous between scenes.
- Camera movement between scenes, not image quality, is treated as the single biggest lever for whether a scroll site feels smooth or disjointed.
- Only two camera architectures are supported: a continuous forward take for grounded walkthroughs, or a dive-in/dive-out aerial style for map-like or miniature-world sites.
- Every scene 'leg' ends by settling into a slow steady forward drift, and the next leg begins by continuing that same drift — a motion handoff contract that keeps the illusion seamless.
- Reading through a skill's source files before running it is treated as a basic security habit, not an optional nice-to-have, since skills get real access to your machine.
- Precise creative-direction vocabulary — words like 'diorama,' 'papercraft,' or 'dive-aerial' — is argued to have more effect on AI output quality than which tool you're using.
- Mobile support is treated as an escape hatch, not a redesign: off-center focal points get a 9:16 crop fallback instead of a fully separate mobile layout.
How AI video chains fake one continuous camera move
A single Claude Code skill can chain AI-generated stills and video connectors into a scrollable site, but the whole illusion rests on locking one camera style and one frame-locking model for the entire chain.
- Scroll-triggered 3D websites that look expensive to build can be produced with an off-the-shelf, open-source skill instead of custom animation work.
- Skills for Claude Code install like packages through a plugin marketplace command, turning a one-off capability into something reusable across future projects.
- Before generating anything, the skill interviews the user on art direction, brand identity, and whether mobile needs a separate design pass, turning a vague idea into concrete parameters.
- The skill depends on a separate paid API (Higgsfield) being configured first, so it functions as an orchestration layer rather than the actual generator.
- The six proposed scenes were derived directly from the stated brand purpose, showing that concrete creative input produces concrete structure instead of generic output.
- Letting the user merge or drop proposed scenes before generation starts avoids paying to generate sections nobody actually wanted.
- Opening a skill's actual source code before running it reveals exactly what dependencies and machine access it needs, rather than trusting its description blindly.
- Because the skill is open source, every default behavior — including which generation model it calls — can be swapped out if needed.
- Each scene gets its own still image sharing one style preamble, which is what keeps six independently generated scenes read as one coherent world.
- Only two camera architectures are offered on purpose — continuous forward or dive-in/dive-out aerial — because constraint, not more options, is what keeps a generated scene chain coherent.
- Precise creative vocabulary — naming an exact tone, era, or camera move — has more impact on AI output quality than which specific tool is used.
- The gap between someone who collects AI tools and someone who ships with them comes down to fluency in prompting language, not access to better tools.
- The full six-scene scrollable site cost about 500 Higgsfield credits, roughly $20 at default settings with no manual tuning or optimization.
- Generation costs concentrate in the video connector clips between scenes, not the still images, so cost scales with camera complexity more than scene count.
Terms worth knowing.
- scroll-world
- The open-source Claude Code skill demoed in the video that chains AI-generated scene images and video connectors into one continuously scrolling 3D website.
- Higgsfield
- The paid image and video generation API and CLI that scroll-world calls under the hood to render each scene and the transitions between them.
- Camera architecture
- The skill's term for the single consistent camera-movement style — either a forward take or a dive-aerial move — applied across every scene in the chain.
- Frame-locking
- A video model capability that lets a new generation start from the exact last frame of the previous clip, required to chain scenes without a visible seam.
- Connector
- A short generated video clip that bridges two static scene stills so the scroll feels like one continuous camera move rather than a hard cut.
- Credit
- Higgsfield's billing unit for generation requests; the demoed site used about 500 credits at roughly four cents each.
Things they pointed at.
Lines you could clip.
“It turns out it's actually simpler than you'd think, especially if you have a skill that can help you do it.”
“This is, like, a really good habit to get into, by the way, just understanding what's actually happening inside of these libraries so that we can make sure that we're not, you know, giving somebody complete access to our computer for absolutely no reason.”
“the way that the cameras actually move around and kind of, like, zoom in, that gives it a very specific aesthetic feel”
“if you're trying to, like, upscale your capability from someone that just collects random tools and never actually does anything to somebody that actually, like, builds things and can sell them or deploy them in their own business, getting better and better and better with your vocabulary to prompt the model with is one of the most powerful things you can do”
“that site that we just looked at, that costed $20”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
Scroll-triggered 3D sites have been going viral on Twitter and Instagram, and Sean Kochel wanted to know what it would actually take to build one — so he installs an open-source Claude Code skill called scroll-world and lets it run, from a five-question brand interview to a finished, camera-animated website.
Named ideas worth stealing.
Camera Architecture: Two Approaches
- Continuous forward take
- Dive-in / dive-out aerial
The skill locks one consistent camera-movement style for the entire scene chain — a grounded continuous forward push through scenes, or an aerial dive up/down between miniature or map-like worlds — because mixing styles breaks the illusion of one continuous camera move.
Motion Handoff Contract
Every generated scene 'leg' must end by settling into a slow, steady forward drift, and the next leg must begin by continuing that exact same drift — this shared boundary condition is what lets separately generated clips feel like one unbroken camera move.
How they asked for the click.
“if you like this video, make sure to check out those links in the description below... I have a paid group in the description below that you can also check out”
Soft double-CTA at the very end: a free vocabulary resource first, then a paid implementation community, both routed through description links rather than an in-video pitch.








































































