Find official, high-quality logos fast (SVG-first), with source links, fallback options, and basic trademark-aware guidance for production UI work.
This skill helps teams avoid the common logo workflow pain points:
- Wasting time searching random sources
- Picking inconsistent logo variants
- Missing SVG quality checks (
viewBox, scaling) - Shipping assets without clear source context
Logo-Search-Skill gives you a repeatable flow for discovering, validating, and integrating brand logos.
npx skills add Grail-Computer/Logo-Search-SkillNon-interactive install for a specific agent:
npx skills add Grail-Computer/Logo-Search-Skill --agent codex --yesYou can also install from the full URL:
npx skills add https://github.com/Grail-Computer/Logo-Search-SkillRun a search for one or more brands:
python3 scripts/logo_search.py OpenAI AnthropicRun with SVG validation for the top recommendation:
python3 scripts/logo_search.py OpenAI Anthropic --validatePrefer wordmarks when you are replacing visible text in a page:
python3 scripts/logo_search.py OpenAI Anthropic Cursor --prefer wordmark --validateJSON output mode:
python3 scripts/logo_search.py OpenAI Anthropic --validate --jsonThe repo includes a simple before-state page at assets/demo/names.html. It uses data-logo-brand placeholders that
can be converted into a static, publishable logo page with downloaded local assets:
python3 scripts/build_logo_demo.py assets/demo/names.html assets/demo/logos.htmlThis gives you a clean demo-video flow:
- open
assets/demo/names.html - run the transform
- open
assets/demo/logos.html - publish the generated page anywhere static
For each brand, the skill returns:
- Recommended logo asset URL
- Fallback asset URLs
- Source ranking
- Official/brand-reference URLs when available
- SVG metadata checks (when
--validateis enabled) - Notes when a curated product-icon fallback is used
- Confirm brand + variant requirements (icon vs wordmark, light/dark).
- Search trusted sources in priority order.
- Validate candidate quality (especially SVG readiness).
- Return implementation-ready recommendations with notes.
SKILL.md- Skill behavior and usage guidanceagents/openai.yaml- UI metadata for skill toolingscripts/logo_search.py- Runnable logo discovery + ranking toolscripts/build_logo_demo.py- Placeholder-to-logo demo page generatorscripts/check_svg.py- SVG metadata checkerreferences/sources.md- Source and licensing guidanceassets/demo/names.html- Before-state demo page for video capture
Brand: OpenAI
Recommended: https://svgl.app/library/openai.svg
Fallbacks:
- https://svgl.app/library/openai_dark.svg
- https://svgl.app/library/openai_wordmark_light.svg
Official URL: https://openai.com/
Brand Guide URL: https://openai.com/brand/
The repository follows the open Agent Skills format and is designed to work well with common skill-enabled agents.
This skill is fully developed by FastClaw and the Grail.Computer team.
- FastClaw repo: https://github.com/Grail-Computer/FastClaw
- Grail: https://grail.computer
You can hire Grail as an AI Employee by:
- Emailing us at yash@grail.computer
- Visiting https://grail.computer
- Brand logos are usually trademarked assets.
- If licensing or brand-use terms are unclear, treat the result as requiring legal/brand review before publication.