Use the Kortix Executor to reach external systems from a session. Prefer the kortix executor CLI for agent work, use @kortix/executor-sdk for durable TypeScript workflows and reusable skills, and treat the kortix executor mcp server as an optional compatibility face. Load whenever the user asks the agent to act in an external app/API, inspect available connectors/tools, add/configure a connector, or work with connectors: in kortix.yaml.
$npx -y skills add kortix-ai/suna --skill kortix-executorInstalls into the current project.
Run `npx skills use "https://github.com/kortix-ai/suna" --skill "kortix-ai/suna/kortix-executor"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kortix-ai/suna" that are relevant to the current task. Run `npx skills add "https://github.com/kortix-ai/suna"` and select the relevant skills, then follow their instructions.