Text Formatter
This Text Formatter cleans up messy text by standardizing spacing, capitalization, and punctuation β making your writing clearer and more polished.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add text-formatter npx -- -y @trustedskills/text-formatter
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"text-formatter": {
"command": "npx",
"args": [
"-y",
"@trustedskills/text-formatter"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The text-formatter skill allows you to apply various formatting styles to plain text. It can convert text to Markdown, HTML, or other specified formats. This is useful for creating structured documents from raw text data and presenting information in a more readable format.
When to use it
- Creating documentation: Transform notes or code comments into formatted Markdown files.
- Generating reports: Convert data extracted from various sources into HTML tables or lists for reporting purposes.
- Formatting emails: Format plain text email drafts into HTML for richer presentation.
- Converting between formats: Easily change the format of a piece of text (e.g., Markdown to HTML).
Key capabilities
- Text-to-Markdown conversion
- Text-to-HTML conversion
- Support for other specified output formats
Example prompts
- "Format this text as markdown: [insert plain text here]"
- "Convert the following into HTML: [insert plain text here]"
- βPlease format this text to a CSV file: [insert plain text here]β
Tips & gotchas
The specific output formats supported may vary. Be sure to clearly specify the desired output format in your prompt for best results.
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.