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, withdataand sometimesnext. - Failure:
ok: false, witherror.codeand sometimesnext.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.