suna
Open-source platform for running AI agent workforces on cloud computers
All Skills in This Repository (112)
Pure Emerald Level Indicatorskortix-connectors
Register and manage service connectors in a SQLite-backed registry.
kortix-memory
Manage persistent user preferences and per-project context via USER.md, MEMORY.md, and CONTEXT.md files.
kortix-triggers
Coordinate cron schedules, webhooks, and actions across services via triggers.yaml.
cli-maxxing
Automate interactive CLI tasks using PTY for prompts across tools like gh, gcloud, and docker.
autowork-plan
Convert user requests into PRDs, plans, and test specs for review.
autowork-team
Coordinate parallel autowork tasks across multiple lanes with bounded concurrency.
autowork-cancel
Stop an active autowork run and report its final state and progress.
autowork
Coordinate single-owner task workflows through implementation, verification, and closure.
computer-use
Automate macOS desktop tasks by controlling apps and UI elements via agent-click.
codex-cli
Delegates coding, review, and refactor tasks to OpenAI Codex CLI as a non-interactive sub-agent.
product-marketing
Creates and maintains a product marketing context document for other marketing skills.
kortix-presentation
Builds and edits Kortix decks as Next.js routes under apps/web presentations.
Frequently Asked Questions
FAQPage SchemaHow to install Suna?▼
Run `npx skills add kortix-ai/suna --all -g -y` in your terminal to install all skills in this suite globally.
What is Kortix (Suna)?▼
Kortix is an open-source AI Management System where agents, skills, memory, and connectors live in one git repo you own. Agents work on isolated cloud computers and deliver finished work through human-approved change requests.
Can I self-host Kortix?▼
Yes. Kortix runs on your laptop, a VPS, your own VPC, or on-prem using Docker images, and you can bring any model provider with your own API keys.
How do Kortix agents connect to external apps?▼
Agents use connectors to reach 3,000+ apps like Slack, Gmail, GitHub, and HubSpot, with credentials brokered server-side so raw keys never enter the sandbox.
Does Kortix work with Claude Code and other AI agents?▼
Yes. The skills follow the universal SKILL.md standard and run in Claude Code, OpenCode, Cursor, and other compatible agent environments.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core