CLI-Anything-WEB: Open-source plugin that reverse-engineers any website into a Python CLI for Claude Code

✍️ OpenClawRadar📅 Published: May 16, 2026🔗 Source
CLI-Anything-WEB: Open-source plugin that reverse-engineers any website into a Python CLI for Claude Code
Ad

CLI-Anything-WEB is a new open-source plugin for Claude Code that automatically turns any website into a Python CLI. The plugin monitors your browser traffic as you interact with a site, captures all HTTP requests/responses, reverse-engineers the protocol, and generates a complete CLI tool — including authentication handling, test generation, and --json output everywhere.

Once generated, each CLI includes a SKILL.md file so Claude can invoke the tool autonomously without extra prompting. For example, you can ask Claude "find me a hotel in Paris under 200" and it will run the generated Booking.com CLI on its own.

Ad

Key technical details

  • Protocol extraction: Captures HTTP traffic from your browser, deduces the underlying API protocol, and generates a Python CLI from it.
  • Auth handling: Manages cookie refresh without user interaction — a hard problem the author had to solve.
  • Bypass challenges: The plugin handles Cloudflare and AWS WAF challenges, and can decode Google's batchexecute RPC protocol.
  • 19 sample CLIs: The repo ships with working CLIs for Reddit, NotebookLM, Booking, Airbnb, ChatGPT, Stitch, Capitol Trades, LinkedIn, and others — so you can see how different protocols are handled.

The project is MIT-licensed, open source, and unaffiliated with any of the target websites. Repository: https://github.com/ItamarZand88/CLI-Anything-WEB

The author is actively seeking feedback on which sites to target next.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

ReasonDB: Open-Source Document Database Using LLM-Guided Tree Navigation Instead of Vector Search
Tools

ReasonDB: Open-Source Document Database Using LLM-Guided Tree Navigation Instead of Vector Search

ReasonDB is an open-source document database that preserves document structure as a hierarchy and uses LLM-guided tree traversal for retrieval instead of vector search. It uses BM25 for initial search, tree-grep for structure filtering, and beam-search traversal where the LLM visits ~25 nodes out of millions.

OpenClawRadar
OpenClaw Integration for Indian Stock Markets: Multi-Agent Analysis and Trading Terminal
Tools

OpenClaw Integration for Indian Stock Markets: Multi-Agent Analysis and Trading Terminal

An open source trading terminal for Indian markets has been wired up as an OpenClaw skill server, allowing any OpenClaw agent to pull Indian stock market data and run full analysis over HTTP without local installation. The system uses seven specialist agents working in parallel to generate structured analysis with trade plans.

OpenClawRadar
context-link v1.0.0: Local MCP server reduces Claude Code token usage by 91%
Tools

context-link v1.0.0: Local MCP server reduces Claude Code token usage by 91%

context-link v1.0.0 is a local MCP server that indexes codebases with Tree-sitter to serve Claude only the exact symbols, dependencies and structure needed, reducing token usage by 91% in specific cases and 70-80% across full tasks.

OpenClawRadar
Connecting OpenClaw to Qwen2.5 Coder: Feasibility and Considerations
Tools

Connecting OpenClaw to Qwen2.5 Coder: Feasibility and Considerations

Explore the possibility of connecting OpenClaw to a local Qwen2.5 Coder model with 7 billion parameters to address rate limits with API Gemini 3.

OpenClawRadar