Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

design-lookup设计查找

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

792

周安装

34

GitHub Stars

公开资料未说明

下载量

277
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:design-lookup(设计查找)
来源仓库:https://github.com/baphomet480/claude-skills
仓库路径:skills/design-lookup
安装命令:
npx skills add https://github.com/baphomet480/claude-skills --skill design-lookup
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/baphomet480/claude-skills --skill design-lookup

简介

搜索网络获取 CSS 组件、SVG 图标、动画与设计资源代码片段。

  • 返回可直接使用的代码并标注出处,支持 CodePen 等平台抓取。
  • 使用时可通过 Playwright 绕过 Cloudflare 保护获取受限制内容。
  • 安装方式:GitHub,命令为 npx skills add https://github.com/baphomet480/claude-skills --skill design-lookup。
  • 注意:提取内容需人工验证版权合规性,避免侵犯原创作者权益。

SKILL.md

Design Lookup

Search the web for CSS components, SVG icons, animations, and design resources. Return usable code with attribution.

Tools

scripts/fetch-page.py — Playwright browser fetcher

Bypasses Cloudflare protection and renders SPAs. Use this for sites that block WebFetch (CodePen, UIVerse, etc.).

# 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 20

When to use: After WebSearch finds promising URLs on Cloudflare-protected sites (CodePen, UIVerse, etc.), use this script to fetch the actual code.

When NOT to use: For sites where WebFetch works fine (CSS-Tricks, GitHub raw, dev.to, MDN). WebFetch is faster.

Workflow

  1. Classify the request — Determine what the user needs:

- CSS component (button, card, loader, toggle, etc.) - SVG icon (UI icon, brand logo, etc.) - CSS animation/effect (hover effect, transition, keyframe animation) - SVG graphic (illustration, wave, blob, background) - Design inspiration (visual reference, not code)

  1. Choose sources — Consult references/sources.md for the best sources and search patterns. Use the "Search Strategy by Request Type" table.
  2. Search broadly — Run 2-3 parallel WebSearch queries combining:

- site:{source} {query} for targeted source searches - A general {query} CSS/SVG search as fallback - Vary terminology (e.g., "loader" vs "spinner" vs "loading animation")

  1. Fetch code — Use the appropriate extraction method per source: CodePen pens — Use fetch-page.py --codepen-code to extract clean HTML/CSS/JS as JSON. UIVerse components — Use fetch-page.py to get the page text (includes code with line numbers inline). SVG icons — Fetch raw SVGs directly from GitHub with WebFetch: Articles/tutorials — Fetch directly with WebFetch (CSS-Tricks, MDN, dev.to, blogs all work).

- Lucide: https://raw.githubusercontent.com/lucide-icons/lucide/main/icons/{name}.svg - Heroicons: https://raw.githubusercontent.com/tailwindlabs/heroicons/master/optimized/24/outline/{name}.svg (also solid/, 20/solid/) - Tabler: https://raw.githubusercontent.com/tabler/tabler-icons/main/icons/outline/{name}.svg (also filled/) - Feather: https://raw.githubusercontent.com/feathericons/feather/main/icons/{name}.svg - Simple Icons: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/{name}.svg

  1. Present results — Format output as:
## {Description of component}
Source: {URL}

{code block with HTML/CSS/SVG}

{One-line note on how to customize, if relevant}

Provide 2-4 options when possible so the user or design agent can choose.

Agentic Workflow & Vibe Coding

  • Iterative Sourcing: Do not expect the perfect component or icon on the first search. Fetch a candidate, review the extracted code, isolate any framework-specific bloat or conflicting styles, strip or adapt ONE CSS class/rule at a time, and preview the result until the snippet is clean and usable.
  • Vibe Coding: Commit the clean, working CSS or SVG snippet locally before attempting to integrate it into complex layout structures or interactive components.

Guidelines

  • Clean up extracted code — Remove unnecessary vendor prefixes, framework-specific wrappers, or unrelated styles. Present minimal, self-contained snippets.
  • Note licenses — If a source requires attribution (e.g., Flaticon free tier), mention it.
  • For SVG icons — Prefer inline SVG code over links to icon fonts. Include viewBox and strip unnecessary metadata.
  • For generators (waves, blobs, gradients) — Suggest the generator URL so the user can tweak parameters, and provide a sample output.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.99%
按下载量换算91

Claude

33.01%
按下载量换算91

Cursor

18.76%
按下载量换算52

Gemini CLI

10.37%
按下载量换算29

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills