logo-company

logo-company is a skill for Claude Code, Codex from qwwiwi/codex-gpt-image-2-subscription. It costs 141 tokens per session (859 once invoked), scanned A, original, MIT.

A lookup tool for official brand and company logos in SVG format. SVG is an image format that stays sharp when resized and can often change color through code.

In plain words
What is it for?
Use it to find default, monochrome, or background-specific SVG logos for banners, covers, posts, and other composites.
Why use it?
It avoids manually searching for a suitable logo or using an unofficial image when preparing a visual with a recognizable brand.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it to find default, monochrome, or background-specific SVG logos for banners, covers, posts, and other composites.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qwwiwi/codex-gpt-image-2-subscription/logo-company
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add qwwiwi/codex-gpt-image-2-subscription --skill logo-company
Clone the repo
git clone --depth 1 https://github.com/qwwiwi/codex-gpt-image-2-subscription

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for logo-company

README.md
[![agentmods](https://agentmods.dev/badge/skills/qwwiwi/codex-gpt-image-2-subscription/logo-company/github.svg)](https://agentmods.dev/skills/qwwiwi/codex-gpt-image-2-subscription/logo-company)
Your own site
<a href="https://agentmods.dev/skills/qwwiwi/codex-gpt-image-2-subscription/logo-company"><img src="https://agentmods.dev/badge/skills/qwwiwi/codex-gpt-image-2-subscription/logo-company/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for logo-company

Your own site · 80×15
<a href="https://agentmods.dev/skills/qwwiwi/codex-gpt-image-2-subscription/logo-company"><img src="https://agentmods.dev/badge/skills/qwwiwi/codex-gpt-image-2-subscription/logo-company.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 859 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00141 $0.00859
Opus 5 $0.00071 $0.00430
Sonnet 5 $0.00028 $0.00172
Haiku 4.5 $0.00014 $0.00086

Measured 12d ago against content hash 15d1d8b05086, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

logo-company scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/find-logo.sh, scripts/update-cache.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/logo-company/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

logo-company — official brand SVG lookup

Source

Base: glincker/thesvg — 5 886 brands, 11 624 SVGs, MIT license. Structure: public/icons/<slug>/{default,mono,color,dark,light}.svg.

Local cache: <skill>/_cache/brand-icons/ — populated automatically on first request.

Which variant

  • default.svg — official brand colors. Use in full-color banners, covers, posts. Instantly recognizable.
  • mono.svg — single-color, usually fill="currentColor". Use on styled backgrounds — recolor to any accent via CSS color or by substituting the fill. Minimal, never breaks your palette.
  • color.svg / dark.svg / light.svg — some brands ship variants for dark/light backgrounds.

Process

1. Find a logo

<skill>/scripts/find-logo.sh <brand-name> [variant]
  • <brand-name> — tolerant to typos / case / synonyms (claude, Claude, claude-code, anthropic, openai-chatgpt).
  • [variant] — optional: default (default), mono, color, dark, light.

The script searches the local cache with fuzzy-match, falls back to raw.githubusercontent with slug auto-resolution, prints the SVG path. Exit 0 = found, exit 1 = not found.

2. Refresh the cache

<skill>/scripts/update-cache.sh [brand1] [brand2] ...

3. Use the SVG

  • Composite onto a generated image: wrap the banner PNG + the logo path in an SVG and render to PNG (e.g. @resvg/resvg-js). For mono recolor by replacing currentColor.
  • As a generation reference: pass the rendered logo PNG as a reference image to the codex-image skill — gpt-image-2 will carry the mark into the artwork.
  • Inline in HTML: paste mono SVG inside a <div style="color:#D4FF00">currentColor picks up the accent.

Frequently used slugs

Full catalog: references/brands-catalog.md. Highlights:

Category Slugs
Claude / Anthropic claude, claude-ai, claude-code, anthropic
OpenAI openai, openai-chatgpt, codex-openai, dall-e-openai, sora-openai
Other LLMs google-gemini, xai-grok, mistral-ai, deepmind-google
Coding tools cursor, github-copilot
Social telegram, instagram, youtube, tiktok, x-formerly-twitter
Stack notion, firebase, supabase, vercel, github, figma

Read the full file on GitHub · 63 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 63 lines · 0 tokens per session scan A 15d1d8b05086

Subscribe to this mod's changes

logo-company is a skill published in the GitHub repository qwwiwi/codex-gpt-image-2-subscription (9 stars, last pushed 3mo ago), licensed MIT. It adds 141 tokens to every session and 859 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ima2-uiux

Design direction discovery and UX judgment for ima2 users. Use for UI/UX direction and design judgment — vague visual briefs, onboarding, empty/error/loading states, layout vocabulary, typography breaks, favicons, logos, and brand identity choices. Pairs with ima2-front: this skill decides the design direction, then…

lidge-jun/ima2-gen · 118 tokens

vision-review

A tool for reading images and checking screenshots, including text, layout, visual defects, watermarks, and logos.

MJorgin/dsh-media-skills · 150 tokens

codex-dream-skin

Apply, launch, verify, repair, update, or restore a full decorative skin for the Windows Codex desktop app. Use when the user asks for a Codex theme that goes beyond official color settings, wants the pink-purple Dream/Fiona-style interface, needs the skin reapplied after a Codex update, or needs a safe rollback…

xnydl/codex-dream-skin · 83 tokens

codex-dream-skin-studio

Install, customize, launch, verify, repair, update, or restore Codex Dream Skin Studio on macOS. Use when a user wants to turn a personal image into one continuous full-window Codex wallpaper with adaptive readability layers while preserving the native interface, or needs safe CDP theme troubleshooting and rollback.

xnydl/codex-dream-skin · 70 tokens

local-image-gen

A local command-line tool for generating or editing images with Codex, Grok, or Gemini/Antigravity accounts and optional API keys.

DandreYang/local-image-gen · 126 tokens

cowart

An infinite-canvas plugin that opens a tldraw drawing board inside Codex. It lets people and Codex sketch, annotate, generate images, and revise them together, with the canvas saved in the project folder.

AvalonLee/AstraCraft-Program · 0 tokens