zsxq-fetch
知识星球帖子抓取助手 — 自动抓取指定星球的最新帖子,支持全部/仅精华两种筛选模式,支持通过帖子链接或 ID 获取单条帖子详情,支持多星球配置。本 Skill 应在用户需要查看、汇总或检索知识星球内容时使用。
Why use this skill?
Automate your knowledge gathering from Zhihu Planet with zsxq-fetch. Efficiently aggregate posts, collect high-value digests, and manage multiple planet streams.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/huxiaoqiao/zsxq-fetchWhat This Skill Does
The zsxq-fetch skill is a professional-grade integration for OpenClaw that enables seamless interaction with the Zhihu Planet (知识星球) platform. It allows users to programmatically harvest, aggregate, and analyze posts from their subscribed planets. The skill supports advanced filtering options, including a 'digests-only' mode for high-value content, and provides specific tools to fetch details for individual topics either by their unique ID or their public URL. It acts as an automated bridge between your private community knowledge and your local workspace, perfect for content curation, research, or summarizing expert discussions.
Installation
To install this skill within the OpenClaw environment, ensure you have Node.js 18 or higher installed on your system. Run the installation command:
clawhub install openclaw/skills/skills/huxiaoqiao/zsxq-fetch
Once installed, you must authenticate the agent by setting the ZSXQ_TOKEN environment variable. Acquire your token via browser developer tools by inspecting cookies on wx.zsxq.com. For multi-planet management, configure your subscription list within {baseDir}/groups.json, where you can define custom polling preferences for each planet, such as max_topics limits and default scope settings.
Use Cases
- Knowledge Management: Automatically archive high-quality discussions from premium communities to your local knowledge base.
- Trend Monitoring: Use the list-fetching capabilities to monitor industry-specific planets for new content or trending topics without manual scrolling.
- Research & Analysis: Collect data from specific posts or digest lists to summarize key insights, community sentiment, or expert advice efficiently.
- Workflow Automation: Integrate with other OpenClaw skills to trigger summaries or notifications whenever new high-value posts are detected.
Example Prompts
- "Check the last 10 digest posts from the 'AI Research' planet and summarize the key findings from each."
- "Get the full text for the post with URL https://wx.zsxq.com/topic/82811454228448260 and identify the main argument the author is making."
- "Fetch all recent topics from the 'Product Management' community and save them to my local markdown folder for further review."
Tips & Limitations
- Rate Limiting: The script includes a 1-second delay between pages to respect platform policies and prevent account restrictions.
- Text Truncation: To maintain performance, post body content is automatically truncated to the first 5000 characters. For extremely long threads, focus on summary headers or specific interactions.
- Persistence: Ensure
ZSXQ_TOKENis exported in your environment profile (e.g., .bashrc or .zshrc) to ensure the agent remains authenticated across sessions. - Scope Selection: It is highly recommended to use the
digestsscope for automated daily tasks to ensure you are prioritizing high-quality content over high-volume noise.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-huxiaoqiao-zsxq-fetch": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution