Analysis updated 2026-05-18
Turn a pile of Etsy or Shopify listings you like into one shareable gallery page.
Build a themed shopping page, like a keycap or plant lookbook, to share with friends.
Verify that products in a wishlist are still actually in stock before sharing it.
Publish a self-contained product gallery to GitHub Pages without writing a website by hand.
| drewhoo/shopping-lookbook | 0xmukesh/docusaurus-tutorial | 1tsmejp/palworld-docker-wine | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-12-27 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | vibe coder | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires a connected browser MCP server, such as the Claude in Chrome extension, since it drives a real browser to read storefronts.
Shopping Lookbook is a skill for Claude Code, the AI coding assistant, rather than a standalone app you run on its own. Once installed, it teaches Claude how to build a themed shopping page called a lookbook: a gallery of real, in-stock products pulled from live listings on sites like Etsy or Shopify, each one checked to make sure it is actually available, then arranged into a shareable web page with prices, specs, and buy buttons that link back to the original stores. The idea is to take a vibe, a theme, or a scattered pile of product listings you have been eyeing and turn it into one clean gallery page instead of a dozen open browser tabs. Example themes could be keycaps, furniture, plants, decor, or fashion items, anything sold online that you would want to browse as a curated collection. The finished page is self-contained and gets shipped as a GitHub Pages site, so it can be shared with a simple link. The skill works in stages: it clarifies what you are looking for, discovers candidate products, sources and verifies that each listing is real and current, curates the best matches, then builds and ships the finished page. The project's SKILL.md file documents this pipeline in detail, along with the curation approach, and a reference folder covers the technical details of driving a browser to pull product data and images, and of generating the final page template. Because many online stores block plain automated requests, this skill needs a browser automation tool to work, specifically one built around the Claude in Chrome browser extension, though other compatible browser tools should also work. You install the skill by cloning it into your Claude Code skills folder, and you need that browser connection set up before running it.
A Claude Code skill that browses real online stores and builds a shareable webpage gallery of verified, in-stock products around a theme, like keycaps or furniture.
Mainly JavaScript. The stack also includes JavaScript, Claude Code, GitHub Pages.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.