nebula-scrape-url

Scraping URLs for design reference

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nebula-scrape-url" with this command: npx skills add acquia/nebula/acquia-nebula-nebula-scrape-url

Scraping URLs for design reference

This applies to web page URLs only. Do not use this for:

  • Figma URLs (use the Figma MCP instead)

  • GitHub URLs (read the code directly)

  • Documentation URLs (read or search as needed)

Workflow

Run the scraper to capture screenshots and HTML:

node scripts/scrape-page.js <url>

Review the output in scraped/<timestamp>/ :

  • screenshot-desktop.png

  • Desktop layout reference

  • screenshot-tablet.png

  • Tablet layout reference

  • screenshot-mobile.png

  • Mobile layout reference

  • page.html

  • Full HTML for structure reference

Use the screenshots to understand the visual design (layout, spacing, colors, typography).

Use the HTML to understand the content structure and hierarchy.

Build the components using the nebula-component-creation skill.

Example

User prompt: "Build me this page: https://example.com/pricing"

  • Run: node scripts/scrape-page.js https://example.com/pricing

  • Review the screenshots to understand the layout

  • Review the HTML to understand the structure

  • Create components that match the design using Tailwind CSS

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

canvas-styling-conventions

No summary provided by upstream source.

Repository SourceNeeds Review
General

canvas-component-metadata

No summary provided by upstream source.

Repository SourceNeeds Review
General

canvas-component-utils

No summary provided by upstream source.

Repository SourceNeeds Review
General

nebula-component-creation

No summary provided by upstream source.

Repository SourceNeeds Review