sk-actions-custom-provider

Parse documentation to generate Scalekit proxy-only custom provider JSON payloads.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/scalekit-inc/skills --skill sk-actions-custom-provider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sk-actions-custom-provider
Source: https://github.com/scalekit-inc/skills/tree/main/skills/agent-auth/sk-actions-custom-provider
Command: npx skills add https://github.com/scalekit-inc/skills --skill sk-actions-custom-provider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you configure and manage Scalekit proxy-only custom providers/connectors by guiding you through documentation analysis, auth type inference (OAuth, Basic, Bearer, or API Key), provider JSON generation, existing-provider reviews, and the preparation of create/update/delete curls with explicit review and approval steps.

Core Features & Use Cases

  • Infer the authentication type from API/docs and identify required tracked fields such as domain, version, and path parameters.
  • Generate, review, and store a valid provider JSON for proxy-only connectors, including proper proxy_url and proxy_enabled settings.
  • List existing custom providers, compare with your desired configuration, and show diffs to support safe updates.
  • Prepare and print create, update, or delete curls with step-by-step guidance, while enforcing Dev/Production workflow rules and explicit approvals.

Quick Start

Provide your target environment and the provider details to begin.

Frequently Asked Questions about sk-actions-custom-provider

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

FAQPage Schema
How do I configure a custom API provider with OAuth or Bearer authentication?

You can configure custom API providers by parsing target API documentation to infer auth patterns like OAuth or Bearer. The skill generates a valid provider JSON payload, mapping tracked fields such as domain and version alongside the correct proxy configuration.

What is the best way to generate provider JSON for proxy-only connectors?

Generating provider JSON for proxy-only connectors involves analyzing API documentation to extract path parameters and auth endpoints. The skill produces a production-ready payload with proper proxy_url and proxy_enabled settings for your custom provider.

How do I create curl commands to update existing custom providers?

You can create curl commands to update custom providers by preparing create, update, or delete requests. The skill generates these commands with step-by-step guidance while enforcing Dev or Production workflow rules and explicit approval steps.

How do I compare my desired custom provider configuration with existing ones?

Comparing desired custom provider configurations involves listing existing providers and showing diffs. The skill reviews your current setup against the target provider JSON to identify configuration differences and support safe updates.

Can I use API key authentication for proxy-only custom providers?

Yes, proxy-only custom providers support API key authentication. The skill infers the required authentication type from your API documentation and generates the corresponding provider JSON structure with safe credential handling.