What problem does it solve?
It eliminates the friction of wiring Replit projects to third-party services by guiding you through the correct integration lifecycle (searching first, then adding or proposing OAuth-based connections) instead of asking for raw API credentials prematurely.
Core Features & Use Cases
- OAuth-first integration setup: Finds existing Replit integrations (blueprints, connectors, connections) before requesting any secrets, reducing user friction.
- Correct lifecycle handling: Supports
connector → proposeIntegration, then connection → addIntegration followed by proposeIntegration for token establishment/renewal.
- Blueprint installation for scaffolding: Installs integration templates and dependencies when the service is best delivered as a blueprint rather than an OAuth flow.
- Use Cases: Authentication (Google/GitHub/Linear), databases, payments (Stripe), and general third-party API integrations.
Quick Start
Use the integrations skill to connect your Replit project to a third-party service by searching for the integration first, then adding the correct blueprint/connection or proposing the OAuth connector when required.