Skip to content

Web

Mode: 🔐 Browser · Domain: any URL

Commands

CommandDescription
opencli web read <url>Fetch any web page and export as Markdown

Usage Examples

bash
# Read a web page and save as Markdown
opencli web read https://example.com/article

# Custom output directory
opencli web read https://example.com/article --output ./my-articles

# Skip image download
opencli web read https://example.com/article --download-images false

# JSON output
opencli web read https://example.com/article -f json

Prerequisites

Released under the Apache-2.0 License.