PluginBench
Skill
Review
Audit score 70

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
Prerequisites
  • zsxq-cli installed and available
  • Valid 知识星球 account with authentication configured (see zsxq-shared/SKILL.md for login details)
Claude Code
Cursor
Windsurf
Cline

How to use zsxq-note

  1. 1.Authenticate with your 知识星球 account using zsxq-cli (if not already logged in)
  2. 2.Use `+create` to write a new public note with optional text and image attachments
  3. 3.Use `+list` to view your existing notes with pagination
  4. 4.Use `+detail` to read the full content of a specific note
  5. 5.Use `+edit` to modify note content (requires confirmation)
  6. 6.Use `+delete` to remove a note permanently (requires confirmation)

Use cases

Good for
  • 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
Who it's for
  • 知识星球 (Zhihu Planet) users
  • Content creators sharing knowledge publicly
  • Users managing personal knowledge bases
  • Anyone needing to publish shareable reference material

zsxq-note FAQ

Are notes private or public?

Notes are public content. Anyone with the link can access them. Do not include private or sensitive information.

Can I edit a note after creating it?

Yes, use the `+edit` shortcut to modify note content. Changes require confirmation before execution.

Can I recover a deleted note?

No, deletion is permanent and cannot be undone. Confirm carefully before deleting.

Do I need to log in every time?

No, once authenticated via zsxq-cli, you remain logged in for subsequent calls unless the token expires (401 error).

What file types can I attach to notes?

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删除笔记(不可恢复),需确认后执行
zsxq-note — AI Skill | PluginBench