This is a Rust CLI that turns 55+ websites into command-line interfaces by reusing your Chrome login session. You can pull trending posts from Bilibili, search Twitter, grab HackerNews threads, or extract article content from any URL as Markdown without dealing with authentication. It's especially useful when you need structured data from social platforms or content sites without spinning up Playwright or writing scrapers. The standout feature is the ability to auto-generate adapters for unsupported sites by writing simple YAML configs that define DOM selectors. Ships as a single 4.7MB binary with zero runtime dependencies. Just be careful with write operations like posting or liking, they can trigger platform rate limits.
npx skills add https://github.com/nashsu/opencli-rs-skill --skill opencli-rs