TheSVG

Fetches ready-to-use CDN URLs for 6,030+ brand logos and cloud service icons.

Tested · Works

Test report

Verdict
Tested · Works
Score
7.6/10
Tested
Jul 10, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 2347450

The URL pattern and registry are real and live (github/stripe/openai icons all 200 OK), but the body's own 'Common slugs' cloud-icon table is mostly fabricated — 12 of 14 listed slugs (aws-lambda, aws-s3, azure-functions, google-cloud-run, etc.) 404; the real AWS Lambda slug is aws-aws-lambda, found only by querying the registry as the skill itself recommends for uncertain slugs.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 3/5

What TheSVG does

Returns predictable jsDelivr/thesvg.org URLs (and a searchable registry) for named brand logos and AWS/Azure/GCP architecture icons, so an agent doesn't have to scrape the web or hallucinate an icon URL. Triggers on 'logo/icon for X' requests for real brands or cloud services; explicitly skips generic UI icons (chevrons, arrows).

How to install TheSVG

git clone https://github.com/glincker/thesvg.git
cd thesvg
mkdir -p ~/.claude/skills
cp -r skills/thesvg ~/.claude/skills/thesvg

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger TheSVG

  • /thesvg Fetches ready-to-use CDN URLs for 6,030+ brand logos and cloud service icons.

It also activates on plain-language prompts like these:

  • Get me the CDN URL for the AWS Lambda icon
  • Find a logo icon URL for the Stripe brand
  • Give me the Azure architecture icon set for this diagram

Frequently asked questions

Is the TheSVG skill free?
Yes. The skill itself is free from glincker/thesvg. SkillProof publishes the install command and an independent test verdict at no cost.
Does TheSVG work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. The URL pattern and registry are real and live (github/stripe/openai icons all 200 OK), but the body's own 'Common slugs' cloud-icon table is mostly fabricated — 12 of 14 listed slugs (aws-lambda, aws-s3, azure-functions, google-cloud-run, etc.) 404; the real AWS Lambda slug is aws-aws-lambda, found only by querying the registry as the skill itself recommends for uncertain slugs.
What is the TheSVG SkillProof Score?
7.6/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 3/5.
How do I install TheSVG?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use TheSVG with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.