external_apis

Access external APIs via Replit-managed billing and proxied requests.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Devvraj10/Niv --skill external-apis-devvraj10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/Devvraj10/Niv/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/Devvraj10/Niv --skill external-apis-devvraj10

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined way to access external APIs through Replit-managed billing, eliminating the need for manual API management and billing integration.

Core Features & Use Cases

  • API Access: Gain access to various external APIs through Replit's billing system.
  • Proxied Requests: All requests are proxied through OpenInt with managed credentials.
  • Brave Integration: Offers access to Brave's image search API, allowing users to search for real web images.
  • Use Case: Automate the retrieval of web images for reports or analysis by using the Brave API.

Quick Start

Call externalApi__brave from your code execution to access the Brave Image Search API.

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 through Replit billing without managing my own credentials?

You can access external APIs through Replit-managed billing by using proxied requests. This eliminates manual credential management by routing API calls through OpenInt with automatically handled authentication.

Can I use the Brave image search API within my Replit projects?

Yes, you can use the Brave image search API by calling the externalApi__brave function from your code execution. This allows you to automate the retrieval of real web images for reports or analysis.

How does Replit handle API billing for external services like Brave?

Replit handles external API billing by proxying requests through OpenInt. This managed approach automatically handles credential management and billing integration, streamlining access to services like Brave image search.

Do I need to manually configure API keys to use external services with Replit billing?

No, you do not need to manually configure API keys. The Skill proxies all requests through OpenInt with managed credentials, completely eliminating the need for manual API key setup and billing integration.