con un clic
external-apis
Access external APIs through Replit-managed billing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Access external APIs through Replit-managed billing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Design static ad creatives for social media and display advertising campaigns.
Source and evaluate candidates with job analysis, CV screening, and pipeline tracking.
Find relevant companies and leads for B2B sales with ICP definition and qualification frameworks.
Draft emails, manage calendars, prepare agendas, and organize productivity.
Create brand identity kits — logos, color palettes, typography, naming, and style guides.
Conduct thorough, multi-source research with structured reports and source scoring.
| name | external-apis |
| description | Access external APIs through Replit-managed billing |
This skill provides access to external APIs through Replit-managed passthrough billing. Requests are proxied through OpenInt with managed credentials.
externalApi__<connector_name> from codeExecution.query for URL parameters and read result.body.attached_assets/ and present them.The callback decodes the response by Content-Type:
result.body is the parsed object.text/* → result.body is a string.result.body is a base64 string and result.encoding === 'base64'. Decode it with Buffer.from(result.body, 'base64') before writing the file.Responses are capped (~1 MB); larger media cannot be returned in-band yet. Prefer operations that return a hosted URL, or request smaller media until object-storage handoff is available.