Webp To Jpg
Converts WebP images to JPG format for broader compatibility and easier sharing across different platforms and devices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add webp-to-jpg npx -- -y @trustedskills/webp-to-jpg
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"webp-to-jpg": {
"command": "npx",
"args": [
"-y",
"@trustedskills/webp-to-jpg"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This tool converts WebP image files into standard JPEG format. It enables AI agents to process images that require broader compatibility, ensuring they can be displayed in environments that do not support the WebP codec.
When to use it
- Preparing images for distribution on platforms or legacy systems that lack native WebP support.
- Converting user-uploaded assets into a universally compatible format before storage or analysis.
- Ensuring consistent image rendering across different devices and web browsers.
Key capabilities
- Converts files from the
.webpextension to.jpg. - Handles image data within supported file formats.
Example prompts
- "Convert this WebP image to JPEG format."
- "Change the file type of this picture from WebP to JPG."
- "I need this image in a format compatible with older browsers; convert it to JPEG."
Tips & gotchas
Ensure the input file is a valid WebP image before attempting conversion, as unsupported formats may cause errors. This skill specifically targets the format change and does not alter image dimensions or compression settings beyond the standard conversion process.
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.