external_apis

Proxy external API requests with Replit-managed billing and credentials.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ckrono-prog/Kotlin-Code-Builder --skill external-apis-ckrono-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/ckrono-prog/Kotlin-Code-Builder/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/ckrono-prog/Kotlin-Code-Builder --skill external-apis-ckrono-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit provides a centralized way to access and manage various external APIs, simplifying the process of integrating third-party services into your projects.

Core Features & Use Cases

  • API Access: Access multiple external APIs through Replit-managed billing.
  • Proxying: All requests are proxied through OpenInt with managed credentials.
  • Connector References: Detailed references for each API with callback instructions and allowed operations.
  • Use Case: Quickly integrate APIs like Brave, ElevenLabs, Exa, Firecrawl, and Nano Banana into your project without dealing with billing or credentials.

Quick Start

Use the externalApi__<connector_name> function from code_execution to interact with the desired API.

Frequently Asked Questions about external_apis

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

FAQPage Schema
How do I integrate third-party APIs without managing my own credentials?

You can integrate third-party APIs without managing credentials by proxying requests through OpenInt with Replit-managed billing. This centralizes API access so requests are handled securely without exposing keys.

What external services can I access through Replit billing?

External services accessible through Replit billing include APIs like Brave, ElevenLabs, Exa, Firecrawl, and Nano Banana. These are integrated via proxy without requiring manual credential setup.

How do I call an external API from my code execution environment?

To call an external API from your code execution environment, use the `externalApi__<connector_name>` function. This routes your request through a managed proxy to handle authentication and billing automatically.

Can I use this API proxy approach for projects that require multiple different external services?

Yes, this API proxy approach is suitable for projects requiring multiple different external services. It provides centralized API management with connector references detailing allowed operations and callbacks for each service.

Where do I find allowed operations and callback instructions for external API connectors?

You find allowed operations and callback instructions for external API connectors in the provided connector references. These detailed references accompany the proxied API access for each supported service.