zsxq-note
unnoo/zsxq-skill
Manage shareable public notes on 知识星球 (Zhihu Planet) with create, edit, view, and delete operations.
What is zsxq-note?
A skill for managing public notes on 知识星球 (Zhihu Planet). Use it when you need to create shareable notes, edit existing ones, view note details or lists, or delete notes. Note that all notes are public—anyone with the link can access them.
- Create public notes with text and image attachments
- List your own notes with pagination support
- View complete details of individual notes
- Edit note content with confirmation
- Delete notes permanently with confirmation
How to install zsxq-note
npx skills add https://github.com/unnoo/zsxq-skill --skill zsxq-note- zsxq-cli installed and available
- Valid 知识星球 account with authentication configured (see zsxq-shared/SKILL.md for login details)
How to use zsxq-note
- 1.Authenticate with your 知识星球 account using zsxq-cli (if not already logged in)
- 2.Use `+create` to write a new public note with optional text and image attachments
- 3.Use `+list` to view your existing notes with pagination
- 4.Use `+detail` to read the full content of a specific note
- 5.Use `+edit` to modify note content (requires confirmation)
- 6.Use `+delete` to remove a note permanently (requires confirmation)
Use cases
- Create and share knowledge or insights as public notes on 知识星球
- Maintain a searchable archive of your own notes
- Edit previously published notes to correct or update information
- Remove outdated or incorrect notes from public access
- Browse your note history to find and reference past content
- 知识星球 (Zhihu Planet) users
- Content creators sharing knowledge publicly
- Users managing personal knowledge bases
- Anyone needing to publish shareable reference material
zsxq-note FAQ
Notes are public content. Anyone with the link can access them. Do not include private or sensitive information.
Yes, use the `+edit` shortcut to modify note content. Changes require confirmation before execution.
No, deletion is permanent and cannot be undone. Confirm carefully before deleting.
No, once authenticated via zsxq-cli, you remain logged in for subsequent calls unless the token expires (401 error).
Notes support text content and image attachments.
Full instructions (SKILL.md)
Source of truth, from unnoo/zsxq-skill.
name: zsxq-note version: 1.3.1 description: "知识星球公开笔记管理:创建笔记、编辑笔记、查看笔记详情、查看笔记列表、删除笔记。当用户需要在知识星球创建可分享的公开笔记、编辑笔记、查看笔记详情、删除笔记、或查看历史笔记时使用。注意:笔记是公开内容,任何持有链接的人都可访问。" metadata: requires: bins: ["zsxq-cli"] cliHelp: "zsxq-cli note --help"
note
首次使用或遇到认证错误(401 / token 过期 /
not logged in)时,先读../zsxq-shared/SKILL.md了解登录与 API 调用约定。日常调用已登录账户时无需每次重读。
Core Concepts
- 笔记(Note):独立的内容单元,不属于任何星球。
- 可见性:笔记是公开内容,任何持有链接的人都能访问 —— 不是私密备忘录。涉及隐私或敏感信息的内容不要写进笔记。
Shortcuts(推荐优先使用)
| Shortcut | 说明 |
|---|---|
+create | 创建一条公开笔记,支持文本和图片附件 |
+list | 查看自己的笔记列表,支持分页 |
+detail | 查看单条笔记的完整详情 |
+edit | 编辑笔记内容,需确认后执行 |
+delete | 删除笔记(不可恢复),需确认后执行 |
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-group
Manage 知识星球 (Zhihu Knowledge Planet) groups: list, browse topics, query tags, search members.

zsxq-user
View 知识星球 user profile, cross-sphere topic footprints, and submit NPS feedback.