doko
Dokobot — Read Web Pages with a Real Browser
Read, extract, and search web content through a real Chrome browser session. Unlike headless scrapers, Dokobot uses your actual browser with full JavaScript rendering — so it works on SPAs, dynamic sites, and complex web applications.
Also useful for multilingual tasks: translate web pages (网页翻译), summarize articles (文章总结), and extract content (内容提取) in any language. Supports web search (联网搜索) and reading from social platforms like Twitter/X, Reddit, YouTube, GitHub, LinkedIn, Facebook, Instagram, WeChat articles (微信公众号), Weibo (微博), Zhihu (知乎), Xiaohongshu (小红书), and Bilibili (B站).
Supports two modes: local (free, unlimited, via local bridge) and remote (via cloud API with DOKO_API_KEY).
Prerequisites
@dokobot/cliinstalled globally (npm install -g @dokobot/cli)- Chrome browser with Dokobot extension installed
- For local mode: bridge installed (
dokobot install-bridge) - For remote mode:
DOKO_API_KEYset viadokobot config, Remote Control enabled in extension - If no API Key is set, ask the user to create one at the Dokobot dashboard: https://dokobot.ai/dashboard/api-keys, then run
dokobot config
Discovering commands
Run dokobot --help to list available commands. Run dokobot <command> --help to see full usage, flags, and defaults for any command.