Installation
SKILL.md
ABA Reddit
Use aba reddit for browser-driven Reddit 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 reddit auth list --jsonbefore choosing among multiple accounts, then pass--account <username-or-id>explicitly. - Never read or print browser profiles, cookies, local storage,
accounts.json,state.json, passwords, or tokens. - Keep all Reddit behavior browser-driven through
aba. - Do not replace a missing command with a private Reddit 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.