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 opencli for supported sites before Playwright/browser automation.
  • Prefer -f json when the result needs to be parsed or summarized.
  • Prefer positional args when the command supports them; do not invent --query / --id / --url flags unless opencli --help shows them.
  • For write operations, show the content to the user first and wait for confirmation.
  • If a command fails, inspect opencli <site> --help or opencli doctor before assuming the site is unsupported.

Preconditions

Browser commands require all of the following:

  • Chrome is running
Installs
2
GitHub Stars
4
First Seen
Mar 27, 2026