computer-use
Installation
SKILL.md
Computer Use — agent-click
Control desktop applications on the user's machine via agent-click, an open-source CLI tool by Kortix for macOS desktop automation. All commands run through Agent Tunnel on the user's local machine.
Setup
Before using agent-click, verify it's installed on the user's machine. Run these via Agent Tunnel:
TUNNEL=$OPENCODE_CONFIG_DIR/skills/KORTIX-system/agent-tunnel/tunnel.ts
# 1. Check tunnel connection
bun run "$TUNNEL" status
# 2. Check if agent-click is installed
bun run "$TUNNEL" shell '{"command":"agent-click","args":["--version"]}'