What problem does it solve?
This Skill removes the friction of manually searching, reading, and updating notes in a self-hosted SiYuan knowledge base by letting you manage documents and blocks through simple curl calls.
Core Features & Use Cases
- Full-text and SQL search: Find relevant blocks quickly by keyword using SiYuan’s search endpoints or safe SELECT-only SQL.
- Read and traverse blocks: Retrieve block Kramdown (Markdown-like) content and navigate child blocks and document structure.
- Create, append, update, and delete: Create notebooks/documents, append/update block content, set custom attributes, and remove blocks or documents.
- Export content: Export a document’s content as Markdown for sharing, archiving, or downstream processing.
Quick Start
Use the siyuan skill to search for “meeting notes” in your SiYuan instance by providing your SIYUAN_TOKEN and SIYUAN_URL (optional) and letting it call the full-text search endpoint.