external_apis

Invoke externalApi__<connector_name> from code_execution with Replit-managed passthrough billing.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/mecolejr/EVL-mOC5 --skill external-apis-mecolejr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/mecolejr/EVL-mOC5/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/mecolejr/EVL-mOC5 --skill external-apis-mecolejr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Access external APIs through Replit-managed passthrough billing, simplifying credentials and usage control for automated workflows.

Core Features & Use Cases

  • Unified access to external connectors via externalApi__<connector_name> from code_execution.
  • Browse and integrate Brave and other connectors through the references for guidance.
  • Save and present media assets by writing to attached_assets when needed.

Quick Start

Use the Brave image search example to retrieve image results through the Brave connector.

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 using passthrough billing for automated workflows?▼

Access external APIs using Replit-managed passthrough billing to simplify credentials and usage control for automated workflows. This allows you to invoke external connectors directly without managing separate API keys.

How do I execute an image search with the Brave connector in code_execution?▼

Execute an image search by invoking externalApi__Brave from code_execution with query parameters. You can then save and present the retrieved media assets by writing them to attached_assets.

What is externalApi__<connector_name> and how does it work for data gathering?▼

The externalApi__<connector_name> function is a unified access point for data gathering and media retrieval. It allows automated workflows to query external connectors, like Brave, using parameters directly within code execution.

Do I need to manage API credentials manually when using external API connectors?▼

You do not need to manage API credentials manually when using external API connectors. Replit-managed passthrough billing handles credentials and usage control, simplifying the integration process for automated tasks.

What are the limitations of using passthrough billing for media retrieval?▼

Limitations of passthrough billing for media retrieval include dependency on available connectors like Brave and the requirement to write media outputs to attached_assets for proper presentation within chat workflows.