What problem does it solve? Connecting third-party services like Google Sheets, Stripe, Linear, or OpenAI to a Replit project normally requires manual OAuth setup, API key management, and boilerplate code. This Skill discovers available Replit integrations and wires them into the project securely, avoiding the friction of asking users for raw credentials. ## Core Features & Use Cases - Integration Discovery: Search available blueprints, connectors, and existing connections with searchIntegrations before requesting any API keys. - OAuth Connection Flow: Propose connectors to users for authorization, then add the resulting connection to the project with automatic package installation. - Ready-to-Use Code Snippets: Retrieve rendered boilerplate that handles token refresh and expiry, using Replit-injected environment variables. - Use Case: A user wants their app to read a Google Sheet. Search for the Google Sheets connector, propose it so the user completes OAuth, add the connection, and copy the provided client snippet into the server code. ## Quick Start Search for a Replit integration for the third-party service I need and connect it to this project.