aba-x

Installation
SKILL.md

ABA X

Use aba x for browser-driven X operations. Run the requested operation when the user wants an action performed. Only explain commands without running them when the user asks for instructions.

Operating rules

  • Run aba --version before the first operation to confirm that the CLI is installed.
  • Use aba --help as the source of truth if a command or option is uncertain.
  • Use --json whenever results will be filtered, compared, summarized, or passed to another command.
  • Use the active account unless the user identifies another account.
  • Run aba x auth list --json before choosing among multiple accounts, then pass --account <handle-or-id> explicitly.
  • Never read or print browser profiles, cookies, local storage, accounts.json, state.json, passwords, or tokens.
  • Keep all X behavior browser-driven through aba.
  • Do not replace a missing command with a private X API or a reverse-engineered endpoint.
  • Preserve null values in structured output as unavailable data rather than guessing.
  • Report the completed read and relevant public result without exposing authentication paths or private browser state.
Installs
1
First Seen
Jul 28, 2026
aba-x — sainytk/agent-browser-app-cli