zsxq-user
知识星球用户信息与反馈:查看当前登录用户的个人资料、查询跨星球的最近发主题足迹、提交 NPS 反馈(推荐分数 + 建议)。当用户需要查看自己的用户 ID、昵称、头像、认证状态,查看自己最近在各星球发过的主题,或向知识星球官方提交 NPS 评分/产品建议时使用。
How do I install this agent skill?
npx skills add https://github.com/unnoo/zsxq-skill --skill zsxq-userIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is designed to retrieve and display user profile information and activity history from the ZhiXingQiu platform via a dedicated CLI tool. The main security considerations are the handling of sensitive user data and the potential for indirect prompt injection from thread titles and user-generated content retrieved by the skill.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/unnoo/zsxq-skill/zsxq-user">View zsxq-user on skillZs</a>