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 --versionbefore the first operation to confirm that the CLI is installed. - Use
aba --helpas the source of truth if a command or option is uncertain. - Use
--jsonwhenever 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 --jsonbefore 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
nullvalues 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.