🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
scroll-world
Claude Code skill/plugin: immersive scroll-scrubbed 'fly through the world' landing pages generated with Higgsfield (Emons-style diorama flights, seamless co…
git clone https://github.com/oso95/scroll-world
scroll-world
https://github.com/user-attachments/assets/b08e641e-985b-4bd4-83ff-6750272d0c37
A Claude Code skill that builds an immersive, scroll-scrubbed "fly through the world" landing page for any industry or brand — the kind where, as you scroll, a camera flies from outside each scene into its interior, then flows on to the next scene with no cuts. One continuous connected flight through a little generated world (think the Emons logistics site, applied to whatever you want).
It leans on Higgsfield for the art: cohesive isometric diorama scenes (GPT Image 2) and the camera flights themselves (Seedance image-to-video), scrubbed by scroll position — the same technique behind Apple's scroll-through product pages. The camera genuinely moves; scroll only drives time.
The skill is framework-agnostic. It gives you the Higgsfield pipeline, the prompt templates, and a portable vanilla-JS scrub engine that drops into plain HTML, Next.js, Vue, or a Python-served page — nothing assumes a stack.
What it does
When invoked, the skill:
- Interviews you — the subject/industry + pitch, a brand kit (import from a URL, hand it over, or have it proposed), art direction, and the ordered scenes the camera visits.
- Generates the assets with Higgsfield — one still per scene, one "dive-in" camera clip per scene, and the connector clips that join consecutive scenes.
- Wires it up — a config-driven scroll engine that plays the whole chain as one flight.
The part that makes it good
The scenes connect seamlessly because each connector clip is generated with the actual rendered frames of its neighbours as its start/end images (not the original stills — those re-render slightly differently and would pop at the seam). Both sides of every seam end up frame-identical, so the camera never cuts. This is baked into the skill as the central rule.
It also captures the non-obvious production gotchas: blob-URL loading so scrubbing works on hosts that don't serve HTTP byte-range requests, GOP/encoding settings that stay sharp without bloating, and Higgsfield's quirks.
Requirements
- The Higgsfield CLI, authenticated (
higgsfield auth login), with credits. ffmpeg/ffprobefor frame extraction and encoding.- Python 3 with Pillow (optional — only for the transparent-scene knockout).
Install
As a plugin (recommended)
/plugin marketplace add oso95/scroll-world
/plugin install scroll-world@scroll-world
Then just ask for a scroll-through world landing page, or invoke /scroll-world.
Manually (drop-in skill)
Copy the skill folder into your Claude Code skills directory:
git clone https://github.com/oso95/scroll-world
cp -R scroll-world/plugins/scroll-world/skills/scroll-world ~/.claude/skills/
What's in the skill
skills/scroll-world/
├── SKILL.md the procedure + the seam rule + gotchas
└── references/
├── prompts.md intake checklist + every Higgsfield prompt template
├── pipeline.md copy-paste batch scripts (generate → frames → connectors → encode)
├── scrub-engine.js portable, config-driven scrub engine (blob-seek, lazy load, seam crossfade)
├── index-template.html a minimal standalone page that mounts the engine
└── knockout.py background knockout for floating scenes
Notes
- Asset generation costs Higgsfield credits (~N image gens + ~2N-1 video gens for N scenes) and takes a while — the skill runs generations in the background and polls.
- The generated
.mp4/.webpassets are produced per project; they're not shipped here.
License
MIT — see LICENSE.
// compatibility
| Platforms | cli, web |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | JavaScript |
// faq
What is scroll-world?
Claude Code skill/plugin: immersive scroll-scrubbed 'fly through the world' landing pages generated with Higgsfield (Emons-style diorama flights, seamless connectors, portable scrub engine).. It is open-source on GitHub.
Is scroll-world free to use?
scroll-world is open-source under the MIT license, so it is free to use.
What category does scroll-world belong to?
scroll-world is listed under integrations in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/scroll-world)
// retro hit counter
[](https://claudeers.com/scroll-world)
// reviews
// guestbook
// related in Integrations & Connectors
Use claude code and codex for free in the terminal, VSCode extension, and discord like OpenClaw (voice supported)
Bridge local AI coding agents (Claude Code, Cursor, Gemini CLI, Codex) to messaging platforms (Feishu/Lark, DingTalk, Slack, Telegram, Discord, LINE, WeChat…
All parts of Claude Code's system prompt, 27 builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, statusli…
Fastest, smallest, and fully autonomous AI assistant infrastructure written in Zig