byted-util-ark-cua

Installation
SKILL.md

ARK CUA

Operate ARK CUA through the bundled Python CLI. Keep all gateway access inside the CLI and never request an AgentPlan API key in chat.

Command surface

python3 <skill-dir>/scripts/cua.py <command> [options]

Parse the single JSON object printed by each invocation:

  • Success: ok: true, with data and sometimes next.
  • Failure: ok: false, with error.code and sometimes next.setup_command.

Read references/commands.md for non-core commands. For a credential intent, read references/credentials.md before acting. Read references/auth.md, references/outcomes.md, or references/troubleshooting.md only when the corresponding state occurs.

Core workflow

Installs
4
GitHub Stars
447
First Seen
Aug 20, 2026
byted-util-ark-cua — bytedance/agentkit-samples