external_apis

Proxy external API calls through Replit's managed passthrough billing and parse result.body responses.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/binan-maker/QRS --skill external-apis-binan-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/binan-maker/QRS/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/binan-maker/QRS --skill external-apis-binan-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Access external APIs efficiently by routing requests through Replit-managed passthrough billing with centralized credentials, reducing setup and credential handling overhead.

Core Features & Use Cases

  • On-demand API access through a managed billing layer with OpenInt integration.
  • Invoke externalApi__<connector_name> from code_execution and pass URL parameters via query, then parse result.body.
  • Manage media or assets by saving outputs under attached_assets for rendering in chat or workflows.
  • Explore Brave API via brave.md reference for real web image results.

Quick Start

From code_execution, call externalApi__<connector_name> with a path and query, then read result.body to access the API response.

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 Replit passthrough billing?

Proxy external API calls by invoking externalApi__<connector_name> from code_execution, passing URL parameters via query, and processing result.body to receive the API response.

How does passthrough billing simplify credential management for web requests?

Passthrough billing centralizes credentials by routing web requests through Replit-managed billing, reducing direct setup and credential handling overhead for external API access.

Can I use the Brave API integration for real web image search?

Yes, the Brave API integration is included as a reference connector for real web image search, with documentation located in the references directory to guide your queries.

How do I render media from API responses in chat or automation workflows?

Render media from API responses by saving the output files under attached_assets, allowing the media to be displayed directly within chat or automation workflows.

Do I need a references directory to manage external API connectors?

Yes, a references directory is required to store connector documentation, which provides the necessary API specifications for successfully executing external web requests.

What is the best way to parse result.body from external API web requests?

Parse result.body by calling externalApi__<connector_name> with a path and query from code_execution, then read the returned object to access your external API data.