integrations

Search and manage Replit integrations for OAuth, data access, and payments.

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

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

  • Discover and evaluate available integrations via searchIntegrations.
  • Inspect integration details with viewIntegration and wire them into projects using addIntegration and proposeIntegration.
  • Manage the integration lifecycle (connector, connection, blueprint) to enable OAuth, data access, and payments.

Quick Start

Search for an integration and initiate setup with the OAuth flow.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I search for and connect third-party APIs on Replit?

Search for third-party APIs on Replit by querying available blueprints and connectors, then inspect details and initiate setup to enable OAuth and data access for your project.

How do I set up OAuth and payment integrations in my Replit project?

Set up OAuth and payment integrations by searching for the relevant connector, viewing its requirements, and adding it to your project to manage secure token handling and lifecycle.

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

Blueprints define integration templates, connectors provide the API link, and connections represent the active authenticated instances enabling OAuth, data access, and payments across Replit projects.

Can I use this to manage the lifecycle of database connections and authentication?

Yes, you can manage the full lifecycle of database connections and authentication, utilizing secure token handling to maintain data access and OAuth states across your Replit projects.

How do I propose a new integration if my required API connector is not listed?

Propose a new integration by submitting a request through the proposeIntegration function, allowing you to request API connectors that are not currently available in the existing blueprints.

Are there limitations when adding secure integrations for Replit authentication?

Limitations include managing the secure token handling and lifecycle properly; you must use the available search, view, add, and propose functions to maintain valid authentication and data connections.