🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Baoyu Url To Markdown

by @jimliu

Fetch any URL and convert to markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in adapters for X/Twitter, YouTube transcripts, H...

πŸ’‘ Examples

# Default: headless capture, markdown to stdout
${READER} 

Save to file

${READER} --output article.md

Save with media download

${READER} --output article.md --download-media

Wait for interaction (login/CAPTCHA) β€” auto-detect and continue

${READER} --wait-for interaction --output article.md

Wait for interaction β€” manual control (Enter to continue)

${READER} --wait-for force --output article.md

JSON output

${READER} --format json --output article.json

Force specific adapter

${READER} --adapter youtube --output transcript.md

βš™οΈ Configuration

| Option | Description | |--------|-------------| | | URL to fetch | | --output | Output file path (default: stdout) | | --format | Output format: markdown (default) or json | | --json | Shorthand for --format json | | --adapter | Force adapter: x, youtube, hn, or generic (default: auto-detect) | | --headless | Force headless Chrome (no visible window) | | --wait-for | Interaction wait mode: none (default), interaction, or force | | --wait-for-interaction | Alias for --wait-for interaction | | --wait-for-login | Alias for --wait-for interaction | | --timeout | Page load timeout (default: 30000) | | --interaction-timeout | Login/CAPTCHA wait timeout (default: 600000 = 10 min) | | --interaction-poll-interval | Poll interval for interaction checks (default: 1500) | | --download-media | Download images/videos to local imgs/ and videos/, rewrite markdown links. Requires --output | | --media-dir

| Base directory for downloaded media (default: same as --output directory) | | --cdp-url | Reuse existing Chrome DevTools Protocol endpoint | | --browser-path | Custom Chrome/Chromium binary path | | --chrome-profile-dir | Chrome user data directory (default: BAOYU_CHROME_PROFILE_DIR env or ./baoyu-skills/chrome-profile) | | --debug-dir | Write debug artifacts (document.json, markdown.md, page.html, network.json) |

View on ClawHub
TERMINAL
clawhub install baoyu-url-to-markdown

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’