post-process-logo
Post-process original logos into standardised 256x256 PNG format
Install
mkdir -p .claude/skills/post-process-logo && curl -L -o skill.zip "https://mcp.directory/api/skills/download/3414" && unzip -o skill.zip -d .claude/skills/post-process-logo && rm skill.zipInstalls to .claude/skills/post-process-logo
About this skill
Post-process logo
This skill transforms original logo images into standardised 256x256 PNG format suitable for vault protocol metadata. It automatically selects the most square variant from available logos and applies padding if needed to create a perfect square output.
Required inputs
Before starting, gather the following from the user:
- Input folder - Folder containing original logo files (e.g.,
eth_defi/data/vaults/original_logos/protocol-name/) - Output folder - Folder where processed logos should be saved (e.g.,
eth_defi/data/vaults/formatted_logos/) - Variant preference (optional) - Which variant(s) to process:
generic,light,dark, orall
If any required input is missing, ask the user before proceeding.
Prerequisites
Ensure the following are available:
- Python dependencies installed:
poetry install --with dev
Python Pillow is installed for detecting image format, dimensions, and transparency.
Logo vocabulary
There is no universal standard how artist name their logo files for dark and light variants. In our case, we always say
light: light (white) text on dark or transparent backgrounddark: dark (black) text on white or transparent background
Following vocabulary is used:
- Brand mark: same as logo mark, the logo without the brand name text
- Word mark: the logo with the brand name text
Step 1: Inventory input logos
List all image files in the input folder and classify them:
- Identify file formats: SVG, PNG, JPG, WEBP, etc.
- Classify by variant based on filename:
{slug}.generic.{ext}- Generic/default theme{slug}.light.{ext}- Light background theme (dark logo){slug}.dark.{ext}- Dark background theme (light logo)
- Always prefer brand marks over word marks as source logo for post processing
- Check aspect ratio of each logo:
- Square aspect ratio: Width equals height (1:1 ratio). Allow 90% tolerance in the detection as there might be one-off pixel errors in the source material.
- Non-square: Width differs from height - will need padding to become square
- Check if logos have transparent backgrounds:
- Transparent background: PNG files with alpha channel transparency
- Assume SVGs are always transparent: SVG files the originals should never contain a solid background
- Report findings to user, noting aspect ratios for each variant
Step 2: Variant selection
Automatic selection priority
- Pick the most square variant: Calculate aspect ratio (min dimension / max dimension) for each variant and select the one closest to 1.0
- If multiple variants have the same squareness:
- Prefer transparent variants (PNG with alpha, SVG)
- If still tied, prefer generic > light > dark
- If user specified a variant preference: Use that variant regardless of squareness
Step 3: Process logo
Process the selected logo variant. The script will automatically add padding to non-square logos to make them square before scaling.
export INPUT_IMAGE=/path/to/original/logo.png
export OUTPUT_IMAGE=/path/to/output/logo.generic.png
poetry run python scripts/logos/post-process-logo.py
The script will:
- Convert SVG to PNG if needed
- Add transparent padding to make the logo square (if non-square)
- Remove background if not already transparent
- Recolour for dark background (invert colours if logo is too dark to be visible on dark backgrounds)
- Trim any excess padding and scale to 256x256
Step 4: Report results
Provide the user with:
- Processed files - List of all output files created
- File details - Dimensions, file size for each
- Any issues - Note any logos that couldn't be processed or had quality issues
Output naming convention
Output files should follow this naming pattern:
{protocol-slug}/light.png- For light backgrounds{protocol-slug}/dark.png- For dark backgrounds
Troubleshooting
SVG conversion issues
If SVG conversion fails:
- Check if the SVG file is valid XML
- Some complex SVGs may not render correctly
- Try opening in a browser to verify the SVG displays properly
Background removal issues
If the background isn't removed properly:
- The logo may have complex edges or gradients
- Try providing a higher resolution input
- For logos that already have transparency, the script will skip background removal
More by tradingstrategy-ai
View all skills by tradingstrategy-ai →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversUpload local files to S3-compatible storage and get shareable public S3 URLs. Auto-organized into UUID folders to avoid
Unlock AI-ready web data with Firecrawl: scrape any website, handle dynamic content, and automate web scraping for resea
Boost your AI code assistant with Context7: inject real-time API documentation from OpenAPI specification sources into y
Extend your developer tools with GitHub MCP Server for advanced automation, supporting GitHub Student and student packag
Boost productivity with Task Master: an AI-powered tool for project management and agile development workflows, integrat
Optimize your codebase for AI with Repomix—transform, compress, and secure repos for easier analysis with modern AI tool
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.