integrations

Search and manage third-party integrations for authentication, databases, payments, and APIs.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/binan-maker/QRS --skill integrations-binan-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/binan-maker/QRS/tree/main/.local/skills/integrations
Command: npx skills add https://github.com/binan-maker/QRS --skill integrations-binan-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrations enable seamless, secure connections to external services so you can authorize user accounts, access data, and automate workflows with confidence.

Core Features & Use Cases

  • Centralize management of connectors, blueprints, and connections for OAuth and API integrations across tools like Google Sheets, GitHub, Stripe, Notion, and Linear.
  • Simplify onboarding and credential handling by suggesting integrations before requesting sensitive keys.
  • Support end-to-end integration lifecycle: searchIntegrations for discovery, viewIntegration for details, addIntegration to install, and proposeIntegration to trigger OAuth.

Quick Start

Ask the user to connect a supported integration to enable OAuth, then wire the project with addIntegration or proposeIntegration as needed.

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 third-party API integrations like Stripe and Notion?

You can connect and manage third-party API integrations using searchIntegrations to discover supported services, viewIntegration for details, addIntegration to install, and proposeIntegration to trigger OAuth flows.

What is the best way to handle OAuth connections for external services?

The best way to handle OAuth connections is by triggering the proposeIntegration function, which securely initiates the OAuth flow and manages environment-based token handling for external services like Google and GitHub.

Can I automate workflows by centralizing connectors, blueprints, and connections?

Yes, you can automate workflows by centralizing the management of connectors, blueprints, and connections, which simplifies onboarding and credential handling across tools like Google Sheets, GitHub, Stripe, Notion, and Linear.

Does this integration lifecycle support discovering and installing services securely?

Yes, the integration lifecycle supports discovering and installing services securely through searchIntegrations for discovery and addIntegration to install, ensuring sensitive keys are only requested after suggesting integrations.

Why do I need to manage environment-based tokens for API integrations?

You need to manage environment-based tokens for API integrations to securely authorize user accounts and access data, ensuring sensitive credentials are handled safely during the connection lifecycle.