url-to-markdown | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / url-to-markdown

url-to-markdown

maintained by Skarian

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: url-to-markdown description: Convert a single URL to markdown with stdout output and idle shutdown. Use for a free local URL-to-markdown workflow.

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.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Mar 2026
Last Updated il y a 3 mois
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
collaborating-with-codex
chevron_right
code-review-router
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.