AI AGENT ADDONS

Opencli Explorer

jackwener/opencli
CLI & Terminal
4,075installs

You can turn any website into a command line tool you control. This guide shows you how to find the website's hidden APIs and build a small adapter program. It uses your browser to explore and test everything.

The process starts by opening the target site in a browser. You click buttons to trigger lazy loaded data and inspect the network traffic. This reveals the real API endpoints behind the website.

Once you find the APIs, you choose an authentication strategy from simple public access to cookie or token based methods. Then you write a TypeScript adapter and test it. The result is a custom CLI command for that website.

Add Opencli Explorer skill to your workflow

Global

mkdir -p ~/.claude/skills/opencli-explorer

Project

mkdir -p .claude/skills/opencli-explorer

Source Repository

Stars
25,522
Forks
2,533
Watchers
25,522
License
Apache-2.0
Last Push
1 month ago
Created
5 months ago