9b395f5cc3
Build Chrome Extension / build (push) Waiting to run
Trigger Website Rebuild (Docs Updated) / dispatch (push) Waiting to run
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
1.6 KiB
1.6 KiB
知识星球 (ZSXQ)
Mode: 🔐 Browser · Domain: wx.zsxq.com
Read groups, topics, search results, dynamics, and single-topic details from 知识星球 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
# 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
- Browser Bridge extension installed
Notes
zsxq topicsandzsxq searchuse 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 groupsreturnsgroup_id, which you can reuse with--group_idzsxq topicsurfaces a missing topic asNOT_FOUNDinstead of a generic fetch error