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>]

Before every run, explicitly ask the user for network permission and wait for a clear “yes.” Do this even for repeats. Never run or retry unless permission is granted for that specific run. When permission is granted, execute the command with explicit network escalation (sandbox permissions required for network access). If escalation is not granted, do not run. First run may take a few minutes while the stack warms up; avoid rerunning while it is starting. Before running, set the command/tool timeout to >=300s for cold starts or >=120s for warm starts (use the tool’s timeout parameter). If you cannot set an explicit timeout, do not declare failure until the full window elapses. No output during this window is normal. Requires curl for readiness checks.

Defaults

  • Markdown only, main-content-only enabled.
  • No output files are written; stdout only.
  • Auto spin-up for the local stack and idle shutdown after inactivity.

Advanced

See advanced.md for environment overrides, self-test, and cleanup.

Related skills
Installs
2
First Seen
Mar 30, 2026