Markdown Tools
Generate, format, and convert text to/from Markdown tables, lists, links, and basic document structures quickly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add markdown-tools npx -- -y @trustedskills/markdown-tools
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"markdown-tools": {
"command": "npx",
"args": [
"-y",
"@trustedskills/markdown-tools"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The markdown-tools skill equips AI agents with the ability to read, write, and manipulate Markdown files directly within their environment. It enables seamless conversion between formats like HTML and JSON while supporting file creation and editing operations.
When to use it
- Transforming raw text logs or data exports into structured Markdown documentation for reports.
- Converting existing HTML content into clean Markdown for easier version control and rendering.
- Generating new Markdown files from scratch based on natural language instructions.
- Editing specific sections of an existing Markdown file to update notes or specifications.
Key capabilities
- Read and parse Markdown files from the local filesystem.
- Write and create new Markdown files with formatted content.
- Convert content between Markdown, HTML, and JSON formats.
- Perform direct file system operations on
.mddocuments.
Example prompts
- "Convert this HTML snippet into a well-formatted Markdown list."
- "Create a new file called
meeting-notes.mdwith headers for agenda items and attendees." - "Read the existing
README.md, update the installation section, and save the changes."
Tips & gotchas
Ensure the AI agent has appropriate filesystem permissions to access the directory containing your Markdown files. This skill is strictly limited to text-based file manipulation and does not execute code or render visual previews within the chat interface.
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.