9b395f5cc3
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
Build Chrome Extension / build (push) Has been cancelled
Trigger Website Rebuild (Docs Updated) / dispatch (push) Has been cancelled
50 lines
1.6 KiB
Markdown
50 lines
1.6 KiB
Markdown
# 知识星球 (ZSXQ)
|
|
|
|
**Mode**: 🔐 Browser · **Domain**: `wx.zsxq.com`
|
|
|
|
Read groups, topics, search results, dynamics, and single-topic details from [知识星球](https://wx.zsxq.com) using your logged-in Chrome session.
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
|---------|-------------|
|
|
| `opencli zsxq groups` | List the groups your account has joined |
|
|
| `opencli zsxq topics` | List topics in the active group |
|
|
| `opencli zsxq topic <id>` | Fetch a single topic with comments |
|
|
| `opencli zsxq search <keyword>` | Search topics inside a group |
|
|
| `opencli zsxq dynamics` | List recent dynamics across groups |
|
|
|
|
## Usage Examples
|
|
|
|
```bash
|
|
# List your groups
|
|
opencli zsxq groups
|
|
|
|
# List topics from the active group in Chrome
|
|
opencli zsxq topics --limit 20
|
|
|
|
# Search inside the active group
|
|
opencli zsxq search "opencli"
|
|
|
|
# Search inside a specific group explicitly
|
|
opencli zsxq search "opencli" --group_id 123456789
|
|
|
|
# Export a single topic with comments
|
|
opencli zsxq topic 987654321 --comment_limit 20
|
|
|
|
# Read recent dynamics across all joined groups
|
|
opencli zsxq dynamics --limit 20
|
|
```
|
|
|
|
## Prerequisites
|
|
|
|
- Chrome running and **logged into** [wx.zsxq.com](https://wx.zsxq.com)
|
|
- [Browser Bridge extension](/guide/browser-bridge) installed
|
|
|
|
## Notes
|
|
|
|
- `zsxq topics` and `zsxq search` use the current active group context from Chrome by default
|
|
- If there is no active group context, pass `--group_id <id>` or open the target group in Chrome first
|
|
- `zsxq groups` returns `group_id`, which you can reuse with `--group_id`
|
|
- `zsxq topic` surfaces a missing topic as `NOT_FOUND` instead of a generic fetch error
|