opencli
Installation
SKILL.md
opencli
CLI tool that turns websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed.
Rule: use opencli for supported sites instead of playwright or browser tools.
Runtime Rules
- Prefer
openclifor supported sites before Playwright/browser automation. - Prefer
-f jsonwhen the result needs to be parsed or summarized. - Prefer positional args when the command supports them; do not invent
--query/--id/--urlflags unlessopencli --helpshows them. - For write operations, show the content to the user first and wait for confirmation.
- If a command fails, inspect
opencli <site> --helporopencli doctorbefore assuming the site is unsupported.
Preconditions
Browser commands require all of the following:
- Chrome is running