post-process-logo

Post-process logos into standard 256x256 PNG format for vault metadata.

823|185|Updated Jan 30, 2022
One-click install
npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill post-process-logo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-process-logo
Source: https://github.com/tradingstrategy-ai/web3-ethereum-defi/tree/main/.claude/skills/post-process-logo
Command: npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill post-process-logo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-process original logos into standardised 256x256 PNG format suitable for vault protocol metadata.

Core Features & Use Cases

  • Automatic square fitting: selects the most square variant and pads non-square logos to a perfect square.
  • Background handling: removes backgrounds when needed and recolours for dark backgrounds to ensure visibility.
  • Consistent output: scales images to 256x256 and enforces consistent file naming for vault usage.

Quick Start

Provide an input folder with original logos and an output folder for the results, then run the skill to generate 256x256 PNGs.

Frequently Asked Questions about post-process-logo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardise logos to 256x256 PNG format for vault metadata?

To standardise logos to 256x256 PNG format, provide an input folder with original logos and an output folder. The process automatically selects the closest-to-square source, pads non-square images, removes backgrounds, and scales them to 256x256 with deterministic output naming.

What does automatic square fitting do for non-square logo processing?

Automatic square fitting in logo processing selects the most square variant from your inputs and adds padding to non-square logos. This ensures the final 256x256 PNG output maintains the original aspect ratio without stretching or distortion.

Can I recolour logos for dark backgrounds when converting to PNG?

Yes, you can recolour logos for dark backgrounds during PNG conversion. The process detects when background removal is needed and automatically recolours the image to ensure logo visibility against dark backgrounds in the final 256x256 PNG output.

How to handle missing inputs when batch processing logo images?

When batch processing logo images, the process handles missing inputs gracefully by skipping them rather than failing. Input and output validation is enforced throughout, ensuring deterministic output suitable for vault metadata even if some source files are absent.

Does logo standardisation work with multiple input variants of the same image?

Logo standardisation works with multiple input variants by automatically selecting the most square or closest-to-square source image. This ensures the best fitting original is chosen before applying padding, background removal, and scaling to 256x256 PNG.

What are the limitations of automating PNG output scaling for vault metadata?

The limitation of automating PNG output scaling for vault metadata is that it strictly enforces 256x256 PNG format and consistent file naming. It requires a clear input folder and cannot process images where all source variants are missing or unreadable.