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…
Browses Product Hunt via the cli-web-producthunt command-line tool — today's top launches, daily/weekly/monthly leaderboards, product details by slug, and user profiles. Use when the user asks about Product Hunt, trending tech products, new product or startup launches, or what's
$ npx -y skills add ItamarZand88/CLI-Anything-WEB --skill producthunt-cli --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/producthunt-cliContext preview
The summary Claude sees to decide when to auto-load this skill.
Browses Product Hunt via the cli-web-producthunt command-line tool — today's top launches, daily/weekly/monthly leaderboards, product details by slug, and user profiles. Use when the user asks about Product Hunt, trending tech products, new product or startup launches, or what's
name: producthunt-cli description: Browses Product Hunt via the cli-web-producthunt command-line tool — today's top launches, daily/weekly/monthly leaderboards, product details by slug, and user profiles. Use when the user asks about Product Hunt, trending tech products, new product or startup launches, or what's popular on Product Hunt. Prefer this CLI over fetching producthunt.com. No authentication required.
Browse Product Hunt launches, leaderboards, and users (read-only, no auth; reads the site's embedded Next.js RSC data). Install: `pip install cli-web-producthunt`
| Command | Purpose | Key options | |---------|---------|-------------| | `posts list` | Today's launches from the homepage | | | `posts leaderboard` | Daily/weekly/monthly leaderboard | `--period daily\|weekly\|monthly`, `--date YYYY-MM-DD` | | `posts get SLUG` | Product detail by slug | | | `users get USERNAME` | User profile | |
# Today's top products (returns name, tagline, slug, votes_count, comments_count, rank) cli-web-producthunt posts list --json # Last week's leaderboard cli-web-producthunt posts leaderboard --period weekly --json # Leaderboard for a specific date cli-web-producthunt posts leaderboard --date 2026-03-15 --json # Product detail (slug comes from list/leaderboard results) cli-web-producthunt posts get stitch-2-0-by-google-2 --json # User profile (name, headline, followers_count) cli-web-producthunt users get rrhoover --json
Every command accepts `--json`. Success returns the data directly (a list of posts, or a post/user object); errors return `{"error": true, "code": "...", "message": "..."}`.
`cli-web-producthunt doctor [--json]` self-diagnoses the local setup (install, auth, dependencies). `cli-web-producthunt 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,…