external_apis

Proxy external API requests through Replit-managed passthrough billing.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Darsh20009/genmz-shop --skill external-apis-darsh20009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/Darsh20009/genmz-shop/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/Darsh20009/genmz-shop --skill external-apis-darsh20009

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables secure and managed access to external APIs via proxying requests through Replit-managed billing, reducing credential exposure and setup overhead.

Core Features & Use Cases

  • Proxy external API requests to third-party services with automatic billing management.
  • Use connectors like Brave to fetch real web data such as images, or other APIs via the externalApi__<connector> wrapper.
  • Parse and use the response body for downstream processing or display.

Quick Start

Ask the AI to route your API request through the Brave proxy and return 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 manually managing Authorization headers?

Proxy external API requests through Replit-managed passthrough billing to enable automatic authorization handling, eliminating the need to manually configure Authorization headers for your web data calls.

How do I fetch real web data using Brave connectors in my code execution?

Fetch real web data by calling the externalApi__brave wrapper via code_execution with your query parameters, which automatically routes the request through the proxy and returns the response body for parsing.

Does accessing external APIs through a proxy reduce credential exposure?

Accessing external APIs through a managed proxy reduces credential exposure by handling authorization automatically via passthrough billing, ensuring you do not embed sensitive API keys directly in your client-side requests.

Can I parse and use the response body from Brave API calls for downstream processing?

You can parse and use the response body from Brave API calls for downstream processing or display, allowing you to extract real web data such as images and integrate it directly into your application logic.

What is the best way to handle billing when using third-party API connectors?

The best way to handle billing for third-party API connectors is using Replit-managed passthrough billing, which automatically tracks and proxies external API requests to reduce setup overhead and manage costs securely.

Are there limitations to using externalApi connectors for fetching web data?

Limitations of using externalApi connectors include dependency on Replit-managed billing for access and the need to use deterministic calls via code_execution, meaning you cannot configure custom Authorization headers manually.