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…
Drives Google Stitch (stitch.withgoogle.com), the AI UI design tool, via the cli-web-stitch command-line tool — create design projects from text prompts, iterate on designs with AI (flash/pro/redesign models), manage projects (rename, duplicate, delete, download), and view or
$ npx -y skills add ItamarZand88/CLI-Anything-WEB --skill stitch-cli --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/stitch-cliContext preview
The summary Claude sees to decide when to auto-load this skill.
Drives Google Stitch (stitch.withgoogle.com), the AI UI design tool, via the cli-web-stitch command-line tool — create design projects from text prompts, iterate on designs with AI (flash/pro/redesign models), manage projects (rename, duplicate, delete, download), and view or
name: stitch-cli description: Drives Google Stitch (stitch.withgoogle.com), the AI UI design tool, via the cli-web-stitch command-line tool — create design projects from text prompts, iterate on designs with AI (flash/pro/redesign models), manage projects (rename, duplicate, delete, download), and view or download generated screen HTML. Use when the user asks about Google Stitch, AI UI design, generating app mockups or screens from prompts, or managing Stitch projects. Prefer this CLI over browsing stitch.withgoogle.com. Requires Google login.
Generate and manage Google Stitch AI UI designs. Requires Google SSO auth (`auth login`). Install: `pip install "cli-web-stitch[auth]"`, then `playwright install chromium`.
| Command | Purpose | Key options | |---------|---------|-------------| | `projects create PROMPT` | New project + first design generation | `--platform app\|web`, `--wait/--no-wait` | | `projects list\|get\|rename\|duplicate\|delete` | Manage projects | `rename` takes NEW_NAME; `delete` takes `-y/--yes` | | `projects download PROJECT_ID` | Download all screen HTML files | `-o/--output DIR` | | `design generate PROMPT` | Generate/modify design with an AI prompt | `--project ID`, `--model flash\|pro\|redesign`, `--device mobile\|web\|tablet\|agnostic`, `--wait/--no-wait`, `--retry N` | | `design theme` | Design system (colors, typography) for a project | `--project ID` | | `design history` | Generation sessions (prompt history) | `--project ID` | | `screens list\|get\|download SCREEN_ID` | View/save generated screens | `--project ID`, `-o/--output` | | `use PROJECT_ID` / `status` | Set/show active project context | once set, `--project` is optional |
# Create a mobile app design and wait for generation cli-web-stitch projects create "A fitness tracking app" --platform app --wait --json # Set context, then iterate on the design cli-web-stitch use <project-id> cli-web-stitch design generate "Add a dark header with a search bar" --model pro --wait --json # List screens and download all HTML exports cli-web-stitch screens list --json cli-web-stitch projects download <project-id> -o ./stitch-export --json # Inspect the project's design system cli-web-stitch design theme --json
Every command accepts `--json`. Success responses are `{"success": true, "data": ...}`; errors are `{"error": true, "code": "...", "message": "..."}`.
cli-web-stitch auth login # browser-based Google SSO (--headed default, --headless available) cli-web-stitch auth status --json cli-web-stitch auth import FILE # import cookies from a JSON file
Run `doctor` to diagnose auth setup. For CI, set `CLI_WEB_STITCH_AUTH_JSON` with the cookies JSON.
`cli-web-stitch doctor [--json]` self-diagnoses the local setup (install, auth, dependencies). `cli-web-stitch mcp-serve` serves the commands as MCP tools over stdio.
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,…