From llm-icon-finder
Finds AI/LLM brand icons from lobe-icons library. Constructs CDN URLs for SVG/PNG/WEBP formats with light/dark/color variants.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-icon-finder:llm-icon-finderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Access AI/LLM model brand icons and logos from the [lobe-icons](https://github.com/lobehub/lobe-icons) library. The library contains 100+ icons for models (Claude, GPT, Gemini), providers (OpenAI, Anthropic, Google), and applications (ComfyUI, LobeChat).
Access AI/LLM model brand icons and logos from the lobe-icons library. The library contains 100+ icons for models (Claude, GPT, Gemini), providers (OpenAI, Anthropic, Google), and applications (ComfyUI, LobeChat).
Available formats: SVG (scalable), PNG (raster), WEBP (compressed) Theme variants: light, dark, and color (some icons)
Construct URLs using these patterns:
# SVG
https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-svg/{light|dark}/{icon-name}.svg
# PNG
https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/{light|dark}/{icon-name}.png
# WEBP
https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-webp/{light|dark}/{icon-name}.webp
# Color variant (append -color to icon-name)
https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/{icon-name}-color.png
Icon naming convention: Lowercase, hyphenated (e.g., claude, chatglm, openai, huggingface)
When users request icons:
https://lobehub.com/icons/{icon-name}Common icons: See references/icons-list.md for comprehensive list organized by category (Models, Providers, Applications, Chinese AI)
Uncertain names:
alibaba vs alibabacloud)-color variants if standard URL failsChinese AI models: Support Chinese queries (e.g., "智谱" → chatglm, "月之暗面" → moonshot)
Single icon request:
User: "Claude icon"
→ Provide: https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/claude.png
→ Also mention color variant and web viewer link
Multiple icons download:
curl -o openai.svg "https://raw.githubusercontent.com/lobehub/lobe-icons/.../dark/openai.svg"
curl -o anthropic.svg "https://raw.githubusercontent.com/lobehub/lobe-icons/.../dark/anthropic.svg"
Chinese query:
User: "找一下智谱的图标"
→ Identify: 智谱 = ChatGLM → icon name: chatglm
→ Provide URLs and mention related icons (zhipu, codegeex)
If URL returns 404:
-color suffix variantchatgpt vs gpt, google vs gemini)references/icons-list.md - Comprehensive list of 100+ available icons by categoryreferences/developer-info.md - npm installation and React usage examples2plugins reuse this skill
First indexed Jul 12, 2026
npx claudepluginhub p/majuniores-llm-icon-finder-llm-icon-finderFinds AI/LLM brand icons from lobe-icons library. Constructs CDN URLs for SVG/PNG/WEBP formats with light/dark/color variants.
Generates square PNG icons with transparent backgrounds for app icons, favicons, and UI using Google Gemini. Supports flat/3D/line/glyph/gradient/minimal styles, sizes 128-1024px, batch sets, reference matching.
Creates image assets for projects: logo marks, icons, favicons, promo tiles, and README header images. Focuses on flat geometric designs in the modern OSS style.