zsxq-note

Create, edit, list, view, and delete public notes on Zhihuishixingqiu via zsxq-cli.

17.5k|2.5k|Updated Nov 8, 2018
One-click install
npx skills add https://github.com/itwanger/toBeBetterJavaer --skill zsxq-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zsxq-note
Source: https://github.com/itwanger/toBeBetterJavaer/tree/main/.agents/skills/zsxq-note
Command: npx skills add https://github.com/itwanger/toBeBetterJavaer --skill zsxq-note

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zsxq-cli, and includes references (resource) components.

What problem does it solve?

Managing public notes on the Zhihuishixingqiu (Knowledge Planet) platform normally requires manual web or app interaction. This Skill lets you create, edit, view, list, and delete public notes directly through the zsxq-cli command line, with built-in confirmation safeguards for write and delete operations.

Core Features & Use Cases

  • Create Public Notes: Publish text notes with optional image attachments, returning a note_id and shareable link.
  • List and Inspect Notes: Browse your note history with pagination support and view full details of any single note.
  • Edit and Delete with Safeguards: Update note content or attachments, or permanently delete notes, with mandatory user confirmation before irreversible actions.
  • Use Case: You want to publish a shareable public note summarizing today's learning progress. Confirm the content, run the create command, and immediately verify the result with the detail command.

Quick Start

Ask the assistant to create a public note on Zhihuishixingqiu with your desired text, then confirm the content before it is published.

Frequently Asked Questions about zsxq-note

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a public note on Zhihuishixingqiu from the command line?

Run zsxq-cli note +create with the --text parameter for the note content. You can attach images using --files with comma-separated paths, and add --json to get the new note_id and creation time in the output.

How do I list and paginate my Zhihuishixingqiu notes?

Use zsxq-cli note +list to see your latest 20 notes in a table. Control the count with --limit (max 30) and paginate by passing the last note's create_time as --end-time for the next page.

Are Zhihuishixingqiu notes private or public?

Notes are public content. Anyone holding the note link can access it, so you should never write private or sensitive information into a note. They are not private memos.

Can I edit or delete someone else's note on Zhihuishixingqiu?

No, you can only edit or delete notes you created yourself. Attempting to edit another user's note returns a 403 permission error. Deletion is irreversible, so confirm the note content with +detail before deleting.

What should I do when zsxq-cli returns a 401 or token expired error?

A 401 or token expired error means your login session is invalid. Refer to the zsxq-shared skill documentation for the login and authentication flow, re-authenticate, then retry your note command.