docs-demo

Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.

INSTALLATION
npx skills add https://github.com/remotion-dev/remotion --skill docs-demo
Run in your project or agent environment. Adjust flags if your CLI version differs.

SKILL.md

$27

-

Add to the demos array in packages/docs/components/demos/index.tsx:

  • Import the demo constant from ./types
  • Add it to the demos array

-

Use in MDX with <Demo type="your-id" />

Options

Options add interactive controls below the player. Each option needs name and optional ('no', 'default-enabled', or 'default-disabled').

Supported types:

  • type: 'numeric' — slider with min, max, step, default
  • type: 'boolean' — checkbox with default
  • type: 'enum' — dropdown with values array and default
  • type: 'string' — text input with default

Option values are passed to the component as inputProps. Access them as regular React props.

Example registration

export const myDemo: DemoType = {

  comp: MyDemoComp,

  compHeight: 720,

  compWidth: 1280,

  durationInFrames: 150,

  fps: 30,

  id: 'my-demo',

  autoPlay: true,

  options: [],

};
BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card