What problem does it solve?
Managing Zsxq (知识星球) communities requires manually navigating the app to find group IDs, browse topics, and look up tags or members. This Skill exposes those operations as CLI commands so an AI agent can list your planets, browse their topics, query hashtags, and search members directly.
Core Features & Use Cases
- List Planets: Enumerate all planets you joined or created with
group +list, returning group_id and name for subsequent operations.
- Browse Topics & Hashtags: Page through a planet's latest topics with
group +topics and list all hashtags with counts via group +hashtags.
- Search Groups and Members: Use API calls like
search_groups and search_group_members to locate planets by keyword or find specific members by nickname.
- Use Case: You want to check the latest discussions in your paid community. Run
group +list to get the group_id, then group +topics --group-id <id> to see the newest posts in a table.
Quick Start
Ask the AI to list all the Zsxq planets you have joined and show the latest topics in one of them.