Loading...
Loading...
Search and retrieve CSS components, SVG icons, design patterns, and visual inspiration from the web. Use when the user asks to find, look up, or search for CSS snippets, SVG icons, UI components, loading spinners, animations, design inspiration, or any visual/frontend design resource. Triggers on requests like "find me a CSS button", "look up an SVG spinner", "search for a card component", "find a wave divider SVG", or "get design inspiration for a dashboard".
npx skill4agent add baphomet480/claude-skills design-lookupscripts/fetch_page.py# Extract HTML/CSS/JS code from a CodePen pen (returns clean JSON)
python3 scripts/fetch_page.py "https://codepen.io/user/pen/ID" --codepen-code
# Fetch any protected page as text
python3 scripts/fetch_page.py "https://uiverse.io/user/component-slug"
# Extract specific elements with CSS selector
python3 scripts/fetch_page.py "https://example.com" --selector ".code-block"
# Increase timeout for slow pages
python3 scripts/fetch_page.py "https://example.com" --wait 20site:{source} {query}{query} CSS/SVGfetch_page.py --codepen-codefetch_page.pyhttps://raw.githubusercontent.com/lucide-icons/lucide/main/icons/{name}.svghttps://raw.githubusercontent.com/tailwindlabs/heroicons/master/optimized/24/outline/{name}.svgsolid/20/solid/https://raw.githubusercontent.com/tabler/tabler-icons/main/icons/outline/{name}.svgfilled/https://raw.githubusercontent.com/feathericons/feather/main/icons/{name}.svghttps://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/{name}.svg## {Description of component}
Source: {URL}
{code block with HTML/CSS/SVG}
{One-line note on how to customize, if relevant}viewBox