What problem does it solve?
Integrating third‑party services into Replit projects often requires manual OAuth flows, package installations, and code scaffolding, creating friction and security concerns for developers.
Core Features & Use Cases
- searchIntegrations: Locate available connectors, connections, and blueprints for services like Google Sheets, Stripe, GitHub, and more.
- addIntegration: Install the necessary packages and code snippets for a selected integration, automatically wiring it to the project.
- proposeIntegration: Prompt the user to complete OAuth when a connector is not yet authorized.
- viewIntegration: Inspect integration details before committing changes.
Use cases include adding database connections, payment processing, or enabling API access without handling credentials directly.
Quick Start
Ask the integrations skill to search for and add a Google Sheets connection to your Replit project.