Extract Project Logo
Accurately identifies and extracts project logos from webpages or images using advanced image recognition technology.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add extract-project-logo npx -- -y @trustedskills/extract-project-logo
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"extract-project-logo": {
"command": "npx",
"args": [
"-y",
"@trustedskills/extract-project-logo"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill extracts the project logo from a given Ethereum address or token contract. It retrieves the associated image data directly from the blockchain to provide visual identification for decentralized finance assets.
When to use it
- You need to visually verify a DeFi project before interacting with its smart contracts.
- You are building a dashboard that requires dynamic icons for different tokens based on their addresses.
- You want to confirm if a specific token contract corresponds to the expected brand identity.
Key capabilities
- Fetches logo images directly from Ethereum blockchain data.
- Accepts input via specific project addresses or contract identifiers.
- Returns image assets suitable for display in user interfaces.
Example prompts
- "Extract the logo for the Uniswap V3 factory at address 0x1F98431c8aD98523631AE4a59f267346ea31F984."
- "Get the project logo image for the USDC token contract on Ethereum mainnet."
- "Retrieve the visual asset associated with this DeFi protocol address: [insert_address]."
Tips & gotchas
Ensure you provide a valid, verified Ethereum address or contract identifier to avoid retrieval errors. The skill relies on metadata stored within the blockchain ecosystem, so logos may not be available for all obscure or newly deployed contracts that lack standardized metadata registration.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.