url-to-markdown

Installation
SKILL.md

URL to Markdown

Run

bash "./.agents/skills/url-to-markdown/scripts/url_to_markdown_scrape.sh" <url> [--include-tags <tags>] [--exclude-tags <tags>] [--no-main] [-- <passthrough args>]

Provide a URL and capture the markdown from stdout. If this skill is installed globally in Codex, use:

bash "$HOME/.codex/skills/url-to-markdown/scripts/url_to_markdown_scrape.sh" <url> [--include-tags <tags>] [--exclude-tags <tags>] [--no-main] [-- <passthrough args>]

If this skill is installed in Claude Code project scope, use:

bash "./.claude/skills/url-to-markdown/scripts/url_to_markdown_scrape.sh" <url> [--include-tags <tags>] [--exclude-tags <tags>] [--no-main] [-- <passthrough args>]
Related skills
Installs
2
First Seen
Mar 30, 2026