Baoyu Danger X To Markdown
Converts JimLiu's "baoyu-danger-x" data exports into clean, readable Markdown tables for easy marketing analysis.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add baoyu-danger-x-to-markdown npx -- -y @trustedskills/baoyu-danger-x-to-markdown
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"baoyu-danger-x-to-markdown": {
"command": "npx",
"args": [
"-y",
"@trustedskills/baoyu-danger-x-to-markdown"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill converts HTML content into Markdown format, preserving structure and formatting. It is particularly useful for developers or marketers who need to transform web pages or HTML snippets into a more readable and editable text format.
When to use it
- You need to convert an HTML webpage into a clean Markdown file for documentation purposes.
- You're preparing content for a static site generator that requires Markdown input.
- You want to extract structured data from HTML for easier editing in a Markdown editor or version control system.
Key capabilities
- Converts HTML elements like headers, lists, and paragraphs into their Markdown equivalents.
- Handles nested structures and preserves formatting integrity during conversion.
- Supports common HTML tags such as
<h1>,<p>,<ul>, and<li>.
Example prompts
- "Convert this HTML snippet to Markdown."
- "Transform the content of this webpage into a Markdown file."
- "Turn the following HTML code into properly formatted Markdown."
Tips & gotchas
- Ensure that the input HTML is well-formed for accurate conversion.
- Complex or non-standard HTML may not convert perfectly and might require manual adjustments afterward.
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.