integrations

Manage Replit integrations via OAuth flows and proposeIntegration or addIntegration.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill integrations-se1111th
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/se1111th/VisionPort-Visual-Refresh_SRC/tree/main/.local/skills/integrations
Command: npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill integrations-se1111th

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps development teams search for and manage Replit integrations, enabling secure authentication, data access, and automation across services.

Core Features & Use Cases

  • Integration types: blueprints, connectors, and connections to scaffold and wire integrations.
  • Proactively search and discover available integrations, and manage OAuth flows via proposeIntegration and addIntegration.
  • Guidance on when to use proposeIntegration vs addIntegration, and lifecycle transitions for connectors, connections, and blueprints.

Quick Start

Search for an integration with searchIntegrations and follow the prompts to connect via OAuth.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I connect and manage Replit integrations for third-party APIs?

To connect Replit integrations, you search for available blueprints or connectors and manage OAuth flows using proposeIntegration and addIntegration. This establishes secure authentication and data access for services like Google, Stripe, and GitHub within your Repl project.

When should I use proposeIntegration vs addIntegration for OAuth connections?

Use proposeIntegration to initiate an OAuth flow and addIntegration to finalize the connection once tokens are ready. Careful ordering is required to ensure authentication tokens are established before attempting data access or API usage.

What types of Replit integrations are available for scaffolding API connections?

Replit integrations include blueprints, connectors, and connections. These types allow you to scaffold and wire integrations to establish secure authentication, data access, and third-party API usage across services like Notion and Linear.

Can I use Replit integrations to securely authenticate with Google, Stripe, and GitHub?

Yes, Replit integrations support secure authentication and data access across services like Google, Stripe, GitHub, Linear, and Notion. You can discover available connectors and establish connections to utilize these APIs within your project.

Why are my Replit integration tokens not working when I try to access third-party data?

Integration tokens may fail if the OAuth flow is not properly completed before use. You must use proposeIntegration and addIntegration with careful ordering to ensure that authentication tokens are fully established before any API data access attempts.

What is the best way to discover available connectors for my Replit project?

The best way to discover available connectors is to search for integrations using the searchIntegrations function. This allows you to proactively find blueprints and connectors and follow the prompts to connect via OAuth for secure API access.