Skip to content
Skillv1.0.0

remotion-create

Creating a new Remotion video

by aiskillstore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from aiskillstore/marketplace (skills/remotion-dev/remotion-create/SKILL.md). Install upstream with npx skills add aiskillstore/marketplace --skill remotion-create. Copyright stays with the author.

These are instructions for making a new Remotion project and composition.
If this is not the next task, see Remotion Best Practices

Scaffold a project

If a project already exists, skip this. Ensure Node.js and Git is installed, and the current folder is appropriate for starting a new project.

Scaffold one using:

npx create-video@latest --yes --blank --no-tailwind my-video
cd my-video
npm i

Replace my-video with a suitable project name.

Designing a video

Keep the scaffold and add React Markup. Follow Remotion React Markup Best Practices and Video Layout Rules for video-first layout and text sizing guidance.

Interactivity Best Practices

By structuring the React Markup following Remotion Interactivity Best Practices, you allow the user to make edits in the Studio which write back to code.

TailwindCSS

If Tailwind is requested, see tailwind.md for using TailwindCSS in Remotion.

Starting preview

npx remotion studio --no-open

This will start a long-running process and print the server URL for the preview.

Follow-up

The video creation process has finished. For follow-up prompts, use Remotion Best Practices

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/aiskillstore-marketplace-remotion-create/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

aiskillstore-marketplace-remotion-create.ocm.jsonjson
{
  "ocm": "1",
  "id": "aiskillstore-marketplace-remotion-create",
  "kind": "skill",
  "name": "remotion-create",
  "description": "Creating a new Remotion video",
  "publisher": "aiskillstore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "remotion",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Creating a new Remotion video"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/aiskillstore/marketplace",
      "path": "skills/remotion-dev/remotion-create/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/aiskillstore/marketplace/blob/HEAD/skills/remotion-dev/remotion-create/SKILL.md",
      "key": "aiskillstore/marketplace/skills/remotion-dev/remotion-create/SKILL.md"
    }
  },
  "instructions": "These are instructions for making a new Remotion project and composition.  \nIf this is not the next task, see [Remotion Best Practices](../remotion-best-practices/SKILL.md)\n\n## Scaffold a project\n\nIf a project already exists, skip this.\nEnsure Node.js and Git is installed, and the current folder is appropriate for starting a new project.\n\nScaffold one using:\n\n```bash\nnpx create-video@latest --yes --blank --no-tailwind my-video\ncd my-video\nnpm i\n```\n\nReplace `my-video` with a suitable project name.\n\n## Designing a video\n\nKeep the scaffold and add React Markup. Follow [Remotion React Markup Best",
  "cost": {
    "context_tokens": 339
  }
}

Fetch it by URL: GET /api/v1/registry/aiskillstore-marketplace-remotion-create/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.