By saldigioia
Recover product databases from defunct e-commerce sites via Wayback Machine, CommonCrawl, and Shopify CDN archaeology. Self-contained 9-stage pipeline: CDX dump, filter, fetch, Shopify CDN discovery, match, download, normalize, build. Supports Shopify, Swell Commerce, Fourthwall, and custom platforms. Use for recovering products from dead websites, archiving defunct stores, rebuilding catalogs from web archives, CDX dumps, WARC files, or Shopify CDN URLs.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin for recovering complete product databases (catalog data + images) from defunct e-commerce websites using the Wayback Machine, CommonCrawl, and Shopify CDN archaeology.
Supports Shopify, Swell Commerce, Fourthwall, and custom platforms via config-driven CDN patterns.
Add the marketplace and install:
/plugin marketplace add saldigioia/wayback-archive-plugin
/plugin install wayback-archive@rare-data-club
Then install Python dependencies:
pip install -r ~/.claude/plugins/cache/rare-data-club/wayback-archive/1.0.0/requirements.txt
claude --plugin-dir ./wayback-archive
Once installed, the skill is available as /wayback-archive:wayback-archive. Claude also invokes it automatically when you mention recovering products from dead websites, CDX dumps, Wayback Machine, or archived stores.
# 1. Copy and customize a config for your target site
cp skills/wayback-archive/configs/example.yaml configs/mysite.yaml
# Edit configs/mysite.yaml with your domains
# 2. Run the full pipeline (with confirmation gates)
python3 scripts/run_stage.py all --config configs/mysite.yaml
# Or dry-run first
python3 scripts/run_stage.py all --config configs/mysite.yaml --dry-run
OXYLABS_ISP_USER and OXYLABS_ISP_PASS environment variables, or copy tools/.env.example to tools/.envcdx_dump -> index -> filter -> fetch -> cdn_discover -> match -> download -> normalize -> build
Nine stages from domain name to complete product catalog. Run individually or use all. See the skill documentation for details.
wayback-archive/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace catalog
├── skills/wayback-archive/ # Skill definition + reference docs
├── scripts/ # Pipeline orchestrator
├── lib/wayback_archiver/ # Python library modules
├── tools/ # Bundled tools (wayback_cdx, cdn probe)
├── fetch_archive.py # Multi-strategy page fetcher
├── filter_cdx.py # CDX dump filter
├── shopify_downloader.py # Shopify CDN archaeology
└── requirements.txt # Python dependencies
npx claudepluginhub saldigioia/wayback-archive-plugin --plugin wayback-archiveRecover product databases from defunct e-commerce sites via Wayback Machine, CommonCrawl, and Shopify CDN archaeology. Self-contained 9-stage pipeline: CDX dump, filter, fetch, Shopify CDN discovery, match, download, normalize, build. Supports Shopify, Swell Commerce, Fourthwall, and custom platforms. Use for recovering products from dead websites, archiving defunct stores, rebuilding catalogs from web archives, CDX dumps, WARC files, or Shopify CDN URLs.
Axiom-enforced CSS layout primitives, Astro 5 site architecture, archival data patterns, and design system tokens. 13 composable primitives, 32 numbered principles, 6 axioms enforced by CI-grade strict-check and JS-budget gates. Zero-JS-by-default, media-query-free, modular-scale spacing.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.