What problem does it solve? Setting up a local web-capture environment requires installing multiple scraping tools, creating a data directory structure, and seeding configuration files, which is error-prone when done manually. This Skill performs the entire first-run setup idempotently and reports the status of every component. ## Core Features & Use Cases - Data directory bootstrap: Creates ~/local-web-capture/ with articles/, prices/, translations/, and .cache/ subdirectories, and seeds sites.yaml from the plugin reference. - Toolchain installation: Installs Scrapling (static, stealth, and Playwright fetchers), bb-browser for authenticated real-Chrome captures, and optional fallbacks like webclaw, camofox-browser, and LibreTranslate. - Status reporting: Prints a one-screen summary covering data dir path, Scrapling version, bb-browser status, backup tools present, and sites.yaml entry count. - Use Case: When onboarding a new machine or when a capture skill reports a missing dependency, run this setup to verify and repair the environment before scraping. ## Quick Start Run the setup-tools skill to initialize my local web capture environment and verify all scraping dependencies are installed.