Scrape an old site's content and organize it for the new one
Redesigns mean content migration — scraping text, downloading images, mapping content to the new structure, and fixing broken links. This recipe crawls the old site, extracts everything, and organizes it into clean files ready for the new CMS.
Create a skill called "Site Mover". When I give you an old website URL and a new site structure (sitemap or page list), crawl every page of the old site and extract: all text content, all images (downloaded at highest resolution), all PDFs and embedded files, page metadata (title, meta description, og tags), and existing alt text. Organize the extracted content to match the new site structure. Generate a redirect map (old URL → new URL) for 301 redirects. Detect broken links on the old site. Produce a gap analysis showing: old content with no home in the new structure, and new pages with no content from the old site. Output everything as clean Markdown files organized by page, with images in an assets folder. Also support export as WordPress XML import format.
Give your Claw the old site URL and the new site's structure (sitemap
or page list). It crawls every page, extracts all content (text, images,
metadata, files), downloads assets, maps content to the new structure,
and outputs clean Markdown or CMS-importable files.
Turn a spreadsheet of SKUs into SEO-ready product pages
Feed it your product catalog — CSV, spreadsheet, or Shopify export — and get back unique, keyword-aware descriptions for every SKU. Useful when your current copy is thin, duplicated, or straight from the manufacturer.
Generate all the SEO boilerplate so you never forget an og:image again
Open Graph tags, Twitter Cards, structured data, canonical URLs, XML sitemaps, and robots rules show up on every launch checklist. This recipe crawls your site and generates the core technical SEO package without the usual copy-paste grind.
Generate button labels, error messages, tooltips, and empty states
Nobody budgets for UX writing but it makes or breaks usability. This recipe generates complete microcopy sets for your UI components — error messages that actually help, empty states that guide action, button labels that are clear, and tooltips that explain without patronizing.
Replace Lorem Ipsum with realistic content that won't break your layout
Layouts designed around Lorem Ipsum break when real content arrives — headlines that are 3x too long, bios that are one sentence, product descriptions that overflow cards. This recipe generates realistic placeholder content matched to your site type and structure.