doubao
Browser adapter for Doubao Chat.
Commands
| Command | Description |
|---|---|
opencli doubao status | Check whether the page is reachable and whether Doubao appears logged in |
opencli doubao new | Start a new Doubao conversation |
opencli doubao send "..." | Send a message to the current Doubao chat |
opencli doubao read | Read the visible Doubao conversation |
opencli doubao ask "..." | Send a prompt and wait for a reply |
opencli doubao detail <id> | 对话详情 |
opencli doubao history | 历史对话列表 |
opencli doubao meeting-summary <id> | 会议总结 |
opencli doubao meeting-transcript <id> | 会议记录 |
Prerequisites
- Chrome is running
- You are already logged into doubao.com
- Browser Bridge extension is installed and enabled for OpenCLI
Examples
bash
opencli doubao status
opencli doubao new
opencli doubao send "帮我总结这段文档"
opencli doubao read
opencli doubao ask "请写一个 Python 快速排序示例" --timeout 90Notes
- The adapter targets the web chat page at
https://www.doubao.com/chat newfirst tries the visible "New Chat / 新对话" button, then falls back to the new-thread routeaskuses DOM polling, so very long generations may need a larger--timeout