Baoyu Url To Markdown
Converts YouTube/Vimeo URLs into formatted Markdown documents summarizing videos, including titles, descriptions, and key timestamps (by jimliu).
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add baoyu-url-to-markdown npx -- -y @trustedskills/baoyu-url-to-markdown
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"baoyu-url-to-markdown": {
"command": "npx",
"args": [
"-y",
"@trustedskills/baoyu-url-to-markdown"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The baoyu-url-to-markdown skill converts web pages into markdown format, preserving structure and content. It extracts text, headings, links, and other elements from a given URL and formats them as readable markdown.
When to use it
- You need to quickly convert a webpage’s content for documentation or note-taking.
- You want to archive the content of a web page in a portable format like markdown.
- You're preparing content for an AI agent that works better with structured text formats.
Key capabilities
- Converts HTML pages into markdown
- Extracts and preserves headings, paragraphs, links, and lists
- Handles basic formatting from web pages
Example prompts
- "Convert the content of https://example.com to markdown."
- "Extract all the text from this webpage and format it as markdown."
- "Turn the HTML at the given URL into a clean markdown file."
Tips & gotchas
- Ensure the URL is accessible and not behind authentication.
- Complex layouts or embedded media may not be fully preserved in markdown output.
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.