integrations

Search and manage Replit integrations including blueprints, connectors, and connections.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill integrations-akhilksap2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/akhilksap2026/YMSNOW27032026/tree/main/replit/.local/skills/integrations
Command: npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill integrations-akhilksap2026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search and manage Replit integrations including blueprints, connectors, and connections. Use for authentication, databases, payments, and third-party API integrations.

Core Features & Use Cases

  • Integration lifecycle overview: blueprints, connectors, and connections; OAuth flows; and project wiring to enable new capabilities.
  • Streamlined workflow: discover, review, and activate integrations for authenticating users, connecting services, and enabling external APIs within Replit projects.
  • Real-world use case: connect a Google Sheet via OAuth to read/write data from a Replit app or automate a payment provider for a project.

Quick Start

Search for a suitable integration with searchIntegrations, review details with viewIntegration if needed, and then addIntegration or proposeIntegration to wire the integration 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 set up Replit integrations for connecting external APIs and databases?

To set up Replit integrations, use the searchIntegrations API to discover connectors, review details with viewIntegration, and then addIntegration to wire external APIs, databases, or payment providers to your project.

What is the difference between blueprints, connectors, and connections in Replit integrations?

In Replit integrations, blueprints define integration templates, connectors provide the specific service wiring, and connections represent the active authenticated instances managing OAuth flows and data access within your project.

Can I authenticate users and connect a Google Sheet via OAuth in a Replit project?

Yes, you can connect a Google Sheet via OAuth to read and write data by discovering the appropriate connector and activating an authenticated connection, enabling seamless data access directly within your Replit application.

How do I discover and propose new integrations for my Replit application?

You can discover available integrations using the searchIntegrations function, and if a specific external API or service connector is missing, use proposeIntegration to request and wire new capabilities into your Replit project.

Does this Replit integration tool handle the full OAuth authentication lifecycle automatically?

Yes, the tool manages the complete OAuth authentication lifecycle, handling token flows and project wiring so you can securely connect databases, enable payments, and integrate external APIs without manual token management.