corbits

Discover Corbits API proxies, fetch OpenAPI specs, and execute API calls.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/corbits-infra/corbits-skill --skill corbits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corbits
Source: https://github.com/corbits-infra/corbits-skill/tree/main/plugins/corbits/skills/corbits
Command: npx skills add https://github.com/corbits-infra/corbits-skill --skill corbits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover Corbits API proxies, fetch OpenAPI specs, and make API calls.

Core Features & Use Cases

  • Discover proxies and view their details
  • Retrieve OpenAPI specs and derive base paths
  • List endpoints with pricing and execution for testing
  • Persist selected proxy context for subsequent calls
  • Use case: quickly test a proxy's endpoints

Quick Start

Search for a proxy, select it, and run a simple GET endpoint to test connectivity.

Frequently Asked Questions about corbits

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

FAQPage Schema
How do I discover API proxies and fetch their OpenAPI specs?

To discover API proxies and fetch their OpenAPI specs, search for available proxies, select one to persist its context, and retrieve the spec to automatically derive base paths and list endpoints for testing.

How do I test API endpoints and handle per-endpoint pricing?

You test API endpoints and handle per-endpoint pricing by selecting a discovered proxy, listing its endpoints with pricing details extracted from the OpenAPI spec, and executing simple GET requests to test connectivity.

Can I persist API proxy context for subsequent endpoint calls?

Yes, you can persist API proxy context for subsequent calls. Once a proxy is selected, the context is saved, allowing you to execute multiple API calls against its endpoints without needing to reconfigure the base path.

How do I extract base paths from servers using an OpenAPI spec?

Base paths are extracted from servers by fetching the OpenAPI spec of a selected API proxy. This process automatically derives the base path from the server configurations defined within the retrieved specification.

What is the best way to explore API proxies across different projects?

The best way to explore API proxies across different projects is to use a discovery tool that fetches OpenAPI specs, lists endpoints with pricing, and executes test calls to inspect proxy details and connectivity.

Why do I need an OpenAPI spec to test API proxy endpoints?

An OpenAPI spec is needed to test API proxy endpoints because it provides the server base paths, endpoint definitions, and per-endpoint pricing information required to accurately execute and evaluate API calls.