integrations

Search and manage Replit third-party integrations like blueprints and connectors.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/koya-alt/Catalyst --skill integrations-koya-alt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/koya-alt/Catalyst/tree/main/local/skills/integrations
Command: npx skills add https://github.com/koya-alt/Catalyst --skill integrations-koya-alt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrating third‑party services into Replit projects often requires manual OAuth flows, package installations, and code scaffolding, creating friction and security concerns for developers.

Core Features & Use Cases

  • searchIntegrations: Locate available connectors, connections, and blueprints for services like Google Sheets, Stripe, GitHub, and more.
  • addIntegration: Install the necessary packages and code snippets for a selected integration, automatically wiring it to the project.
  • proposeIntegration: Prompt the user to complete OAuth when a connector is not yet authorized.
  • viewIntegration: Inspect integration details before committing changes. Use cases include adding database connections, payment processing, or enabling API access without handling credentials directly.

Quick Start

Ask the integrations skill to search for and add a Google Sheets connection to your 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 third-party integrations to my Replit project?

To add Replit integrations, use the addIntegration function to automatically install packages and wire code snippets for services like databases or payment APIs. This automatically scaffolds the connection without requiring manual OAuth flows or package installations.

Can I search for available API connectors and blueprints within Replit?

Yes, you can search for available Replit connectors, blueprints, and connections using the searchIntegrations function. This allows you to locate specific third-party services such as Google Sheets, Stripe, and GitHub before committing to an installation.

Does adding a payment or database integration in Replit handle OAuth automatically?

Adding a database or payment integration handles OAuth via the proposeIntegration function, which prompts you to complete authorization securely. This removes the need to manually manage credentials or handle sensitive API keys directly in your source code.

What is the best way to inspect a third-party connection before enabling it?

The best way to inspect a third-party connection before enabling it is using the viewIntegration function. This allows you to review the specific integration details and configuration parameters before committing any package changes to your Replit environment.

Why use Replit blueprints instead of manually installing API packages?

Using Replit blueprints eliminates the manual code scaffolding and security friction typically associated with configuring third-party APIs. It automatically wires the selected service to your project, ensuring database, payment, or OAuth integrations are securely connected.