setup-guide
npx machina-cli add skill DojoCodingLabs/remotion-superpowers/setup-guide --openclawFiles (1)
SKILL.md
536 B
Setup Guide for Remotion Superpowers
This skill contains knowledge for helping users set up the plugin and troubleshoot issues.
Rule Files
rules/api-keys-setup.md— Detailed instructions for obtaining each API key, signup URLs, free tiers, and pricing info
Source
git clone https://github.com/DojoCodingLabs/remotion-superpowers/blob/main/skills/setup-guide/SKILL.mdView on GitHub Overview
Guides users through configuring the Remotion Superpowers plugin, including obtaining API keys, installing dependencies, and troubleshooting MCP connections. This ensures smooth setup and resolve MCP issues efficiently.
How This Skill Works
The skill uses rule-based guidance, directing users to the api-keys-setup rules for API key acquisition, signup URLs, and pricing, then walks through dependency installation and MCP server troubleshooting with concrete steps and checks to resolve common blockers.
When to Use It
- When a user runs /setup to initialize the plugin
- When a user cannot locate or obtain required API keys
- When dependency installation fails (npm/yarn, version issues)
- When MCP server connectivity or handshake fails
- When troubleshooting MCP connections or startup errors
Quick Start
- Step 1: Run /setup to begin the Remotion Superpowers setup flow
- Step 2: Follow the API key setup instructions in rules/api-keys-setup.md to obtain your keys
- Step 3: Install dependencies and verify MCP connectivity, then complete setup
Best Practices
- Ask for the user's environment details (OS, Node/npm version) before guiding steps
- Point users to the api-keys-setup.md rules for key acquisition and pricing
- Walk through dependency installation step-by-step and verify success
- Check MCP server status and network access (firewalls, IP allowlists)
- Provide clear next steps and links to logs or support if issues persist
Example Use Cases
- A user starts with /setup to configure the plugin on a fresh install
- A user can't find their API keys and needs guidance to obtain them
- Dependency installation fails due to Node version mismatch
- MCP server refuses connection due to firewall rules
- User regenerates an API key and re-runs /setup
Frequently Asked Questions
Add this skill to your agents