Converter

🌐Community
by boshu2 · vlatest · Repository

The Converter skill swiftly transforms text between various formats – like Markdown to HTML – streamlining content creation and workflow efficiency.

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 converter npx -- -y @trustedskills/converter
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "converter": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/converter"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows you to convert data between various formats. It can handle tasks such as converting currencies, units of measurement (like Celsius to Fahrenheit), and potentially other data types based on available conversion models. The specific conversions supported depend on the underlying implementation.

When to use it

  • Need to quickly calculate a foreign exchange rate for travel planning.
  • Want to convert temperatures from Celsius to Fahrenheit for a weather report.
  • Require converting between different units of measurement, such as kilograms to pounds.
  • You need to transform data into a specific format required by another application or system.

Key capabilities

  • Data conversion
  • Currency conversion
  • Unit conversion

Example prompts

  • "Convert 100 USD to EUR."
  • "What is 25 degrees Celsius in Fahrenheit?"
  • "Convert 70 kilograms to pounds."

Tips & gotchas

The specific types of conversions supported are not explicitly defined. Results will depend on the available conversion models and may require experimentation with different prompts.

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
boshu2
Installs
0

🌐 Community

Passed automated security scans.