integrations

Search and manage Replit integrations for third-party service connectivity.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/KhaledMKhaled/FodaStore --skill integrations-khaledmkhaled
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/KhaledMKhaled/FodaStore/tree/main/.local/skills/integrations
Command: npx skills add https://github.com/KhaledMKhaled/FodaStore --skill integrations-khaledmkhaled

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the friction of wiring Replit projects to third-party services by guiding you through the correct integration lifecycle (searching first, then adding or proposing OAuth-based connections) instead of asking for raw API credentials prematurely.

Core Features & Use Cases

  • OAuth-first integration setup: Finds existing Replit integrations (blueprints, connectors, connections) before requesting any secrets, reducing user friction.
  • Correct lifecycle handling: Supports connector → proposeIntegration, then connection → addIntegration followed by proposeIntegration for token establishment/renewal.
  • Blueprint installation for scaffolding: Installs integration templates and dependencies when the service is best delivered as a blueprint rather than an OAuth flow.
  • Use Cases: Authentication (Google/GitHub/Linear), databases, payments (Stripe), and general third-party API integrations.

Quick Start

Use the integrations skill to connect your Replit project to a third-party service by searching for the integration first, then adding the correct blueprint/connection or proposing the OAuth connector when required.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I connect my Replit app to a third-party API?

To connect your Replit app to a third-party API, search for existing integrations first, then add the correct blueprint or propose an OAuth connection to establish the service link.

What is the correct lifecycle for setting up Replit OAuth integrations?

The correct OAuth integration lifecycle requires searching first, using addIntegration for non-connector items, and proposing OAuth-based connectors through proposeIntegration for token establishment or renewal.

Does Replit support integration blueprints for scaffolding third-party services?

Replit supports integration blueprints to install templates and dependencies, which scaffolds third-party services like databases or payment APIs without requiring premature raw credentials.

Can I wire authentication and payments into my Replit project without raw API credentials?

Yes, you can wire authentication and payments like Stripe by finding existing Replit connections and proposing OAuth connectors first, eliminating the friction of handling raw API credentials.

When should I use proposeIntegration versus addIntegration for external API connectivity?

Use addIntegration to wire non-connector items and establish connections, whereas proposeIntegration is required for OAuth-based connectors and confirmation-gated installs to manage token lifecycle.