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 existing Replit integrations and wires them into your 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: Guide users through authorization with proposeIntegration, then wire the connection to the project with addIntegration, which also installs required packages. - Ready-to-Use Code Snippets: Retrieve token-refreshing client boilerplate from renderedContent that handles credential expiry automatically. - Use Case: A user asks to sync app data with Google Sheets. You search for the integration, propose the Google OAuth connector, add the resulting connection, and copy the provided client snippet into the server code. ## Quick Start Search Replit integrations for Stripe and connect it to my project so I can accept payments.