integrations

Search and add third-party integrations for Replit projects.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Celia-12/Proyecto-Mern --skill integrations-celia-12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/Celia-12/Proyecto-Mern/tree/main/frontend/.local/skills/integrations
Command: npx skills add https://github.com/Celia-12/Proyecto-Mern --skill integrations-celia-12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines the discovery, authorization, and installation of third‑party services within Replit projects, eliminating manual credential handling and boilerplate setup.

Core Features & Use Cases

  • searchIntegrations: Locate available connectors, blueprints, or existing connections for services such as Google Sheets, Stripe, GitHub, and more.
  • addIntegration: Install the necessary packages and code snippets for a selected connection or blueprint.
  • proposeIntegration: Initiate OAuth flows for connectors that require user authorization.
  • viewIntegration: Inspect integration details before committing. Use cases include adding payment processing, database access, or productivity tool integrations to a Replit workspace with minimal effort.

Quick Start

Ask the integrations skill to find and add a Google Sheets connection for my Replit project.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I add Google Sheets or Stripe API integrations to a Replit project?

Adding third-party integrations to a Replit project involves searching for available connectors or blueprints, selecting the desired service, and installing the necessary packages and code snippets. The process handles OAuth flows and code generation automatically, requiring no manual credential management.

How does OAuth connection handling work for Replit third-party services?

OAuth connection handling for Replit third-party services is managed automatically when you initiate an integration. The process proposes the OAuth flow for connectors requiring authorization, allowing you to securely connect services like GitHub without manually handling API credentials.

Can I use existing connections and blueprints to integrate APIs in Replit?

Yes, you can use existing connections and blueprints to integrate APIs in Replit. The integration tool allows you to search for available connectors, view their details before committing, and install the required packages and code snippets directly into your current workspace.

What is the best way to connect a GitHub API to my Replit workspace?

The best way to connect a GitHub API to your Replit workspace is by searching for its specific connector or blueprint. This method automatically performs OAuth authorization, installs required packages, and generates code snippets without manual credential setup.

Do I need to manually manage API credentials when adding Replit integrations?

No, you do not need to manually manage API credentials when adding Replit integrations. The integration process performs OAuth handling and code snippet generation automatically, eliminating the need for manual credential configuration.