← Back to registry

opencli ai

Turn any website into a CLI by reusing your Chrome login sessions

opencli converts websites into CLI interfaces by reusing your Chrome login sessions. Access 28+ commands across 16 platforms — no separate credentials needed.

Features

Install

npm: npm install -g @jackwener/opencli

Commands

CommandSyntaxDescription
list opencli list View all available commands and platforms
explore opencli explore <url> AI-powered API discovery for a website
synthesize opencli synthesize <url> Generate YAML adapter from discovered APIs
generate opencli generate <url> One-shot exploration-to-registration workflow
hackernews top opencli hackernews top --limit 5 Fetch top Hacker News stories (public API)
bilibili hot opencli bilibili hot --limit 5 Browse Bilibili trending videos (browser)
zhihu hot opencli zhihu hot -f json Fetch Zhihu hot topics in JSON format

Links

Agent Usage Example

Use cases:

Example workflow:

opencli hackernews top --limit 10 -f json | jq '.[].title'