integrations

Search and configure Replit integrations for OAuth, databases, and APIs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CRAJKUMARSINGH/M3_Bridge --skill integrations-crajkumarsingh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/CRAJKUMARSINGH/M3_Bridge/tree/main/.local/skills/integrations
Command: npx skills add https://github.com/CRAJKUMARSINGH/M3_Bridge --skill integrations-crajkumarsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies discovering, configuring, and maintaining third-party and first-party integrations within Replit projects, eliminating manual setup and scattered credentials.

Core Features & Use Cases

  • SearchIntegrations: discover available connectors, blueprints, and connections.
  • addIntegration & proposeIntegration: wire and authorize integrations into a project.
  • Lifecycle management: manage connectors (not_setup), connections (added/not_added), and blueprints.
  • Security best practices: OAuth flows, secrets handling, and token refresh, plus environment configuration.
  • Use Cases: authentication, databases, payments, and API integrations.

Quick Start

Ask me to search for an integration related to your stack and start the OAuth flow to connect it.

Frequently Asked Questions about integrations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Replit OAuth flows for third-party API integrations?▼

To configure Replit OAuth flows for third-party API integrations, you use the addIntegration function to wire and authorize connectors into your project, enforcing the integration lifecycle steps and secure token management.

What is the best way to search for available connectors and blueprints in Replit?▼

The best way to search for available connectors and blueprints in Replit is using the SearchIntegrations function, which discovers available first-party and third-party connections for your stack.

Can I manage token lifecycles and secrets handling for database connections in Replit?▼

Yes, you can manage token lifecycles and secrets handling for database connections by applying security best practices during environment configuration and utilizing the provided functions for token refresh.

Does Replit support adding new integrations for payments and authentication automatically?▼

Replit supports adding new integrations for payments and authentication through the addIntegration and proposeIntegration functions, eliminating manual setup and scattered credentials across your projects.

Why does my Replit integration connector show a not_setup status during the lifecycle?▼

Your Replit integration connector shows a not_setup status during the lifecycle because it has not yet been wired and authorized into the project, requiring you to complete the OAuth flow and environment configuration.