Canghe Url To Markdown
Converts URLs into formatted Markdown text, extracting titles, descriptions, and relevant content for easy documentation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add canghe-url-to-markdown npx -- -y @trustedskills/canghe-url-to-markdown
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"canghe-url-to-markdown": {
"command": "npx",
"args": [
"-y",
"@trustedskills/canghe-url-to-markdown"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill converts URLs into Markdown format. It fetches the content from a given URL and transforms it into structured Markdown, including headings, paragraphs, lists, and other common formatting elements. This allows for easy integration of web content into documents or other applications that use Markdown.
When to use it
- Summarizing articles: Provide a link to a news article and have the skill generate a Markdown summary.
- Creating documentation from web pages: Convert online help files or API documentation into a more manageable Markdown format.
- Populating notes apps: Fetch content from a webpage and quickly add it as formatted notes in your preferred note-taking application.
- Generating blog post drafts: Use the skill to create initial drafts of blog posts by converting existing online articles.
Key capabilities
- URL fetching
- Markdown conversion
- Content structuring (headings, paragraphs, lists)
Example prompts
- "Convert this URL into Markdown: [https://www.example.com/article]"
- "Can you give me the content of [https://www.example.com/blogpost] in markdown?"
- “Transform [https://www.example.com/documentation] to markdown format.”
Tips & gotchas
The quality of the Markdown output depends heavily on the structure and formatting of the original web page. Complex or poorly structured pages may result in less-than-ideal Markdown conversions.
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.