PurposeSearches and fetches current Remotion documentation via Algolia API and .md URLs. Key method: query Algolia, pick URLs, fetch Markdown. Value: provides up-to-date API info to build accurate Remotion videos.

Domains

Coding

Forms

Workflow
Required Tools
None
Languages
No strong dependency
Package Manager
N/A
Skill Composition
  • SKILL.md100.0%

Mechanism

When It Triggers · How It Works · What It Produces

Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.

Trigger

When you need accurate, up-to-date Remotion documentation instead of relying on memorized APIs.

Mechanism

  • Query Algolia search API with the concept
  • Select relevant doc URLs from hits
  • Append .md to fetch Markdown source
  • Use fetched docs to implement features

Result

Current Remotion docs retrieved as Markdown, reducing outdated API usage and improving code accuracy.