external_apis

Call externalApi__<connector_name> from code_execution and parse result.body.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/bcwgames/FNaF-TVE --skill external-apis-bcwgames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/bcwgames/FNaF-TVE/tree/main/Five-Nights-At-Freddys-The-Virtual-Experience/.local/skills/external_apis
Command: npx skills add https://github.com/bcwgames/FNaF-TVE --skill external-apis-bcwgames

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Access external APIs through Replit-managed billing by proxying requests with managed credentials to simplify API integration.

Core Features & Use Cases

  • Access Brave image search and other connectors via external APIs with passthrough billing.
  • Call externalApi__<connector_name> from code_execution to fetch data and parse result.body.
  • Manage media assets by saving to attached_assets when needed.

Quick Start

Use the Brave API by calling externalApi__brave with a GET request to /res/v1/images/search and handle the returned results in your workflow.

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 with managed billing in code execution?

When programmatic querying requires managed credentials, proxied API requests via externalApi__<connector_name> handle authentication and billing automatically. This simplifies integration by abstracting credential management directly into the code execution environment.

How do I pass URL parameters to Brave image search via an API connector?

To pass URL parameters to Brave image search, use the query object when calling externalApi__brave with a GET request to /res/v1/images/search. The skill handles parameter routing and returns the search results in result.body for workflow integration.

How do I handle media assets returned from external API requests?

To handle media assets returned from external API requests, parse the result.body object from the API response. You can then process and save required media files directly to the attached_assets directory for workflow management.

Do I need my own API keys to use Brave search through proxied requests?

You do not need your own API keys to use Brave search through proxied requests. The skill leverages Replit-managed billing and credentials, meaning authentication is handled automatically without requiring you to manually supply or rotate keys.

What are the limitations of using Replit-managed billing for external API connectors?

Limitations of using Replit-managed billing for external API connectors include dependency on available connectors like Brave and potential usage restrictions tied to the platform's billing plan. You are constrained to the specific API endpoints and methods supported by the proxy.