Markdown Url
Generates valid Markdown URLs from plain text descriptions, ensuring clean formatting and link functionality.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add markdown-url npx -- -y @trustedskills/markdown-url
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"markdown-url": {
"command": "npx",
"args": [
"-y",
"@trustedskills/markdown-url"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The markdown-url skill enables AI agents to parse and extract URLs from Markdown-formatted text. It identifies hyperlinks embedded within Markdown syntax (e.g., [text](url)) and returns them in a structured format, making it useful for content analysis or data extraction tasks.
When to use it
- Extracting all links from documentation or blog posts written in Markdown.
- Validating the integrity of URLs within a Markdown file before publishing.
- Automating the process of compiling a list of references from technical documentation.
Key capabilities
- Parses Markdown syntax for URL extraction.
- Returns extracted URLs as a clean, structured output.
- Works with both local and remote Markdown files.
Example prompts
- "Extract all URLs from this Markdown file."
- "Find the links in the provided Markdown content and list them."
- "Validate that all URLs in this Markdown document are correctly formatted."
Tips & gotchas
- Ensure the input is valid Markdown; malformed syntax may lead to incomplete results.
- This skill does not verify if a URL is active or accessible, only that it exists within the Markdown text.
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.