zsxq-user
unnoo/zsxq-skill
View 知识星球 user profile, cross-sphere topic footprints, and submit NPS feedback.
What is zsxq-user?
Manage your 知识星球 (Zhihu Xingqiu) account by retrieving your profile information, viewing topics you've posted across all spheres, and submitting NPS recommendations with feedback. Use this when you need to check your user ID, nickname, avatar, authentication status, recent activity, or provide product feedback to the platform.
- Retrieve current logged-in user's complete profile including user_id, nickname, and authentication status
- Query cross-sphere topic footprints showing all topics posted across joined spheres with pagination support
- Submit NPS feedback with a 1–10 recommendation score and text suggestions (up to 500 characters)
How to install zsxq-user
npx skills add https://github.com/unnoo/zsxq-skill --skill zsxq-user- zsxq-cli installed and configured
- Valid 知识星球 login credentials (see zsxq-shared SKILL.md for authentication setup)
How to use zsxq-user
- 1.Run `zsxq-cli user +info` to view your complete profile including user_id, nickname, and authentication status
- 2.Run `zsxq-cli user +footprints` to see all topics you've posted across spheres, with pagination if needed
- 3.Run `zsxq-cli user +nps` to submit NPS feedback; provide a 1–10 score and text suggestion (max 500 characters), then confirm before submission
Use cases
- Check your 知识星球 user ID and profile details for reference in other operations
- Review your recent topic contributions across all joined spheres to track activity
- Submit product feedback and NPS ratings directly to 知识星球 with structured recommendations
- 知识星球 active users managing their account
- Community members tracking their cross-sphere contributions
- Users providing product feedback to 知识星球
zsxq-user FAQ
user_id is a numeric identifier for your 知识星球 account. It's used as a parameter in operations like group member searches and other account-related queries.
No. After initial login setup (see zsxq-shared SKILL.md), subsequent calls use the stored session. Only re-authenticate if you encounter 401 errors or token expiration messages.
The +footprints shortcut shows topics across all spheres you've joined. To filter by specific sphere, refer to sphere-specific operations in zsxq-group.
Your feedback is submitted to 知识星球 after you confirm the content. Ensure your suggestion is clear and within 500 characters before confirming.
Full instructions (SKILL.md)
Source of truth, from unnoo/zsxq-skill.
name: zsxq-user version: 1.3.1 description: "知识星球用户信息与反馈:查看当前登录用户的个人资料、查询跨星球的最近发主题足迹、提交 NPS 反馈(推荐分数 + 建议)。当用户需要查看自己的用户 ID、昵称、头像、认证状态,查看自己最近在各星球发过的主题,或向知识星球官方提交 NPS 评分/产品建议时使用。" metadata: requires: bins: ["zsxq-cli"] cliHelp: "zsxq-cli user --help"
user
首次使用或遇到认证错误(401 / token 过期 /
not logged in)时,先读../zsxq-shared/SKILL.md了解登录与 API 调用约定。日常调用已登录账户时无需每次重读。
Core Concepts
- 用户(User):当前已登录的知识星球账户,由
user_id(纯数字)唯一标识。user_id在group +list、搜索成员等操作中被用作参数。
Shortcuts(推荐优先使用)
| Shortcut | 说明 |
|---|---|
+info | 查看当前登录用户的完整个人资料,含 user_id、昵称、认证状态 |
+footprints | 查看自己在所有星球发过的主题(跨星球足迹),支持分页 |
+nps | 提交 NPS 反馈(1–10 分推荐分数 + 必填文字建议,500 字以内),需确认内容后执行 |
相关操作
- 在某个星球内按昵称搜索成员、获取 user_id:见 zsxq-group 的
search_group_members
Related skills
More from unnoo/zsxq-skill and the wider catalog.

zsxq-shared
知识星球 CLI 共享基础:认证、API 调用、链接拼接、错误处理

zsxq-topic
Manage Knowledge Planet topics: search, create, edit, comment, answer questions, and moderate content.

zsxq-note
Manage shareable public notes on 知识星球 (Zhihu Planet) with create, edit, view, and delete operations.

zsxq-group
Manage 知识星球 (Zhihu Knowledge Planet) groups: list, browse topics, query tags, search members.