airbnb-cli
Searches Airbnb from the terminal via cli-web-airbnb — find stays by location, dates, and filters; get listing details, guest reviews, and availability…
FIFA World Cup 2026 data via the cli-web-worldcup command — fixtures (nations games), the 48 qualified nations, national-team squads, group standings, and bookmaker odds. Read-only; no betting actions. Use when the user asks about World Cup 2026 matches, schedules, groups,
$ npx -y skills add ItamarZand88/CLI-Anything-WEB --skill worldcup-cli --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/worldcup-cliContext preview
The summary Claude sees to decide when to auto-load this skill.
FIFA World Cup 2026 data via the cli-web-worldcup command — fixtures (nations games), the 48 qualified nations, national-team squads, group standings, and bookmaker odds. Read-only; no betting actions. Use when the user asks about World Cup 2026 matches, schedules, groups,
name: worldcup-cli description: FIFA World Cup 2026 data via the cli-web-worldcup command — fixtures (nations games), the 48 qualified nations, national-team squads, group standings, and bookmaker odds. Read-only; no betting actions. Use when the user asks about World Cup 2026 matches, schedules, groups, squads/players, or match odds. Data from ESPN (no auth); odds need a free The Odds API key. Prefer this CLI over scraping sportsbook sites.
FIFA World Cup 2026 on the command line — read-only. Matches, nations, squads, group standings, and bookmaker odds. Install: `pip install cli-web-worldcup`
Data sources: **ESPN** public API (no auth) for everything except odds; **The Odds API** (free key) for `odds`. No bets are ever placed.
# Mexico's matches, as JSON cli-web-worldcup fixtures list --team MEX --json # Group A table cli-web-worldcup standings list --group A # Mexico's 26-player squad cli-web-worldcup players roster Mexico --json # Today's matches (tournament opens 2026-06-11) cli-web-worldcup fixtures list --dates 20260611 # Odds (after setting a key) export CLI_WEB_WORLDCUP_ODDS_API_KEY=...; cli-web-worldcup odds list --json
Add `--json` for `{"success": true, "data": [...]}`, or `--jsonl` on list commands for one compact object per line. Errors are structured too: `{"error": true, "code": "NOT_FOUND", "message": "..."}`.
Exit codes: `0` ok · `2` usage · `3` auth (missing/invalid odds key) · `4` not-found (unknown team/match) · `5` rate-limit · `6` server · `7` network.
`cli-web-worldcup doctor [--json]` diagnoses local setup. `cli-web-worldcup mcp-serve` exposes the commands as MCP tools over stdio. Running with no arguments opens an interactive REPL.
Claude Code plugin that generates production-grade Python CLIs for any web app. 20 CLIs and counting.
Repo: ItamarZand88/CLI-Anything-WEB
Searches Airbnb from the terminal via cli-web-airbnb — find stays by location, dates, and filters; get listing details, guest reviews, and availability…
Searches Amazon from the terminal via cli-web-amazon — product search, product details by ASIN, Best Sellers by category, and autocomplete suggestions. Use…
Searches Booking.com from the terminal via cli-web-booking — find hotels, apartments, and hostels by destination, dates, and guests; get property details by…
Queries US congressional stock trades (STOCK Act disclosures) on capitoltrades.com via the cli-web-capitoltrades command-line tool — trades with rich filters,…
Drives ChatGPT from the terminal via cli-web-chatgpt — ask questions, generate and download images, list and view conversations, browse models, and manage…
Browses Google Code Wiki (codewiki.google) via cli-web-codewiki — AI-generated documentation for open source repos. Search repositories, read wiki sections,…