zsxq-user

Query Zsxq user profiles, cross-group topic footprints, and submit NPS feedback via zsxq-cli.

17.5k|2.5k|Updated Nov 8, 2018
One-click install
npx skills add https://github.com/itwanger/toBeBetterJavaer --skill zsxq-user
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zsxq-user
Source: https://github.com/itwanger/toBeBetterJavaer/tree/main/.agents/skills/zsxq-user
Command: npx skills add https://github.com/itwanger/toBeBetterJavaer --skill zsxq-user

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zsxq-cli, and includes references (resource) components.

What problem does it solve?

Managing your Zsxq (知识星球) account from the command line requires knowing the right API calls and parameters. This Skill lets you quickly view your logged-in profile, track topics you have posted across all groups, and submit NPS feedback to the Zsxq team without leaving your terminal.

Core Features & Use Cases

  • Profile Lookup: Retrieve your user_id, nickname, avatar, authentication status, and bound third-party accounts with zsxq-cli user +info.
  • Cross-Group Footprints: List topics you recently posted across all Zsxq groups with pagination support via zsxq-cli user +footprints.
  • NPS Feedback Submission: Send a 1–10 recommendation score plus a text suggestion (up to 500 characters) to Zsxq officials using zsxq-cli user +nps.
  • Use Case: After switching accounts, run the info shortcut to confirm which identity is logged in, then check your recent posting activity across every group you participate in.

Quick Start

Ask the AI to show your current Zsxq login profile and recent cross-group topic footprints using the zsxq-user skill.

Frequently Asked Questions about zsxq-user

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Zsxq user ID and profile from the command line?

Run zsxq-cli user +info to output your full profile as JSON, including user_id, nickname, unique_id, location, avatar URL, and identity authentication status. The user_id value is used as a parameter in other commands like group member searches.

How to view topics I posted across all Zsxq groups?

Use zsxq-cli user +footprints to list your recent topics across every group, sorted by time descending. It supports --limit (max 30), --json output, and --end-time as a pagination cursor using the previous page's last create_time.

What is the difference between user +footprints and group +topics?

user +footprints queries topics you posted across all groups and requires no parameters, while group +topics lists the latest topics within a single group and requires a --group-id parameter. Use footprints for personal activity tracking.

Why is the +nps shortcut not recognized by zsxq-cli?

The +nps shortcut requires zsxq-cli version 0.4.6 or higher; older versions treat it as an unknown shortcut. Upgrade with npm i -g zsxq-cli@latest and verify the version using zsxq-cli config show.

What are the limits when submitting Zsxq NPS feedback?

NPS submission requires an integer score from 1 to 10 and a text suggestion of at most 500 characters; both parameters are mandatory. There is no submission frequency limit, and failed submissions roll back atomically without partial records.