integrations

Discover, authorize, and wire OAuth integrations within Replit environments.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill integrations-hajrasarwar11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/hajrasarwar11/DataBase-Engine-with-AI/tree/main/.local/skills/integrations
Command: npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill integrations-hajrasarwar11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrations enable secure connections to external services, providing OAuth flows, reusable blueprints, and ready-made connectors to extend capabilities.

Core Features & Use Cases

  • Blueprints (code templates), connectors (OAuth/API integrations), and connections (authorized projects) to streamline security and setup.
  • Lifecycle guidance from discovery to authorization to wiring in a project.
  • Security-first approach: search for existing integrations before requesting credentials to minimize friction.

Quick Start

Connect an available integration to enable OAuth and integrate a new service into your project.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I connect and manage third-party API integrations with OAuth?

To connect third-party API integrations, search for existing connectors or blueprints and use the proposeIntegration function to handle OAuth flows before wiring the connection with addIntegration. This lifecycle approach ensures secure authentication and API connectivity.

What is the best way to set up external service connections in a Replit environment?

Setting up external service connections in a Replit environment involves discovering available integrations, authorizing access via OAuth, and rendering code snippets for runtime use. The security-first approach recommends searching for established connections before requesting new credentials to minimize friction.

Do I need to request new API credentials if an existing connector already exists?

You do not need to request new API credentials if an existing connector is available. The system prioritizes a security-first search to discover established connections and blueprints, minimizing friction and avoiding unnecessary credential handling.

Can I use blueprints and connectors to automate authentication flows for external services?

Yes, you can use blueprints and connectors to automate authentication flows. Blueprints act as code templates and connectors manage OAuth/API integrations, streamlining the security setup and enabling ready-made connections for external services.

How does the integration lifecycle work from discovery to runtime code generation?

The integration lifecycle works by discovering available integrations, using proposeIntegration for OAuth authorization, wiring the authorized project with addIntegration, and finally rendering code snippets for runtime use within your development environment.