From open-agent-hub
Searches Remotion documentation via Algolia and fetches pages as Markdown to save tokens. Useful when you need current API docs for Remotion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/open-agent-hub:remotion-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill teaches you how to discover and read current Remotion documentation.
This skill teaches you how to discover and read current Remotion documentation. If this is not relevant, load Remotion Best Practices instead.
Use the Algolia search API to find relevant documentation pages:
POST https://plsduol1ca-dsn.algolia.net/1/indexes/*/queries?x-algolia-api-key=3e42dbd4f895fe93ff5cf40d860c4a85&x-algolia-application-id=PLSDUOL1CA
Content-Type: application/x-www-form-urlencoded
{
"requests": [
{
"query": "<your search query>",
"indexName": "remotion",
"params": "attributesToRetrieve=[\"hierarchy.lvl0\",\"hierarchy.lvl1\",\"hierarchy.lvl2\",\"url\"]&hitsPerPage=10"
}
]
}
Each hit contains a url field pointing to the documentation page.
Append .md to any Remotion docs URL to retrieve its Markdown source (saves tokens):
https://www.remotion.dev/docs/use-video-config.md
https://www.remotion.dev/docs/sequence.md
https://www.remotion.dev/docs/lambda/rendermediaonlambda.md
.md suffix.npx claudepluginhub guanyang/open-agent-hub --plugin open-agent-hub2plugins reuse this skill
First indexed Jul 17, 2026
Loads Remotion best practices and delegates to specialized skills for project setup, React markup, interactivity, rendering, captions, SaaS, and documentation.
Provides Remotion best practices covering 3D, animations, audio, captions, charts, fonts, sequencing, text animations, and TailwindCSS integration.
Provides best practices for Remotion video creation in React, covering 3D, animations, audio, captions, fonts, sequencing, and more.