ops-integrate

Discover SaaS API authentication patterns, validate connectivity, and register integrations in the partner registry.

22|6|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Lifecycle-Innovations-Limited/claude-ops --skill ops-integrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-integrate
Source: https://github.com/Lifecycle-Innovations-Limited/claude-ops/tree/main/claude-ops/skills/ops-integrate
Command: npx skills add https://github.com/Lifecycle-Innovations-Limited/claude-ops --skill ops-integrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add new SaaS integrations quickly by discovering authentication patterns, testing connectivity, and registering APIs in a central partner registry so they are available to other skills.

Core Features & Use Cases

  • Discover API details (base URL, auth type, health endpoint) automatically via guided onboarding.
  • Onboard new services end-to-end: collect credentials, perform health checks, and register in the partner registry.
  • Use case: Onboard Stripe or HubSpot and enable other skills to securely access them with standardized credentials.

Quick Start

Onboard a new service by running /ops:integrate <service-name>.

Frequently Asked Questions about ops-integrate

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

FAQPage Schema
How do I integrate a SaaS API and register it in a partner registry?

To integrate a SaaS API, you can run a guided onboarding process that discovers authentication patterns, collects credentials, validates connectivity via health checks, and registers the service in a central partner registry.

What is the best way to onboard new SaaS vendors end-to-end?

Onboarding new SaaS vendors involves discovering the base URL and auth type, managing credentials, performing health endpoint checks, and registering the integration so other skills can securely access the API.

Can I use this to add Stripe or HubSpot as a first-class integration?

Yes, you can onboard services like Stripe or HubSpot by collecting credentials and validating connectivity, enabling other skills to securely access them with standardized credentials via the partner registry.

How does API health checking work during SaaS onboarding?

API health checking during onboarding validates operational readiness by testing the health endpoint using the appropriate discovered authentication method to ensure the integration is live and accessible.

Do I need a local preferences store to manage SaaS API credentials?

Yes, onboarding SaaS APIs requires reading and updating a local preferences store to manage credentials and authentication details necessary for performing health checks and ensuring operational readiness.

What authentication patterns are supported when integrating external APIs?

The integration process automatically discovers supported authentication patterns during guided onboarding, validating connectivity by using the appropriate method to access the service's health endpoint.