Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

LLM Icon Finder

Instantly resolves CDN URLs and downloads brand icons for AI models and providers like Claude, GPT and Gemini.

Design & UIBeginner1,323212AI score 8/10Last updated: Aug 8, 2026

What it does

  • Locates AI model, provider and app brand icons from the lobe-icons library (100+ icons).
  • Builds correct CDN URLs for SVG / PNG / WEBP in light, dark and color variants.
  • Downloads files with curl on request and includes a web viewer link (lobehub.com/icons).
  • Handles 404s by trying -color suffixes, alternate names (chatgpt vs gpt) and pointing you to the browsable index.
  • Understands Chinese queries too (e.g. "智谱" → chatglm).

Who it's for

  • Frontend developers adding model logos to AI product pages or dashboards.
  • Writers and marketers who need provider logos for slides and blog covers.
  • Designers bulk-collecting LLM provider marks for a comparison graphic.

Examples

  1. "Give me the Claude icon" → dark-theme PNG URL plus color variant and viewer link.
  2. "Download OpenAI, Anthropic and Google logos as SVG" → three ready-to-run curl commands.
  3. "找一下智谱的图标" → mapped to chatglm, with related icons (zhipu, codegeex) suggested.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/daymade/claude-code-skills/HEAD/llm-icon-finder/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the llm-icon-finder folder from the GitHub repo daymade/claude-code-skills into my ~/.claude/skills/llm-icon-finder/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/daymade/claude-code-skills.git /tmp/ccs && mkdir -p ~/.claude/skills && cp -r /tmp/ccs/llm-icon-finder ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/daymade/claude-code-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-code-skills/llm-icon-finder ~/.claude/skills/
  5. Confirm that ~/.claude/skills/llm-icon-finder/SKILL.md and the references/ folder exist.
  6. Restart Claude Code and test with a prompt like "get me the Gemini icon as PNG".