opencli-rs
Installation
SKILL.md
opencli-rs
Blazing fast Rust CLI tool that turns 55+ websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Single 4.7MB binary, zero runtime dependencies.
Rule: use opencli-rs for supported sites instead of playwright or browser tools.
Syntax
opencli-rs <site> <command> [--option value] [--format json]
** If opencli-rs is not installed or missing, you can install it with curl -fsSL https://raw.githubusercontent.com/nashsu/opencli-rs/main/scripts/install.sh | sh, if is in windows, ask user to install from https://github.com/nashsu/opencli-rs**
Common flags (all commands):
--format json— machine-readable output (preferred for parsing)--limit N— number of results (default varies, usually 20)--format table|json|yaml|md|csv
Related skills