File Format Converter

🌐Community
by jeremylongshore · vlatest · Repository

Converts files between common formats like PDF to DOCX, TXT to CSV, and more, ensuring data integrity.

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

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

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

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

About This Skill

What it does

This skill converts files between various formats. It can handle common conversions like CSV to JSON, Markdown to HTML, and PDF to TXT. The tool aims to simplify data manipulation tasks by automating format changes directly within an AI agent workflow.

When to use it

  • You need to process a CSV file for analysis but your downstream tools require JSON.
  • You have a document in Markdown and want to quickly generate a formatted HTML version for sharing.
  • You've received a PDF report and need the text content extracted into a plain text format.
  • You are automating data ingestion from different sources with varying file types.

Key capabilities

  • CSV to JSON conversion
  • Markdown to HTML conversion
  • PDF to TXT conversion
  • Handles common file formats

Example prompts

  • "Convert this CSV file to JSON: [file content]"
  • "Please transform the following Markdown into HTML: [markdown content]"
  • “Extract text from this PDF and give me a plain text version: [pdf file content]”

Tips & gotchas

The skill's effectiveness depends on the quality of the input files. Complex PDFs with images or unusual formatting may not convert perfectly to TXT.

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
jeremylongshore
Installs
15

🌐 Community

Passed automated security scans.