Extensions and Integrations

Captain Who can be extended through model Providers, Skills, and MCP Servers. These three approaches address different needs:

ApproachBest suited forRuns external programs
Model ProviderConnecting a compatible language model APINo; the application sends network requests to the model endpoint
SkillTeaching the Agent how to perform a class of tasksThe Skill itself does not; its scripts may require separate approval
MCP ServerAdding external Tools for the AgentYes; local stdio processes are currently supported

Start with the built-in capabilities. Add an extension only when a task requires a specific workflow, a private tool, or another model endpoint.

Start here

Security reminder

Third-party Skills, MCP Servers, and model services are not controlled by Captain Who. Verify their source before installing or connecting them. Do not put Tokens, Cookies, or passwords in Skill files, MCP launch arguments, issue screenshots, or public logs. An extension's name and description also do not replace permissions and approvals.

Source verified · 2026-08-23Public site import · 2026-08-27