Notes (笔记)

Manage personal notes via the IMA OpenAPI with Markdown-based workflows.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill notes-tiankong0101-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Notes (笔记)
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/ima-skill/notes
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill notes-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users search, read, create, and append personal notes through the IMA OpenAPI while preserving privacy and preventing accidental edits.

Core Features & Use Cases

  • Search and browse notes: Find notes by title or content, then list notebooks or notes with pagination.
  • Read note content: Retrieve note text in a safe read-only workflow for inspection and follow-up actions.
  • Create and append notes: Create new Markdown notes or append to an existing note only after the target note is clearly identified.
  • Safety and privacy guardrails: Enforces user-privacy handling, UTF-8 validation, local image filtering, and confirmation for ambiguous write operations.

Quick Start

Ask the assistant to find a note, read its content, or create a new Markdown note from the text you provide.

Frequently Asked Questions about Notes (笔记)

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

FAQPage Schema
How do I search and retrieve personal notes using the IMA OpenAPI?

To search personal notes via the IMA OpenAPI, query by note title or content. The system lists notebooks and notes with pagination, allowing safe retrieval and read-only inspection of note text for follow-up actions.

Can I create new Markdown notes and append content to existing ones?

Yes, you can create new Markdown notes or append content to an existing note. Write workflows require the target note to be clearly identified first, ensuring safe modifications and preventing accidental edits to your personal knowledge base.

What privacy and safety guardrails apply when managing notes through OpenAPI?

Privacy guardrails enforce strict user-privacy handling, UTF-8 validation, and local image filtering. Additionally, confirmation rules trigger for ambiguous write operations, preventing accidental modifications during note creation or append workflows.

How do I browse notebooks and list notes with pagination?

Browse notebooks and list notes by requesting paginated retrieval through the IMA OpenAPI. This approach systematically cycles through notebook structures and note entries, ensuring complete content visibility without exceeding retrieval limits.

Does this note management Skill require confirmation before appending text?

Yes, appending text requires explicit confirmation when the target note is ambiguous. This safety measure ensures you only modify clearly identified notes, preventing accidental overwrites or misdirected content additions within your personal knowledge management system.

Why does my note content fail UTF-8 validation during creation?

Note content fails UTF-8 validation when text encoding does not match strict UTF-8 standards required by the IMA OpenAPI. Ensure all text passed during note creation or append operations is properly encoded to avoid rejection.