integrations

Search and configure third-party integrations for OAuth, databases, payments, and APIs.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill integrations-matheusz-nied
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/matheusz-nied/stay-hard-motivation/tree/main/.local/skills/integrations
Command: npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill integrations-matheusz-nied

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover, configure, and manage third-party and first-party integrations within Replit, enabling smooth authentication, data access, and automation across services.

Core Features & Use Cases

  • Discover and enable blueprints, connectors, and connections to extend project capabilities.
  • Handle OAuth flows and secure token provisioning through proposeIntegration and addIntegration.
  • Manage authentication, databases, payments, and API integrations from a central, consistent interface.
  • Use Case: Wire up an integration to access Google Sheets, GitHub, or Stripe capabilities within a Replit project, without exposing credentials.

Quick Start

Ask to search for a Replit integration and guide the user through proposing, adding, and wiring OAuth in a project.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I configure OAuth flows for third-party API integrations in my project?

To configure OAuth flows for API integrations, you search for a connector and use proposeIntegration and addIntegration to guide secure token provisioning without exposing credentials. This handles user authentication and connects external services securely.

What are connectors and blueprints used for in automation tasks?

Connectors and blueprints extend project capabilities by enabling secure data access and automation across services. They provide a central interface to discover, enable, and wire integrations for tasks like database connections and payments.

Can I manage database connections and payment integrations from a single interface?

Yes, you can manage database connections and payment integrations from a central, consistent interface. This skill allows you to discover, configure, and wire various first-party and third-party connectors to enable smooth data access.

Does setting up API integrations expose my project credentials?

No, setting up API integrations does not expose your project credentials. The skill ensures safe integration flows by handling secure token provisioning and OAuth authentication, keeping sensitive connection details protected during project wiring.

What is the best way to wire a GitHub integration into a software project?

The best way to wire a GitHub integration is to search for the specific Replit integration, propose it, and add it to your project. This process securely handles OAuth token provisioning to enable GitHub capabilities without exposing credentials.