external_apis

Proxy external API calls through Replit-managed passthrough billing.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project --skill external-apis-tamnguyentommy-rgb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project --skill external-apis-tamnguyentommy-rgb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Access to external APIs often requires credential management and billing setup. This Skill provides a simple, secure conduit through Replit-managed passthrough billing to proxy API calls without exposing credentials.

Core Features & Use Cases

  • Proxy requests to external APIs through Replit-managed billing for credential-free access and simplified billing.
  • Access Brave image search via Brave passthrough with managed credentials and standard response parsing; store media in attached_assets as needed.
  • Use Case: Build apps that need real web imagery or data without handling API keys directly.

Quick Start

Call externalApi__brave with a GET request to the Brave image search endpoint and process the results.

Frequently Asked Questions about external_apis

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

FAQPage Schema
How do I proxy external API requests without managing API keys directly?▼

You can proxy external API requests without managing API keys by using Replit-managed passthrough billing, which provides credential-free access to external services. This Skill routes calls through a simple interface without exposing credentials.

How do I get image search results from the Brave API in my app?▼

To get image search results from the Brave API in your app, you make a GET request to the Brave image search endpoint using the externalApi__brave connector. The parsed response body returns real web imagery for easy consumption and media storage.

Do I need to set up my own billing to use the Brave image search API?▼

You do not need to set up your own billing to use the Brave image search API. This Skill uses Replit-managed passthrough billing, handling credentials and billing setup on your behalf for simplified access.

What is Replit passthrough billing for external web requests?▼

Replit passthrough billing for external web requests is a mechanism that proxies API calls through Replit's managed billing system. It allows you to retrieve real-time API data programmatically without handling credentials directly.

Can I store media retrieved from Brave image search?▼

You can store media retrieved from Brave image search by saving the results into attached_assets. After calling the externalApi__brave connector to retrieve your web imagery, the parsed result bodies can be handled and stored as needed.

What are the limitations of using a proxy for external API data retrieval?▼

A limitation of using a proxy for external API data retrieval is that interface access is minimal, restricted to specific externalApi__<connector> calls with query parameters. It currently supports services like Brave image search rather than arbitrary endpoints.