Claude Skill

remotion-studio

Preview a Remotion video

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download muzimu217-ui-design-agent-kit-.agents_skills_remotion-studio-aa38774.zip · 2 KB
Part of muzimu217/ui-design-agent-kit — 23 skills

Install

skills CLI npx skills add https://github.com/muzimu217/ui-design-agent-kit/tree/main/.agents/skills/remotion-studio
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install muzimu217-ui-design-agent-kit@llmmart
Git git clone https://github.com/muzimu217/ui-design-agent-kit.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole muzimu217/ui-design-agent-kit collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Execute the following command:

npx remotion studio --no-open

If the Studio is already opened, the URL will be printed and the command will exit. Otherwise, a long-running process will start, and the URL will be printed.

Open the URL in the browser.

Useful flags

Argument Purpose
--log=<level> Set error, warn, info (default), or verbose logging.
--port=<number> Request a Studio server port; otherwise Remotion finds a free port.
--force-new Start another Studio instance even when one is already running for the same project and port.
Files (ui-design-agent-kit)
  • agents
    • openai.yaml 237 B
      interface:
        display_name: '/remotion-studio'
        short_description: 'Preview your video'
        icon_small: './assets/remotion-icon.png'
        icon_large: './assets/remotion-icon.png'
        brand_color: '#0B84F3'
        default_prompt: '$remotion-studio.'
      
  • assets
    • remotion-icon.png 1.3 KB · in bundle
  • SKILL.md 972 B
    ---
    name: remotion-studio
    description: Preview a Remotion video
    metadata:
      version: "4.0.520"
    ---
    
    Execute the following command:
    
    ```bash
    npx remotion studio --no-open
    ```
    
    If the Studio is already opened, the URL will be printed and the command will exit.
    Otherwise, a long-running process will start, and the URL will be printed.
    
    Open the URL in the browser.
    
    ## Useful flags
    
    | Argument          | Purpose                                                                                       |
    | ----------------- | --------------------------------------------------------------------------------------------- |
    | `--log=<level>`   | Set `error`, `warn`, `info` (default), or `verbose` logging.                                  |
    | `--port=<number>` | Request a Studio server port; otherwise Remotion finds a free port.                           |
    | `--force-new`     | Start another Studio instance even when one is already running for the same project and port. |
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related