zsxq-note
知识星球公开笔记管理:创建笔记、编辑笔记、查看笔记详情、查看笔记列表、删除笔记。当用户需要在知识星球创建可分享的公开笔记、编辑笔记、查看笔记详情、删除笔记、或查看历史笔记时使用。注意:笔记是公开内容,任何持有链接的人都可访问。
Works with
--- name: zsxq-note description: 知识星球公开笔记管理:创建笔记、编辑笔记、查看笔记详情、查看笔记列表、删除笔记。当用户需要在知识星球创建可分享的公开笔记、编辑笔记、查看笔记详情、删除笔记、或查看历史笔记时使用。注意:笔记是公开内容,任何持有链接的人都可访问。 license: MIT --- # note > 首次使用或遇到认证错误(401 / token 过期 / `not logged in`)时,先读 [`../zsxq-shared/SKILL.md`](../zsxq-shared/SKILL.md) 了解登录与 API 调用约定。日常调用已登录账户时无需每次重读。 ## Core Concepts - **笔记(Note)**:独立的内容单元,**不属于任何星球**。 - **可见性**:笔记是**公开内容**,任何持有链接的人都能访问 —— 不是私密备忘录。涉及隐私或敏感信息的内容不要写进笔记。 ## Shortcuts(推荐优先使用) | Shortcut | 说明 | |----------|------| | [`+create`](references/zsxq-note-create.md) | 创建一条公开笔记,支持文本和图片附件 | | [`+list`](references/zsxq-note-list.md) | 查看自己的笔记列表,支持分页 | | [`+detail`](references/zsxq-note-detail.md) | 查看单条笔记的完整详情 | | [`+edit`](references/zsxq-note-edit.md) | 编辑笔记内容,需确认后执行 | | [`+delete`](references/zsxq-note-delete.md) | 删除笔记(不可恢复),需确认后执行 |
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

