logo-extraction

logo-extraction is a skill for Claude Code from leopu00/job-hunter-team. It costs 112 tokens per session (1,455 once invoked), scanned A, original, MIT.

A tool that finds a company's logo on its official website and saves a small copy with the company record. It also records where the logo came from and whether a fetch was attempted.

In plain words
What is it for?
It is for filling logo fields in a companies table, checking logo sources, and keeping missing-logo records from being retried on every sync.
Why use it?
It avoids manually collecting logos and helps prevent showing the wrong logo for a company with a similar name or a recruiting agency.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 /app/shared/skills/db_query.py next-for-logo-missing.

Good fit It is for filling logo fields in a companies table, checking logo sources, and keeping missing-logo records from being retried on every sync.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/leopu00/job-hunter-team
agentmods
npx agentmods add skills/leopu00/job-hunter-team/logo-extraction

Made for: Claude Code.

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-extraction

README.md
[![agentmods](https://agentmods.dev/badge/skills/leopu00/job-hunter-team/logo-extraction/github.svg)](https://agentmods.dev/skills/leopu00/job-hunter-team/logo-extraction)
Your own site
<a href="https://agentmods.dev/skills/leopu00/job-hunter-team/logo-extraction"><img src="https://agentmods.dev/badge/skills/leopu00/job-hunter-team/logo-extraction/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-extraction

Your own site · 80×15
<a href="https://agentmods.dev/skills/leopu00/job-hunter-team/logo-extraction"><img src="https://agentmods.dev/badge/skills/leopu00/job-hunter-team/logo-extraction.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,455 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00112 $0.01455
Opus 5 $0.00056 $0.00727
Sonnet 5 $0.00022 $0.00291
Haiku 4.5 $0.00011 $0.00145

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

Security

Grade A, and why

logo-extraction 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.

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.

agents/_skills/logo-extraction/SKILL.md · 130 lines

How it starts

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

logo-extraction — the company logo for the position page

The web shows the company logo on the position detail page. The logo lives on the companies row (ONE per company: 1000 Wizz Air positions = 1 logo) as a small base64 data-URI, and travels with the existing companies sync. No upload, no external storage.

3 columns to fill in (logo_fetch.py writes them, NEVER by hand)

logo          text  base64 data-URI (png/jpeg/webp/ico), <= ~35KB raw
logo_source   text  URL the logo was extracted from (audit/refresh)
logo_fetched  bool  true = extraction ATTEMPTED (even if it failed) —
                    office_geocoded pattern: the company leaves the
                    next-for-logo-missing queue, no retry every round

GOLDEN RULE: right company, right site

The wrong logo is worse than no logo. Before launching the fetch, verify that companies.website REALLY belongs to the company of the position (not a namesake, not the aggregator that published the ad, not the wrong parent group). When in doubt: web search "<Company> official site" and compare with the sector/country on the row.

  • Ad published by an agency/recruiter (Manpower, Randstad, ...) BUT on behalf of a named hotel/company → the logo is that of the company on the companies row linked to the position, whichever it is.
  • Chain vs property (e.g. "CARDO ROMA, Autograph Collection"): use the logo of the brand that appears as companies.name.

Workflow

Step 0 — The queue

python3 /app/shared/skills/db_query.py next-for-logo-missing

Lists companies with live positions and a logo never attempted, ordered by number of positions (most visible first). NO WEBSITE (cercalo prima) = do Step 1 first.

Step 1 — Website missing? Find it and save it

# after a web search "<Company> official website":
python3 /app/shared/skills/db_update.py company "<Company>" \
  --website https://www.wizzair.com

Step 2 — Automatic fetch (the normal path)

python3 /app/shared/skills/logo_fetch.py "<Company>"

Read the full file on GitHub · 130 lines

Files

What ships with it

6 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 · 130 lines · 112 tokens per session scan A 8e510938d69a

Subscribe to this mod's changes

logo-extraction is a skill published in the GitHub repository leopu00/job-hunter-team (49 stars, last pushed yesterday), licensed MIT. It adds 112 tokens to every session and 1,455 once invoked, about $0.0006 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-30.