This is a Rust CLI that turns 55+ sites (HackerNews, Reddit, Twitter, Bilibili, Zhihu, etc.) into command-line interfaces by piggybacking on your Chrome login sessions. No API keys, no credentials, just a 4.7MB binary. It's genuinely useful for two things: fetching trending content and timelines across platforms with consistent JSON output, and its read command that extracts article text from any URL as Markdown using Mozilla Readability. The write operations (posting, liking) work but come with the usual automation risks. What's interesting is the generate command that lets you create adapters for unsupported sites by writing YAML selectors. Beats spinning up Playwright when you just need to pull some data.
npx skills add https://github.com/nashsu/opencli-rs-skill --skill autocli