turix-cua
Installation
SKILL.md
TuriX-CUA Skill
This skill enables OpenClaw to control macOS desktop visually using the TuriX Computer Use Agent (CUA). TuriX uses a multi-model architecture (Brain, Actor, Planner, Memory) to understand tasks, plan steps, and execute precise UI actions.
📋 When to Use
Use TuriX-CUA when:
- Desktop GUI automation: "Open Spotify and play my liked songs"
- Apps without CLI/API: Navigate applications that lack command-line interfaces
- Multi-step visual workflows: "Find the latest invoice in my email and upload it to the company portal"
- Complex UI interactions: Tasks requiring visual understanding and planning
- Cross-app workflows: "Search iPhone price, create Pages document, and send to contact"
Do NOT use for:
- Tasks that can be done via CLI (use
execinstead) - Simple file operations (use file tools)
- Web scraping (use
web_fetchorbrowsertools) - Tasks requiring system-level permissions without warning