external_apis

Proxy Brave image search requests via Replit passthrough billing and parse results.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ma-wais/Quality-Management-System --skill external-apis-ma-wais
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/ma-wais/Quality-Management-System/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/ma-wais/Quality-Management-System --skill external-apis-ma-wais

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Access external APIs through Replit-managed passthrough billing by proxying requests to Brave endpoints to simplify credentials management and access control.

Core Features & Use Cases

  • Brave image search via externalApi__brave for real web image results.
  • Parse results to extract image titles and URLs, and optionally download images to attached_assets/brave_images for rendering.
  • Use cases include building media galleries, product visual references, or research requiring live web images.

Quick Start

Call externalApi__brave with appropriate query parameters to retrieve Brave image search results and render selected items.

Frequently Asked Questions about external_apis

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

FAQPage Schema
How do I access external APIs without managing API credentials directly in my code?

You can access external APIs using Replit-managed passthrough billing, which proxies requests and automatically handles Authorization headers and credentials. This simplifies access control by relying on the platform to manage authentication.

How do I perform Brave image search and save the results locally for rendering?

To perform Brave image search, call the externalApi__brave endpoint with query parameters. You can parse the body.results array to extract image titles and URLs, optionally downloading the media to attached_assets/brave_images for rendering.

What is passthrough billing for external API connectors?

Passthrough billing is a mechanism that proxies external API requests through a managed platform. It handles credentials and billing automatically, allowing you to invoke endpoints like Brave image search without manually managing API keys or Authorization headers.

Can I use code_execution to invoke external API requests with query parameters?

Yes, you can invoke externalApi__brave directly from code_execution. Supply your desired URL parameters via the query object to target the Brave image search endpoint and retrieve real web image results.

Are there limitations on which external API endpoints I can target with passthrough billing?

Currently, this passthrough billing approach specifically targets Brave endpoints, such as the GET /res/v1/images/search endpoint for image search. You supply URL parameters via the query object to retrieve results from this specific Brave API.