Skip to content
Skillv1.0.0

remotion-interactivity

Best practices for writing Remotion animations that stay intuitive for agents and editable in Remotion Studio Visual Mode.

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-interactivity/SKILL.md). Install upstream with npx skills add aiskillstore/marketplace --skill remotion-interactivity. Copyright stays with the author.

Remotion Interactivity

Use the canonical interactivity best-practices page instead: Interactivity best practices

To make an element or custom component interactive, use: Make a component interactive

Video editing

If a Remotion component mainly consists of video and audio clips, see Video editing for best practices on how to structure Remotion markup so the clips are interactively editable in the timeline.

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-interactivity/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-interactivity.ocm.jsonjson
{
  "ocm": "1",
  "id": "aiskillstore-marketplace-remotion-interactivity",
  "kind": "skill",
  "name": "remotion-interactivity",
  "description": "Best practices for writing Remotion animations that stay intuitive for agents and editable in Remotion Studio Visual Mode.",
  "publisher": "aiskillstore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "remotion",
      "interactivity",
      "studio",
      "visual",
      "mode",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Best practices for writing Remotion animations that stay intuitive for agents and editable in Remotion Studio Visual Mode."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/aiskillstore/marketplace",
      "path": "skills/remotion-dev/remotion-interactivity/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/aiskillstore/marketplace/blob/HEAD/skills/remotion-dev/remotion-interactivity/SKILL.md",
      "key": "aiskillstore/marketplace/skills/remotion-dev/remotion-interactivity/SKILL.md"
    }
  },
  "instructions": "# Remotion Interactivity\n\nUse the canonical interactivity best-practices page instead:\n[Interactivity best practices](https://www.remotion.dev/docs/studio/interactivity-best-practices.md)\n\nTo make an element or custom component interactive, use:\n[Make a component interactive](https://www.remotion.dev/docs/studio/make-component-interactive.md)\n\n## Video editing\n\nIf a Remotion component mainly consists of video and audio clips, see [Video editing](https://github.com/remotion-dev/skills/blob/e44d7f765ed42412d8e91ef87f217c5a158abf57/skills/remotion-markup/video-editing.md) for best practices on ho",
  "cost": {
    "context_tokens": 171
  }
}

Fetch it by URL: GET /api/v1/registry/aiskillstore-marketplace-remotion-interactivity/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.