
from zsxq-skill151
Manage ZSXQ topics: search topics, view details, create/edit posts, comment/reply (nested), answer questions, delete topics, and manage digests and tags via zsx
Provides a complete set of operations for managing topics inside 知识星球 (ZSXQ). The skill supports searching topics, fetching topic details, creating and editing posts, posting comments and nested replies, answering Q&A topics, deleting topics, and administering topic digests (featured) and tags. It exposes high-level shortcuts (zsxq-cli +search/+detail/+create/+edit/+reply/+answer) and lower-level API calls when needed.
Use this skill when you need to find content in a ZSXQ community, inspect or moderate a specific topic, publish or edit content, reply to comments (including楼中楼 nested replies), answer questions, or manage topic metadata like tags and digested status. It's appropriate for both end-user actions and star owners moderating content.
references/ (search, detail, create, edit, reply, answer, delete).Supports CLI-driven and API-driven agents (agents that can run zsxq-cli or make HTTP API calls). Compatible with Copilot/Codex/Cursor-style agents that can run shell commands or call external APIs.
ZSXQ topic management skill for the Chinese community platform 知识星球. Provides structured shortcuts for searching, creating, editing, replying to, and deleting topics via zsxq-cli. No bundled scripts — purely documentation-driven. Well-organized with progressive disclosure via references/ directory, shortcut verbs, and raw HTTP fallback. Requires zsxq-cli binary and authentication setup.
zsxq-cliNo scripts to audit — skill is documentation-only. SKILL.md is well-structured with clear frontmatter, shortcut table, API reference, and raw HTTP section. The shared auth dependency (zsxq-shared) is a good pattern for multi-skill repos.