Webp To Jpg

🌐Community
by steelan9199 · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add webp-to-jpg npx -- -y @trustedskills/webp-to-jpg
2

Or manually add to ~/.claude/settings.json

~/.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 .webp extension 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
steelan9199
Installs
39

🌐 Community

Passed automated security scans.