Claude Code plugin that generates production-grade Python CLIs for any web app. 20 CLIs and counting.
FAQ
cli-anything-web is a Claude Code plugin with 27 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes airbnb-cli, amazon-cli, booking-cli. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add ItamarZand88/CLI-Anything-WEB> /plugin install cli-anything-web@cli-anything-web
Repo: ItamarZand88/CLI-Anything-WEB
CLI-Anything-Web is a Claude Code plugin that generates production-grade Python CLIs for any web application by capturing its live HTTP traffic. Point it at a URL, and get a fully working CLI on your PATH โ with auth, REPL mode, --json output, and tests.
[!WARNING] Experimental Project โ Use Responsibly
This project uses undocumented web APIs reverse-engineered from live HTTP traffic. These APIs can change without notice.
- Not affiliated with any website โ This is an independent open-source project
- APIs may break โ Websites can change their internal endpoints, HTML structure, or add protections at any time
- Respect rate limits โ Generated CLIs include exponential backoff, but heavy usage may be throttled
- For personal use โ Best suited for prototyping, automation, research, and personal productivity
Generated CLIs interact with real production services. Use them responsibly and in accordance with each website's terms of service.
Most web apps don't have public APIs. CLI-Anything-Web changes that:
No API docs needed. No reverse-engineering by hand. Just point and generate.
| Requirement | Version | Why |
|---|---|---|
| Claude Code | With plugin support | Runs the generation pipeline |
| Node.js | 18+ | For playwright traffic capture |
| Python | 3.10+ | Generated CLIs are Python |
# Inside Claude Code
/plugin marketplace add ItamarZand88/CLI-Anything-WEB
/plugin install cli-anything-web
/reload-plugins
/cli-anything-web https://your-favorite-website.com
The agent opens a browser, asks you to log in if needed, captures traffic, and generates a complete CLI. That's it.
20 real CLIs generated by the plugin โ shipped as reference implementations:
| CLI | Website | Protocol | Auth | Skill | Description |
|---|---|---|---|---|---|
cli-web-futbin | FUTBIN | HTML + JSON API | None | ๐ Skill | EA FC player database โ search, compare, prices, market analysis, arbitrage, trading signals |
cli-web-notebooklm | Google NotebookLM | batchexecute RPC | Google SSO | ๐ Skill | Notebooks, sources, chat, 9 artifact types (audio, video, slides, quiz, mindmap) |
cli-web-gh-trending | GitHub Trending | HTML scraping | None | ๐ Skill | Trending repos & developers with language/time filters |
cli-web-producthunt | Product Hunt | Next.js RSC flight (curl_cffi) | None | ๐ Skill | Today's launches, leaderboards, product details |
cli-web-unsplash | Unsplash | REST JSON (camoufox browser) | None | ๐ Skill | Photo search, download, topics, collections, profiles |
cli-web-booking |
# Install the entire fleet (every CLI) in one command:
pip install cli-anything-web # or: uv tool install cli-anything-web
# ...or install only the CLIs you want, by name (see the table above):
pip install cli-web-futbin
uvx cli-web-futbin --help # or run it once, no install, via uvx
Working from a clone instead? Install a CLI editable with
pip install -e <app>/agent-harness(see QUICKSTART).
# Required browsers
playwright install chromium # for CLIs that require browser-based auth or rendering
python -m camoufox fetch # for CLIs that use stealth browser (anti-bot bypass)
GitHub Trending โ no auth, great first test
pip install cli-web-gh-trending
cli-web-gh-trending repos list --language python --since weekly --json
FUTBIN โ search EA FC players
pip install cli-web-futbin
cli-web-futbin players search --name "Messi" --json
NotebookLM โ requires Google login
pip install cli-web-notebooklm
cli-web-notebooklm auth login
cli-web-notebooklm notebooks list --json
Product Hunt โ no auth, bypasses Cloudflare
pip install cli-web-producthunt
cli-web-producthunt posts list --json
Unsplash โ photo search
pip install cli-web-unsplash
cli-web-unsplash photos search "mountains" --json
Booking.com โ hotel search
pip install cli-web-booking
cli-web-booking auth login # required โ fetches WAF browser cookies
cli-web-booking search find "Paris" --json
Google Stitch โ requires Google SSO login
pip install cli-web-stitch
cli-web-stitch auth login
cli-web-stitch projects list --json
Pexels โ free stock photos & videos
pip install cli-web-pexels
cli-web-pexels photos search "mountains" --json
Reddit โ feeds, search, vote, comment, submit
pip install cli-web-reddit
cli-web-reddit auth login # optional โ required for voting, commenting, submitting
cli-web-reddit feed hot --limit 5 --json
Hacker News โ stories, search, upvote, submit
pip install cli-web-hackernews
cli-web-hackernews auth login # optional โ required for upvoting, submitting, commenting
cli-web-hackernews stories top -n 5 --json
Google Code Wiki โ AI-generated repo docs + Gemini chat
pip install cli-web-codewiki
cli-web-codewiki wiki sections excalidraw/excalidraw --json
cli-web-codewiki chat ask "How does rendering work?" --repo excalidraw/excalidraw --json
Airbnb โ search stays, get listing details
pip install cli-web-airbnb
cli-web-airbnb search stays "London, UK" --checkin 2024-06-01 --checkout 2024-06-05 --adults 2 --json
cli-web-airbnb listings get 770993223449115417 --json
cli-web-airbnb autocomplete locations "New Yor" --json
TripAdvisor โ search hotels, restaurants, and attractions (no auth, DataDome bypass)
pip install cli-web-tripadvisor
cli-web-tripadvisor hotels search "Paris" --json
cli-web-tripadvisor attractions search "London" --json
ChatGPT โ ask questions, generate images
pip install cli-web-chatgpt
cli-web-chatgpt auth login # optional โ required for image generation & conversations
cli-web-chatgpt chat ask "Explain quantum computing in one sentence" --json
cli-web-chatgpt chat image "A sunset over mountains" --output sunset.png --json
Google AI Mode โ AI-powered search (requires Playwright browser)
pip install cli-web-gai
playwright install chromium
cli-web-gai search ask "What is quantum computing" --json
Amazon โ search products, bestsellers, autocomplete (no auth required)
pip install cli-web-amazon
# Search Amazon products
cli-web-amazon search "laptop" --json
# View product details
cli-web-amazon product get B0GRZ78683 --json
# Browse Best Sellers
cli-web-amazon bestsellers electronics --json
LinkedIn โ search people/jobs/companies, feed, profiles, post, network, messaging (auth required)
pip install cli-web-linkedin
cli-web-linkedin auth login # required โ browser-based LinkedIn SSO
# Search people and jobs
cli-web-linkedin search people "python developer" --limit 5 --json
cli-web-linkedin jobs search "software engineer" --json
# View feed, profile, connections
cli-web-linkedin feed --count 5 --json
cli-web-linkedin profile me --json
cli-web-linkedin network connections --limit 10 --json
Capitol Trades โ US congressional stock trades (no auth, CloudFront bypass)
pip install cli-web-capitoltrades
# Latest trades across Congress
cli-web-capitoltrades --json trades list --page-size 20
# Trades for a specific ticker
cli-web-capitoltrades --json trades by-ticker NVDA
# Top politicians by trade volume
cli-web-capitoltrades --json politicians top --by trades --page-size 10
# Rich issuer data with 1-year price history
cli-web-capitoltrades --json issuers search nvidia
Every generated CLI comes with a skill file (.claude/skills/<app>-cli/SKILL.md) that Claude Code loads automatically. The skill tells Claude exactly how to use the CLI โ every command, every option, every output format. When you ask Claude a question like "find me a hotel in Paris", it reads the booking skill and runs cli-web-booking search find "Paris" on its own.
Each skill includes:
Every generated CLI doubles as a Model Context Protocol server โ run
cli-web-<app> mcp-serve and any MCP client (Claude Desktop, IDEs, other
agents) gets every command as a typed MCP tool, with input schemas derived
from the CLI's own options and the standard --json envelope as tool output:
// e.g. in an MCP client config
{
"mcpServers": {
"hackernews": { "command": "cli-web-hackernews", "args": ["mcp-serve"] }
}
}
No extra dependencies, no separate server code โ the adapter walks the Click command tree at startup, so new commands automatically become new tools.
Every CLI also ships a doctor command (cli-web-<app> doctor [--json])
that diagnoses the local setup โ install, Python version, auth file and its
permissions, optional dependencies โ before you ever need to open an issue.
The plugin runs a 4-phase pipeline, fully automated by Claude:
| Phase | What Happens |
|---|---|
| 1. Capture | Opens browser via Playwright, records all HTTP traffic while you use the site |
| 2. Analyze & Generate | Identifies protocol (REST/GraphQL/RPC/HTML), maps endpoints, generates full Python CLI |
| 3. Test | Writes unit tests (mocked) + E2E tests (live API) + subprocess tests |
| 4. Publish | pip install -e . โ on your PATH โ smoke tested โ Claude skill generated |
| Feature | Details |
|---|---|
| Click commands | cli-web-<app> <group> <command> [options] |
| Interactive REPL | Run with no args โ history, autocomplete, branded prompt |
--json output | Machine-readable on every command โ pipe into jq, scripts, or agents |
| Auth management | Python Playwright browser login โ cookie extraction โ auth.json |
| Error handling | Typed exceptions โ structured JSON errors: {"error": true, "code": "AUTH_EXPIRED"} |
| Tests | Unit (mocked HTTP) + E2E (live API) + subprocess (_resolve_cli) |
| Installable | pip install -e . puts it on your PATH immediately |
| Command | Description |
|---|---|
/cli-anything-web <url> | Full pipeline โ capture, analyze, generate, publish |
/cli-anything-web:record <url> | Capture traffic only (for exploration) |
/cli-anything-web:refine <path> | Add more commands to an existing CLI |
/cli-anything-web:test <path> | Run tests and update TEST.md |
/cli-anything-web:validate <path> | Validate against 75-check quality standards |
/cli-anything-web:list | List all generated CLIs |
The plugin auto-detects and handles multiple web architectures:
| Protocol | Example Sites | How It's Handled |
|---|---|---|
| REST / JSON API | Monday.com, Dev.to | httpx client, JSON response parsing |
| Server-rendered HTML | GitHub, FUTBIN, Hacker News | BeautifulSoup4 + CSS selectors |
| Anti-bot (curl_cffi) | Product Hunt, Reddit, Amazon | curl_cffi with Chrome TLS impersonation |
| JS proof-of-work challenge | Unsplash, ChatGPT | camoufox (stealth headless Firefox) solves the challenge |
| GraphQL | Shopify, GitHub API v4 | Query abstraction into CLI commands |
| GraphQL + AWS WAF | Booking.com | curl_cffi + WAF cookie bypass |
| Google batchexecute | NotebookLM, Google Docs, Keep | Custom RPC encoder/decoder |
| Browser-rendered (Playwright) | Google AI Mode | Headless browser rendering + content extraction |
CLI-Anything-WEB/
โโโ cli-anything-web-plugin/ # ๐ The installable Claude Code plugin
โ โโโ commands/ # Slash command definitions
โ โโโ skills/ # 4-phase pipeline skills
โ โ โโโ capture/ # Phase 1: browser + traffic capture
โ โ โโโ methodology/ # Phase 2: analysis + code generation
โ โ โโโ testing/ # Phase 3: test generation
โ โ โโโ standards/ # Phase 4: validation + publishing
โ โโโ scripts/ # Shared utilities
โ โโโ HARNESS.md # Complete methodology SOP
โ
โโโ stitch/ # ๐จ Google Stitch (batchexecute RPC)
โโโ reddit/ # ๐ฌ Reddit (REST JSON API)
โโโ booking/ # ๐จ Booking.com (GraphQL + AWS WAF)
โโโ gai/ # ๐ค Google AI Mode (Browser-rendered)
โโโ notebooklm/ # ๐ NotebookLM (Google batchexecute)
โโโ pexels/ # ๐ธ Pexels (SSR + __NEXT_DATA__)
โโโ unsplash/ # ๐ท Unsplash (REST JSON + camoufox)
โโโ producthunt/ # ๐ Product Hunt (Next.js RSC + curl_cffi)
โโโ futbin/ # ๐ฎ FUTBIN (HTML + JSON)
โโโ gh-trending/ # ๐ GitHub Trending (HTML scraping)
โโโ youtube/ # ๐ฌ YouTube (InnerTube REST API)
โโโ hackernews/ # ๐ฐ Hacker News (Firebase + Algolia API)
โโโ codewiki/ # ๐ Google Code Wiki (batchexecute RPC)
โโโ chatgpt/ # ๐ค ChatGPT (REST API + Camoufox)
โโโ airbnb/ # ๐ Airbnb (SSR HTML + niobeClientData)
โโโ amazon/ # ๐ Amazon (SSR HTML + REST JSON)
โโโ tripadvisor/ # ๐ TripAdvisor (SSR HTML + JSON-LD, curl_cffi)
โโโ linkedin/ # ๐ผ LinkedIn (GraphQL + Voyager REST, curl_cffi)
โโโ capitoltrades/ # ๐๏ธ Capitol Trades (SSR HTML + BFF JSON, curl_cffi)
This project is directly inspired by CLI-Anything by HKUDS โ a Claude Code plugin that makes desktop software (GIMP, Blender, LibreOffice, OBS Studio) agent-native by analyzing source code and generating CLI wrappers.
CLI-Anything-Web extends the same vision to the web โ where there's no source code to analyze, only live HTTP traffic to capture.
| CLI-Anything | CLI-Anything-Web | |
|---|---|---|
| Target | Desktop apps (GIMP, Blender, OBS) | Web apps (NotebookLM, Booking.com, any website) |
| Input | Source code, GUI APIs, plugin systems | Live HTTP traffic from browser |
| Analysis | Static code analysis + API mapping | Network traffic capture + protocol detection |
| Auth | N/A (local software) | Browser login, cookies, WAF bypass, API keys |
| Output | Click CLI + REPL + --json + tests | Click CLI + REPL + --json + tests |
Together they cover the full spectrum: CLI-Anything for desktop, CLI-Anything-Web for the web.
We're actively building more CLIs and improving the plugin:
Want a specific website? Open an issue with the URL โ we'll prioritize the most requested ones.
We'd love your help! See CONTRIBUTING.md for the full guide.
The quickest ways to contribute:
| What | How |
|---|---|
| Build a new CLI | Run /cli-anything-web <url> on any website, submit a PR |
| Improve the plugin | Add patterns to cli-anything-web-plugin/skills/ |
| Report bugs | Open an issue with --json output |
| Fix a broken CLI | Website changed? Update the scraper/client |
This project is licensed under the MIT License.
.claude/
.claude-plugin/
marketplace.json
settings.json
skills/
airbnb-cli/
SKILL.md
amazon-cli/
SKILL.md
booking-cli/
SKILL.md
capitoltrades-cli/
SKILL.md
chatgpt-cli/
SKILL.md
codewiki-cli/
SKILL.md
futbin-cli/
market-playbook.md
SKILL.md
gai-cli/
SKILL.md
gh-trending-cli/
SKILL.md
hackernews-cli/
SKILL.md
linkedin-cli/
SKILL.md
notebooklm-cli/
SKILL.md
pexels-cli/
SKILL.md
producthunt-cli/
SKILL.md
reddit-cli/
SKILL.md
stitch-cli/
SKILL.md
sync-check/
SKILL.md
tripadvisor-cli/
SKILL.md
unsplash-cli/
SKILL.md
worldcup-cli/
SKILL.md
youtube-cli/
SKILL.md
.gitattributes
.github/
ISSUE_TEMPLATE/
bug_report.yml
config.yml
feature_request.yml
PULL_REQUEST_TEMPLATE.md
workflows/
about-sync.yml
canary.yml
contract.yml
publish.yml
release-please.yml
tests.yml
.gitignore
.playwright/
cli.proxy.config.json
.pre-commit-config.yaml
.release-please-manifest.json
airbnb/
agent-harness/
.manifest.json
AIRBNB.md
CHANGELOG.md
cli_web/
airbnb/
__init__.py
__main__.py
airbnb_cli.py
commands/
autocomplete.py
listings.py
search.py
core/
__init__.py
client.py
exceptions.py
models.py
README.md
skills/
SKILL.md
tests/
test_core.py
test_e2e.py
TEST.md
utils/
config.py
doctor.py
helpers.py
mcp_server.py
output.py
repl_skin.py
setup.py
AIRBNB.md
amazon/
agent-harness/
.manifest.json
AMAZON.md
CHANGELOG.md
cli_web/
amazon/
__init__.py
__main__.py
amazon_cli.py
commands/
__init__.py
bestsellers.py
product.py
search.py
suggest.py
core/
__init__.py
client.py
exceptions.py
models.py
README.md
skills/
SKILL.md
tests/
__init__.py
test_core.py
test_e2e.py
TEST.md
utils/
__init__.py
config.py
doctor.py
helpers.py
mcp_server.py
output.py
repl_skin.py
pytest.ini
setup.py
AMAZON.md
assets/
agentic-demo.gif
bannerGif10.gif
demo.gif
pipeline.png
booking/
agent-harness/
.manifest.json
BOOKING.md
CHANGELOG.md
cli_web/
booking/
__init__.py
__main__.py
booking_cli.py
commands/
__init__.py
auth_cmd.py
properties.py
search.py
core/
__init__.py
auth.py
client.py
exceptions.py
models.py
README.md
skills/
SKILL.md
tests/
__init__.py
test_core.py
test_e2e.py
TEST.md
utils/
__init__.py
doctor.py
helpers.py
mcp_server.py
output.py
repl_skin.py
setup.py
capitoltrades/
agent-harness/
.manifest.json
CAPITOLTRADES.md
CHANGELOG.md
cli_web/
capitoltrades/
__init__.py
__main__.py
capitoltrades_cli.py
commands/
__init__.py
articles.py
buzz.py
issuers.py
politicians.py
press.py
trades.py
core/
__init__.py
client.py
config.py
exceptions.py
models.py
README.md
skills/
SKILL.md
tests/
__init__.py
conftest.py
test_core.py
test_e2e.py
TEST.md
utils/
__init__.py
doctor.py
helpers.py
mcp_server.py
output.py
repl_skin.py
setup.py
CHANGELOG.md
chatgpt/
agent-harness/
.manifest.json
CHANGELOG.md
CHATGPT.md
cli_web/
chatgpt/
__init__.py
__main__.py
chatgpt_cli.py
commands/
__init__.py
account.py
auth_cmd.py
chat.py
conversations.py
images.py
core/
__init__.py
auth.py
client.py
exceptions.py
README.md
skills/
SKILL.md
tests/
__init__.py
test_core.py
test_e2e.py
TEST.md
utils/
__init__.py
doctor.py
helpers.py
mcp_server.py
output.py
repl_skin.py
setup.py
CLAUDE.md
cli-anything-web-plugin/
.claude-plugin/
plugin.json
.gitignore
.mcp.json
agents/
cross-cli-consistency-checker.md
harness-compliance-reviewer.md
output-ux-reviewer.md
traffic-fidelity-reviewer.md
commands/
cli-anything-web.md
list.md
record.md
refine.md
test.md
validate.md
HARNESS.md
LICENSE
PUBLISHING.md
QUICKSTART.md
README.md
scripts/
analyze-traffic.py
capture-checkpoint.py
doctor.py
extract-browser-cookies.py
generate-test-docs.py
launch-chrome-debug.sh
mcp_server.py
mitmproxy-capture.py
parse-trace.py
phase-state.py
plugin_paths.py
repl_skin.py
run-pipeline.py
scaffold-cli.py
setup.sh
site-fingerprint.js
smoke-test.py
state_utils.py
tests/
conftest.py
test_analyze_traffic.py
test_capture_checkpoint.py
test_generate_test_docs.py
test_mitmproxy_capture.py
test_parse_trace.py
test_phase_state.py
test_plugin_paths.py
test_rpc_templates.py
test_run_pipeline.py
test_scaffold_cli.py
test_scaffold_golden.py
test_skill_quality.py
test_smoke_test.py
test_state_utils.py
test_traffic_utils.py
test_validate_capture.py
test_validate_checklist.py
traffic_utils.py
validate-capture.py
validate-checklist.py
skills/
boilerplate/
SKILL.md
capture/
references/
api-discovery.md
exploration-checklists.md
framework-detection.md
mitmproxy-mode.md
playwright-cli-advanced.md
playwright-cli-commands.md
playwright-cli-sessions.md
playwright-cli-tracing.md
protection-detection.md
SKILL.md
gap-analyzer/
SKILL.md
methodology/
references/
auth-strategies.md
client-architecture-example.py
exception-hierarchy-example.py
google-batchexecute.md
helpers-module-example.py
persistent-context-example.py
polling-backoff-example.py
rich-output-example.py
ssr-patterns.md
traffic-patterns.md
SKILL.md
shared/
CONVENTIONS.md
RECOVERY.md
standards/
references/
quality-checklist.md
skill-authoring.md
SKILL.md
testing/
references/
resolve-cli-pattern.md
test-code-examples.md
vcr-testing.md
SKILL.md
templates/
auth.py.tpl
cli_entry.py.tpl
client_batchexecute.py.tpl
client_rest_curl.py.tpl
client_rest_httpx.py.tpl
command_group.py.tpl
conftest.py.tpl
exceptions.py.tpl
helpers_context.py.tpl
helpers_partial_ids.py.tpl
helpers_polling.py.tpl
helpers.py.tpl
output.py.tpl
README.md.tpl
rpc_decoder.py.tpl
rpc_encoder.py.tpl
rpc_types.py.tpl
setup.py.tpl
SKILL.md.tpl
test_e2e.py.tpl
verify-plugin.sh
cli-web-core/
CHANGELOG.md
cli_web_core/
__init__.py
doctor.py
exceptions.py
... 669 moreยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic
| Booking.com |
| GraphQL + HTML (curl_cffi) |
| WAF cookies |
| ๐ Skill |
| Hotel search, property details, destination resolution |
cli-web-stitch | Google Stitch | batchexecute RPC | Google SSO | ๐ Skill | AI UI design โ generate mobile/web app mockups from text prompts |
cli-web-pexels | Pexels | SSR + NEXT_DATA (curl_cffi) | None | ๐ Skill | Free stock photos & videos โ search, download, collections, profiles |
cli-web-reddit | REST JSON API (curl_cffi) | Optional (OAuth) | ๐ Skill | Feeds, subreddits, search, vote, comment, submit, save, inbox |
cli-web-gai | Google AI Mode | Browser-rendered (Playwright) | None | ๐ Skill | AI-powered search with source references |
cli-web-youtube | YouTube | InnerTube REST API (httpx) | None | ๐ Skill | Search videos, video details, trending, channel info |
cli-web-hackernews | Hacker News | REST API โ Firebase + Algolia (httpx) | Cookie (optional) | ๐ Skill | Stories, search, comments, users, upvote, submit, comment, favorite |
cli-web-codewiki | Google Code Wiki | batchexecute RPC | None | ๐ Skill | AI-generated repo docs, wiki sections, Gemini chat, download as .md |
cli-web-chatgpt | ChatGPT | REST API + Camoufox browser | Browser (OpenAI SSO) | ๐ Skill | Ask questions, generate/download images, conversations, models |
cli-web-airbnb | Airbnb | SSR HTML + niobeClientData (curl_cffi) | None | ๐ Skill | Search stays, listing details, amenities, host info, autocomplete locations |
cli-web-amazon | amazon.com | SSR HTML + REST JSON (curl_cffi) | None | ๐ Skill | Search products, view details, browse bestsellers |
cli-web-tripadvisor | TripAdvisor | SSR HTML + JSON-LD (curl_cffi) | None | ๐ Skill | Search locations, hotels, restaurants, and attractions |
cli-web-linkedin | GraphQL + Voyager REST (curl_cffi) | Cookie | ๐ Skill | Search, feed, profiles, jobs, posts, reactions, comments, network, messaging (26 cmds) |
cli-web-capitoltrades | Capitol Trades | SSR HTML + BFF JSON (curl_cffi) | None | ๐ Skill | US congressional stock trades (STOCK Act) โ trades, politicians, issuers, price history |
cli-web-worldcup | ESPN / FIFA World Cup 2026 | REST JSON (ESPN + The Odds API) | None | ๐ Skill | FIFA World Cup 2026 โ fixtures, nations, squads, group standings, and bookmaker odds (read-only) |