lov-find-logo

Featured

Fetch a company/product logo from public sources (Clearbit, og:image, favicon) given a brand name or URL, score candidates (wide-aspect + transparent preferred), and archive the best + runner-ups to the configured logo collection directory. Trigger when the user says "find logo", "找 logo", "抓 logo", "收集 logo", "brand asset", "需要 <brand> 的 logo", or wants logos laid out for a website/PPT/poster.

Data & Documents 65 stars 17 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# find-logo — collect brand logos, prefer wide + transparent Takes a brand name or URL, probes Clearbit + the site's own og:image / `<link rel=icon>` / favicon, scores each candidate, and archives the best one plus a couple of alternates into the configured collection directory. ## When to Use - User asks to collect one or more brand logos for a slide/poster/site lineup - User names companies to drop into a partners/press strip - User gives a URL and wants its logo pulled down cleanly ## Workflow (MANDATORY) ### Step 1: Identify each brand Accept any mix of names and URLs. If the user gave only a name with no obvious domain, ask — don't silently guess `.com` (script will guess, but for non-US or ambiguous brands that fails). Use `AskUserQuestion` when: - Brand name is ambiguous (e.g. "Apple" = fruit vs. Inc.) - No URL and the domain isn't guessable (`xAI` → `x.ai`, not `xai.com`) - User gave a list without URLs ### Step 2: Fetch — one brand per invocation ```bash python3 scripts/find_logo.py --name "Anthropic" --url https://anthropic.com --json ``` For a batch, loop; the script is idempotent per `<slug>/` (re-runs overwrite). ### Step 3: Inspect score; fall back to WebSearch if needed - Exit code `0` → logo archived. The printed `score` is your quality signal: - `≥ 60` — solid: SVG or transparent PNG with wide/square aspect - `20–60` — usable: probably a favicon or small PNG - `< 20` — weak: only ICO or tiny stub found - Exit code `2` / `status: "no-candidat...

Details

Author
lovstudio
Repository
lovstudio/skills
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

logo-finder

Source, verify, and prepare company/brand logos (customers, partners, vendors) for decks and internal assets. Use this skill whenever the user needs a logo or a set of logos — for a town hall deck, a customer slide, a partner page, a one-pager, or any document — including requests phrased as "add the McDonald's logo", "grab logos for our new customers", "I need the white version of their logo", "get me their icon", or "put customer logos on this slide". Also use it when the user asks to clean up, recolor, resize, or make transparent an existing logo file. Handles finding the current official logo, confirming the right corporate entity, choosing between wordmark/lockup and square icon formats, verifying transparency and quality, converting to black/white versions, normalizing a set to consistent visual scale, and placing logos into decks and documents — PowerPoint, Google Slides, Keynote, PDFs, Canva, Figma, or wherever the logos are headed.

1 Updated 1 weeks ago
leadbeater
Code & Development Listed

logo-forge

Use when designing or upgrading a brand logo, favicon/app icon, or social link-preview cards (Open Graph / Twitter cards that unfurl in iMessage, Slack, X/Twitter) for a repo or product. Triggers on "design a logo", "make me a logo", "better logo / favicon", "brand mark", "app icon", "social card", "og image", "link preview", "iMessage preview", "twitter card", or being pointed at a repo that needs branding. Generates real logos via Higgsfield image models, builds the full favicon + social-card set with ImageMagick, and deploys them into the target repo (Next.js or static; branch+PR; worktree-safe alongside a live session).

1 Updated yesterday
jackneil
Data & Documents Listed

logo-creation

Design a complete logo identity system from strategy to client handoff. Runs an 8-phase pipeline — brand brief, competitive differentiation, symbol and typography design, SVG construction, full variant set (icon, wordmark, stacked, horizontal, mono, inverted), the four validation tests (16-pixel, grayscale, blur, 5-second recall), and a packaged brand.zip ready to send. Use when the user says logo, logomark, wordmark, brand mark, brand identity, visual identity, icon design, favicon, rebrand, logo system, brand guidelines, or asks to design/critique/refine a logo.

0 Updated 1 months ago
jim788e