en un clic
external-apis
Access external APIs through Replit-managed billing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Access external APIs through Replit-managed billing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.