LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Add a new Remotion package - Create and Integrate New Remotion Package in Monorepo

Creates a new package in the Remotion monorepo with proper configuration and documentation

Tags

Updated: 2026-02-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • create package directory
  • copy template files
  • update package.json
  • configure TypeScript
  • write source code
  • create build script
  • setup ESLint config
  • create README file
  • register in monorepo
  • add to package lists
  • create documentation
  • add example usage
  • run dependency installation
  • execute build process

Inputs

  • package name
  • package description
  • source code exports
  • React components (if applicable)
  • documentation content
  • example usage code

Outputs

  • new package directory
  • package.json file
  • TypeScript configuration
  • source index file
  • build script
  • ESLint configuration
  • .npmignore file
  • README documentation
  • monorepo registration
  • documentation files
  • example implementation
  • built package distribution

Requirements

  • Remotion monorepo environment
  • Bun runtime
  • TypeScript compiler
  • package manager access
  • write permissions
  • documentation system

Source

  • Spec: SKILL.md
package development
monorepo
build automation
documentation
TypeScript
React
create package directory
copy template files
update package.json
configure TypeScript
package name
package description
source code exports
new package directory
package.json file
TypeScript configuration