- Home
- Skills
- Daymade
- Claude Code Skills
- Llm Icon Finder
llm-icon-finder_skill
- Python
609
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill daymade/claude-code-skills --skill llm-icon-finder- SKILL.md3.3 KB
Overview
This skill locates and serves AI/LLM brand icons from the lobe-icons library so you can quickly get official logos for models, providers, and applications. It returns direct CDN URLs in SVG, PNG, or WEBP and can provide download commands or web viewer links for each icon. Use it to embed logos in docs, UIs, or marketing assets with minimal hassle.
How this skill works
I map a requested model or provider name to the lobe-icons naming convention (lowercase, hyphenated) and build a CDN URL using the appropriate format and theme. Supported formats are SVG, PNG, and WEBP, and theme variants include light, dark, and sometimes color. If a URL returns 404, I suggest alternate name variants, the -color suffix, or the lobehub icon browser to find the correct asset.
When to use it
- You need a model or provider logo URL (e.g., Claude, GPT, Gemini).
- You want to download brand icons in SVG, PNG, or WEBP for UI or documentation.
- You need light, dark, or color variants for different themes.
- You want ready-made curl commands to fetch multiple icons.
- You need guidance finding the correct icon name when uncertain.
Best practices
- Default to PNG dark variant unless scalable SVG is required.
- Prefer SVG for UI scalability and crisp rendering at any size.
- Try lowercase, hyphenated names; test -color suffix when color variant is needed.
- Verify the URL in a browser or use curl to confirm availability before embedding.
- If unsure, consult the web viewer at lobehub.com/icons to confirm naming.
Example use cases
- Provide a direct SVG URL for embedding a model logo in documentation.
- Generate curl commands to download a set of provider icons for an app asset folder.
- Supply dark and light PNG variants for theme-aware UI components.
- Resolve ambiguous requests by mapping common Chinese model names to lobe-icons names.
- Offer a color PNG variant for marketing materials when available.
FAQ
I construct raw.githubusercontent.com URLs using the static-svg, static-png, or static-webp package paths with light/dark folders and the icon name.
What if the icon URL returns 404?
Try the -color suffix, alternate naming variations, or browse lobehub.com/icons. I can suggest likely name variants to try.