integrations

Manage OAuth connections and blueprints for Replit integrations.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Spectra29115/Project-ResumeParser --skill integrations-spectra29115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/Spectra29115/Project-ResumeParser/tree/main/.local/skills/integrations
Command: npx skills add https://github.com/Spectra29115/Project-ResumeParser --skill integrations-spectra29115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit helps streamline the process of connecting third-party services and technologies to Replit accounts, simplifying access and management of external APIs and services.

Core Features & Use Cases

  • Integration Management: Search, connect, and manage various integrations, including OAuth connections and blueprints.
  • Connector & Connection Management: Manage OAuth connections (like Google Sheets, Linear, GitHub, Stripe, etc.) and use blueprints for code templates and project setup.
  • Use Case: A developer wants to connect their Replit project to a third-party API. This Skill allows them to find and connect the API through Replit's integration system, eliminating the need to manually handle API keys and secrets.

Quick Start

To search for and connect a new integration, run 'searchIntegrations({ query: "service_name" })' to find the integration and use 'addIntegration({ integrationId: "connection_id" })' to add it to your project.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I connect third-party APIs to my Replit project?

To connect third-party APIs, search for available integrations using a query like the service name, then add the selected integration to your Replit project. This eliminates manual API key management by handling OAuth connections securely.

What is the best way to manage OAuth connections for external services in Replit?

Managing OAuth connections for external services in Replit is best handled through a centralized integration system that securely handles authentication for platforms like Google Sheets, Linear, GitHub, and Stripe without manual secrets.

Can I use code templates to set up Replit integrations?

Yes, you can use blueprints to provide code templates and streamline project setup for external services. These blueprints integrate directly within the Replit environment to accelerate connecting to third-party APIs.

Does Replit integration management support services like Stripe and GitHub?

Yes, Replit integration management supports OAuth connections for various services including Stripe, GitHub, Google Sheets, and Linear. You can search and connect these external APIs directly to your projects.

Why should I use a centralized integration manager instead of manual API keys?

A centralized integration manager eliminates the need to manually handle API keys and secrets by securely managing OAuth connections. This streamlines access and simplifies the administration of multiple external services.