EX

extract-vault-protocol-logo

Extracts and saves logos for vault protocol metadata files.

Install

mkdir -p .claude/skills/extract-vault-protocol-logo && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2541" && unzip -o skill.zip -d .claude/skills/extract-vault-protocol-logo && rm skill.zip

Installs to .claude/skills/extract-vault-protocol-logo

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Extract a logo for vault protocol metadata
42 charsno explicit “when” trigger
Beginner

Key capabilities

  • Locate protocol homepage links
  • Download original protocol logos
  • Organize logos by theme
  • Save files with specific naming conventions

How it works

The process retrieves a homepage URL from a YAML metadata file and uses an extraction tool to save logos into categorized directories.

Inputs & outputs

You give it
Vault protocol name
You get back
Saved logo files in protocol-specific directories

When to use extract-vault-protocol-logo

  • Extract a logo for a new vault protocol
  • Update logo metadata for a protocol
  • Organize protocol logos in the repository

About this skill

Extract vault protocol logo

This skill extracts and saves a logo for vault protocol metadata stored in this repo.

Inputs

  • Vault protocol name

Step 1: Find protocol homepage link

Get the homepage link from the protocol-specific YAML file in eth_defi/data/vaults/metadata.

Step 2: Extract the logo

Use extract-project-logo skill.

  • Give the protocol homepage link as an input
  • Save the logos to the folder eth_defi/data/vaults/original_logos/{protocol slug}
  • Use filenames like
    • {protocol slug}.generic.{image file extension} for generic logo versions
    • {protocol slug}.light.{image file extension} for light background theme
    • {protocol slug}.dark.{image file extension} for dark background theme

Don't convert image file formats or do any image post-processing of the logos yet, just save as many as possible original logos for now.

When not to use it

  • Converting image file formats
  • Performing image post-processing

Prerequisites

extract-project-logo

Limitations

  • Requires existing YAML metadata files
  • No automated image format conversion

How it compares

This workflow automates the retrieval and naming of protocol logos based on predefined repository directory structures.

Compared to similar skills

extract-vault-protocol-logo side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
extract-vault-protocol-logo (this skill)27moNo flagsBeginner
slack-gif-creator63moReviewIntermediate
post-process-logo17moReviewBeginner
favicon02moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry