external_apis

Proxy external API requests through Replit-managed passthrough billing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/laik184/BACKEND-X-AGENT --skill external-apis-laik184
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/laik184/BACKEND-X-AGENT/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/laik184/BACKEND-X-AGENT --skill external-apis-laik184

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Access to external APIs is often complicated by billing and credential management. This skill enables you to route requests through Replit-managed passthrough billing, simplifying access to third-party services.

Core Features & Use Cases

  • API proxying with managed billing: Securely route requests to external services via Replit's passthrough.
  • Connector-based access: Use connectors like Brave to interact with specific APIs and obtain results.
  • Use Case: Design workflows that require real-time data (e.g., image search) without handling credentials directly.

Quick Start

Query Brave for images using the Brave connector and extract the image result URLs.

Frequently Asked Questions about external_apis

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

FAQPage Schema
How do I make external API requests without managing credentials directly?▼

You can proxy external API requests securely through Replit-managed passthrough billing, which handles credential management for you. This simplifies access to third-party services by routing requests through a controlled billing layer.

How do I use the Brave connector for image search?▼

To query Brave for images, use the simple call pattern externalApi__<connector_name> with a specified path, method, and optional query parameters. The Skill handles the proxy routing and returns the response body for downstream processing.

Does Replit passthrough billing support real-time data access workflows?▼

Yes, Replit passthrough billing is designed for real-time data access scenarios. It enables controlled billing and credential management when interacting with external APIs like Brave for tasks such as image search.

What's the best way to handle third-party API billing in automated workflows?▼

Using a proxy with managed billing is an effective approach for third-party API billing in automated workflows. This method routes external API requests securely, applying controlled billing without requiring direct credential handling.

Can I pass custom query parameters to external APIs through the proxy?▼

Yes, the external API proxy accepts optional query parameters. You include them in the call pattern alongside the path and method to customize your requests to connectors like Brave, then handle the response body.