external_apis

Proxy external API calls through Replit-managed billing with query parameters.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill external-apis-se1111th
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/se1111th/VisionPort-Visual-Refresh_SRC/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill external-apis-se1111th

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Access to external APIs often requires hard-to-manage credentials and inconsistent billing. This skill provides a controlled path to route requests through Replit-managed billing, simplifying access and cost management.

Core Features & Use Cases

  • Proxy requests to external services through a centralized, billed conduit.
  • Use Brave via externalApi__brave to fetch real web image results with query parameters and parse the response.
  • Support media handling by referencing attached assets for downstream presentation or storage.

Quick Start

Use the external_apis skill to call externalApi__brave with a query to fetch image 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 calls through managed billing without handling credentials?

You can proxy external API calls through Replit-managed billing to route requests safely without managing credentials manually. This skill uses a centralized billed conduit to handle authorization automatically via passthrough billing.

How does passthrough billing work for external API requests?

Passthrough billing automatically authorizes and manages costs for external API requests. By routing calls through Replit-managed billing, costs are centralized and credentials are handled safely without manual intervention.

Can I use Brave to fetch web image results with query parameters?

Yes, you can call externalApi__brave with query parameters to fetch real web image results. The skill parses the response and supports media handling by referencing attached assets for downstream presentation.

Do I need to manually configure credentials to access third-party services?

No, manual credentials are not needed. This skill provides a controlled path through Replit-managed billing to simplify access to third-party services, ensuring automatic authorization and consistent cost management.

What's the best way to manage media assets returned from web API calls?

You can manage media assets through attached_assets as needed after parsing the API response. This allows you to reference attached assets for downstream presentation or storage once the external data is fetched.

Are there limitations to using a proxy for external API requests?

Using a proxy for external API requests requires routing through Replit-managed billing, meaning you are constrained to supported passthrough billing mechanisms and the externalApi__brave interface for fetching web data.