external_apis

Proxy external API requests with managed credentials and billing.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill external-apis-kartiksharma4448
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: external_apis
Source: https://github.com/KartikSharma4448/MyPortfolio/tree/main/.local/skills/external_apis
Command: npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill external-apis-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enable secure, bill-managed access to external APIs.

Core Features & Use Cases

  • Centralized billing management for external API usage
  • Proxy requests with credential handling and rate-limiting
  • Use cases: integrate partner or public APIs without managing keys

Quick Start

Ask your AI to call the external API connector using code_execution to fetch data from an external service.

Frequently Asked Questions about external_apis

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

FAQPage Schema
How do I securely access external APIs without manually managing API keys in my code?▼

Secure external API access is enabled through a managed connector pattern that proxies requests and handles credentials automatically. You can integrate partner or public APIs without directly managing keys by utilizing centralized billing and rate-limiting controls.

What is the best way to handle real-time API data and media assets in automated workflows?▼

Handling real-time API data and media assets is achieved by executing an external API connector via code_execution. You pass query parameters through a query object and manage media assets using the attached_assets parameter for automated processing.

How do I set up an external API connector for a specific service?▼

To set up an external API connector, you use the externalApi__<connector_name> pattern exposed via code_execution. Ask your AI to call this connector to fetch real-time data from the target external service.

Does this managed API access support centralized billing and rate-limiting for multiple requests?▼

Centralized billing management and rate-limiting are fully supported for external API usage. The system proxies requests to ensure automated credential handling while tracking usage costs across your developer workflows.

Can I use query parameters to filter data from public APIs through the proxy?▼

You can filter data from public APIs by passing query parameters within a query object during the code_execution call. The proxy forwards these parameters to the external service to return the targeted real-time API data.

When should I use a managed API proxy instead of calling external services directly?▼

A managed API proxy should be used when developer workflows need secure, real-time API data without the overhead of manual key management. It provides automatic credential handling, rate-limiting, and centralized billing for external service integration.