[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-remotion-remotion-docs":3,"mdc--l4nv0z-key":32,"related-org-remotion-remotion-docs":160,"related-repo-remotion-remotion-docs":311},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"remotion-docs","search Remotion documentation","Search Remotion documentation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"remotion","Remotion","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fremotion.png","remotion-dev",[13,17,20],{"name":14,"slug":15,"type":16},"Documentation","documentation","tag",{"name":18,"slug":19,"type":16},"Reference","reference",{"name":9,"slug":8,"type":16},4160,"https:\u002F\u002Fgithub.com\u002Fremotion-dev\u002Fskills","2026-07-30T05:25:32.714247",null,481,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"Agent Skills","https:\u002F\u002Fgithub.com\u002Fremotion-dev\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fremotion-docs","---\nname: remotion-docs\ndescription: Search Remotion documentation\nmetadata:\n  tags: remotion, docs, documentation, search\n---\n\nThis skill teaches you how to discover and read current Remotion documentation.\nIf this is not relevant, load [Remotion Best Practices](..\u002Fremotion-best-practices\u002FSKILL.md) instead.\n\n## Searching the docs\n\nUse the Algolia search API to find relevant documentation pages:\n\n```\nPOST https:\u002F\u002Fplsduol1ca-dsn.algolia.net\u002F1\u002Findexes\u002F*\u002Fqueries?x-algolia-api-key=3e42dbd4f895fe93ff5cf40d860c4a85&x-algolia-application-id=PLSDUOL1CA\nContent-Type: application\u002Fx-www-form-urlencoded\n\n{\n  \"requests\": [\n    {\n      \"query\": \"\u003Cyour search query>\",\n      \"indexName\": \"remotion\",\n      \"params\": \"attributesToRetrieve=[\\\"hierarchy.lvl0\\\",\\\"hierarchy.lvl1\\\",\\\"hierarchy.lvl2\\\",\\\"url\\\"]&hitsPerPage=10\"\n    }\n  ]\n}\n```\n\nEach hit contains a `url` field pointing to the documentation page.\n\n## Fetching a page as Markdown\n\nAppend `.md` to any Remotion docs URL to retrieve its Markdown source (saves tokens):\n\n```\nhttps:\u002F\u002Fwww.remotion.dev\u002Fdocs\u002Fuse-video-config.md\nhttps:\u002F\u002Fwww.remotion.dev\u002Fdocs\u002Fsequence.md\nhttps:\u002F\u002Fwww.remotion.dev\u002Fdocs\u002Flambda\u002Frendermediaonlambda.md\n```\n\n## Workflow\n\n1. Search Algolia for the concept or API you need.\n2. Pick the most relevant URL(s) from the results.\n3. Fetch each URL with the `.md` suffix.\n4. Implement using the current documentation rather than memorized API knowledge.\n",{"data":33,"body":36},{"name":4,"description":6,"metadata":34},{"tags":35},"remotion, docs, documentation, search",{"type":37,"children":38},"root",[39,56,63,68,81,94,100,113,122,128],{"type":40,"tag":41,"props":42,"children":43},"element","p",{},[44,47,54],{"type":45,"value":46},"text","This skill teaches you how to discover and read current Remotion documentation.\nIf this is not relevant, load ",{"type":40,"tag":48,"props":49,"children":51},"a",{"href":50},"..\u002Fremotion-best-practices\u002FSKILL.md",[52],{"type":45,"value":53},"Remotion Best Practices",{"type":45,"value":55}," instead.",{"type":40,"tag":57,"props":58,"children":60},"h2",{"id":59},"searching-the-docs",[61],{"type":45,"value":62},"Searching the docs",{"type":40,"tag":41,"props":64,"children":65},{},[66],{"type":45,"value":67},"Use the Algolia search API to find relevant documentation pages:",{"type":40,"tag":69,"props":70,"children":74},"pre",{"className":71,"code":73,"language":45},[72],"language-text","POST https:\u002F\u002Fplsduol1ca-dsn.algolia.net\u002F1\u002Findexes\u002F*\u002Fqueries?x-algolia-api-key=3e42dbd4f895fe93ff5cf40d860c4a85&x-algolia-application-id=PLSDUOL1CA\nContent-Type: application\u002Fx-www-form-urlencoded\n\n{\n  \"requests\": [\n    {\n      \"query\": \"\u003Cyour search query>\",\n      \"indexName\": \"remotion\",\n      \"params\": \"attributesToRetrieve=[\\\"hierarchy.lvl0\\\",\\\"hierarchy.lvl1\\\",\\\"hierarchy.lvl2\\\",\\\"url\\\"]&hitsPerPage=10\"\n    }\n  ]\n}\n",[75],{"type":40,"tag":76,"props":77,"children":79},"code",{"__ignoreMap":78},"",[80],{"type":45,"value":73},{"type":40,"tag":41,"props":82,"children":83},{},[84,86,92],{"type":45,"value":85},"Each hit contains a ",{"type":40,"tag":76,"props":87,"children":89},{"className":88},[],[90],{"type":45,"value":91},"url",{"type":45,"value":93}," field pointing to the documentation page.",{"type":40,"tag":57,"props":95,"children":97},{"id":96},"fetching-a-page-as-markdown",[98],{"type":45,"value":99},"Fetching a page as Markdown",{"type":40,"tag":41,"props":101,"children":102},{},[103,105,111],{"type":45,"value":104},"Append ",{"type":40,"tag":76,"props":106,"children":108},{"className":107},[],[109],{"type":45,"value":110},".md",{"type":45,"value":112}," to any Remotion docs URL to retrieve its Markdown source (saves tokens):",{"type":40,"tag":69,"props":114,"children":117},{"className":115,"code":116,"language":45},[72],"https:\u002F\u002Fwww.remotion.dev\u002Fdocs\u002Fuse-video-config.md\nhttps:\u002F\u002Fwww.remotion.dev\u002Fdocs\u002Fsequence.md\nhttps:\u002F\u002Fwww.remotion.dev\u002Fdocs\u002Flambda\u002Frendermediaonlambda.md\n",[118],{"type":40,"tag":76,"props":119,"children":120},{"__ignoreMap":78},[121],{"type":45,"value":116},{"type":40,"tag":57,"props":123,"children":125},{"id":124},"workflow",[126],{"type":45,"value":127},"Workflow",{"type":40,"tag":129,"props":130,"children":131},"ol",{},[132,138,143,155],{"type":40,"tag":133,"props":134,"children":135},"li",{},[136],{"type":45,"value":137},"Search Algolia for the concept or API you need.",{"type":40,"tag":133,"props":139,"children":140},{},[141],{"type":45,"value":142},"Pick the most relevant URL(s) from the results.",{"type":40,"tag":133,"props":144,"children":145},{},[146,148,153],{"type":45,"value":147},"Fetch each URL with the ",{"type":40,"tag":76,"props":149,"children":151},{"className":150},[],[152],{"type":45,"value":110},{"type":45,"value":154}," suffix.",{"type":40,"tag":133,"props":156,"children":157},{},[158],{"type":45,"value":159},"Implement using the current documentation rather than memorized API knowledge.",{"items":161,"total":310},[162,184,197,209,225,237,249,255,268,281,296],{"slug":163,"name":163,"fn":164,"description":165,"org":166,"tags":167,"stars":181,"repoUrl":182,"updatedAt":183},"remotion-best-practices","build programmatic videos with Remotion","Router for all Remotion skills",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[168,171,174,175,178],{"name":169,"slug":170,"type":16},"Animation","animation",{"name":172,"slug":173,"type":16},"React","react",{"name":9,"slug":8,"type":16},{"name":176,"slug":177,"type":16},"TypeScript","typescript",{"name":179,"slug":180,"type":16},"Video","video",54855,"https:\u002F\u002Fgithub.com\u002Fremotion-dev\u002Fremotion","2026-07-27T06:08:28.310856",{"slug":185,"name":185,"fn":186,"description":187,"org":188,"tags":189,"stars":181,"repoUrl":182,"updatedAt":196},"remotion-interactivity","create interactive Remotion animations","Structure Remotion markup for interactivity",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[190,191,194,195],{"name":169,"slug":170,"type":16},{"name":192,"slug":193,"type":16},"Design","design",{"name":172,"slug":173,"type":16},{"name":9,"slug":8,"type":16},"2026-07-30T05:25:35.376625",{"slug":198,"name":198,"fn":199,"description":200,"org":201,"tags":202,"stars":181,"repoUrl":182,"updatedAt":208},"remotion-multimedia","interact with Mediabunny in Remotion","Interacting with Mediabunny",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[203,206,207],{"name":204,"slug":205,"type":16},"Media","media",{"name":9,"slug":8,"type":16},{"name":179,"slug":180,"type":16},"2026-07-27T06:28:53.1297",{"slug":210,"name":210,"fn":211,"description":212,"org":213,"tags":214,"stars":181,"repoUrl":182,"updatedAt":224},"remotion-saas","build Remotion-powered SaaS applications","Build an app with Remotion",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[215,216,217,220,221],{"name":172,"slug":173,"type":16},{"name":9,"slug":8,"type":16},{"name":218,"slug":219,"type":16},"SaaS","saas",{"name":179,"slug":180,"type":16},{"name":222,"slug":223,"type":16},"Web Development","web-development","2026-07-27T06:08:27.300451",{"slug":226,"name":226,"fn":227,"description":228,"org":229,"tags":230,"stars":21,"repoUrl":22,"updatedAt":236},"remotion-captions","manage video captions in Remotion","Transcribing, displaying and animating captions",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[231,232,235],{"name":9,"slug":8,"type":16},{"name":233,"slug":234,"type":16},"Transcription","transcription",{"name":179,"slug":180,"type":16},"2026-07-30T05:25:30.695925",{"slug":238,"name":238,"fn":239,"description":240,"org":241,"tags":242,"stars":21,"repoUrl":22,"updatedAt":248},"remotion-create","create new Remotion video projects","Create a new Remotion video",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[243,246,247],{"name":244,"slug":245,"type":16},"Creative","creative",{"name":9,"slug":8,"type":16},{"name":179,"slug":180,"type":16},"2026-07-30T05:25:29.406181",{"slug":4,"name":4,"fn":5,"description":6,"org":250,"tags":251,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[252,253,254],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"slug":256,"name":256,"fn":257,"description":258,"org":259,"tags":260,"stars":21,"repoUrl":22,"updatedAt":267},"remotion-maps","animate maps using Remotion","Remotion Map animation knowledge",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[261,262,265,266],{"name":169,"slug":170,"type":16},{"name":263,"slug":264,"type":16},"Maps","maps",{"name":9,"slug":8,"type":16},{"name":179,"slug":180,"type":16},"2026-07-30T05:25:28.60293",{"slug":269,"name":269,"fn":270,"description":271,"org":272,"tags":273,"stars":21,"repoUrl":22,"updatedAt":280},"remotion-markup","write Remotion React markup","Content, animation and effects best practices",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[274,277,278,279],{"name":275,"slug":276,"type":16},"Frontend","frontend",{"name":172,"slug":173,"type":16},{"name":9,"slug":8,"type":16},{"name":179,"slug":180,"type":16},"2026-07-30T05:25:33.787523",{"slug":282,"name":282,"fn":283,"description":284,"org":285,"tags":286,"stars":21,"repoUrl":22,"updatedAt":295},"remotion-render","render videos with Remotion","Export a Remotion video",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[287,290,293,294],{"name":288,"slug":289,"type":16},"Deployment","deployment",{"name":291,"slug":292,"type":16},"Performance","performance",{"name":9,"slug":8,"type":16},{"name":179,"slug":180,"type":16},"2026-07-30T05:25:31.705328",{"slug":297,"name":297,"fn":298,"description":299,"org":300,"tags":301,"stars":21,"repoUrl":22,"updatedAt":309},"remotion-upgrade","upgrade Remotion projects and dependencies","Upgrade Remotion, its related packages, compatible Mediabunny packages, and installed Remotion Agent Skills. Use when asked to upgrade or update a Remotion project.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[302,305,308],{"name":303,"slug":304,"type":16},"Engineering","engineering",{"name":306,"slug":307,"type":16},"Migration","migration",{"name":9,"slug":8,"type":16},"2026-07-21T06:07:40.273712",11,{"items":312,"total":358},[313,319,325,331,338,345,352],{"slug":226,"name":226,"fn":227,"description":228,"org":314,"tags":315,"stars":21,"repoUrl":22,"updatedAt":236},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[316,317,318],{"name":9,"slug":8,"type":16},{"name":233,"slug":234,"type":16},{"name":179,"slug":180,"type":16},{"slug":238,"name":238,"fn":239,"description":240,"org":320,"tags":321,"stars":21,"repoUrl":22,"updatedAt":248},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[322,323,324],{"name":244,"slug":245,"type":16},{"name":9,"slug":8,"type":16},{"name":179,"slug":180,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":326,"tags":327,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[328,329,330],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"slug":256,"name":256,"fn":257,"description":258,"org":332,"tags":333,"stars":21,"repoUrl":22,"updatedAt":267},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[334,335,336,337],{"name":169,"slug":170,"type":16},{"name":263,"slug":264,"type":16},{"name":9,"slug":8,"type":16},{"name":179,"slug":180,"type":16},{"slug":269,"name":269,"fn":270,"description":271,"org":339,"tags":340,"stars":21,"repoUrl":22,"updatedAt":280},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[341,342,343,344],{"name":275,"slug":276,"type":16},{"name":172,"slug":173,"type":16},{"name":9,"slug":8,"type":16},{"name":179,"slug":180,"type":16},{"slug":282,"name":282,"fn":283,"description":284,"org":346,"tags":347,"stars":21,"repoUrl":22,"updatedAt":295},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[348,349,350,351],{"name":288,"slug":289,"type":16},{"name":291,"slug":292,"type":16},{"name":9,"slug":8,"type":16},{"name":179,"slug":180,"type":16},{"slug":297,"name":297,"fn":298,"description":299,"org":353,"tags":354,"stars":21,"repoUrl":22,"updatedAt":309},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[355,356,357],{"name":303,"slug":304,"type":16},{"name":306,"slug":307,"type":16},{"name":9,"slug":8,"type":16},7]