원클릭으로
external-apis
Access external APIs through Replit-managed billing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Access external APIs through Replit-managed billing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.