notebook-skill

Create and edit Obsidian-flavored Markdown notes in vault directories.

62|9|Updated Jul 27, 2025
One-click install
npx skills add https://github.com/cyzus/suzent --skill notebook-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notebook-skill
Source: https://github.com/cyzus/suzent/tree/main/skills/notebook
Command: npx skills add https://github.com/cyzus/suzent --skill notebook-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill gives agents reliable access to a user's Obsidian notebook vault so they can locate, create, and edit notes using Obsidian-flavored Markdown while preserving vault structure and organization.

Core Features & Use Cases

  • Vault Access Paths: Operates in sandbox (/mnt/notebook) or host mounts ($MOUNT_NOTEBOOK) to read and write files.
  • Obsidian-Flavored Markdown: Supports CommonMark, GitHub Flavored Markdown, LaTeX math, wikilinks, callouts, and file embeds.
  • Organized Note Management: Encourages exploring the existing folder hierarchy before creating new notes to maintain a tidy vault and appropriate placement.
  • Use Case: Create or update project documentation and meeting notes with wikilinks and embedded files in the correct project folder, preserving backlinks and Obsidian conventions.

Quick Start

Use the notebook skill to open the vault, find the best folder for a new note titled "Meeting Notes", and create an Obsidian-compatible markdown file there.

Frequently Asked Questions about notebook-skill

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

FAQPage Schema
How do I create and edit markdown notes in my Obsidian vault programmatically?

To create and edit Obsidian markdown notes programmatically, use this Skill to access your vault via sandbox or host mounts, enabling note discovery, hierarchical organization, and Obsidian-flavored markdown editing with wikilinks and embeds.

Can I use wikilinks and LaTeX math when generating Obsidian markdown files?

Yes, you can use wikilinks and LaTeX math when generating Obsidian markdown files, as this Skill provides programmatic access that fully supports Obsidian-flavored markdown features including CommonMark, callouts, and file embeds.

Does this approach to Obsidian vault management support local or mounted directories?

This approach to Obsidian vault management supports both local sandbox directories at /mnt/notebook and host-mounted paths, requiring read and write filesystem access to the specified mount path to manage notes.

What's the best way to maintain folder hierarchy when adding new notes to an Obsidian vault?

The best way to maintain folder hierarchy when adding new notes to an Obsidian vault is to use this Skill to explore existing folder structures before creating new markdown files, ensuring appropriate placement and preserving backlinks.

Do I need filesystem read and write access to manage an Obsidian notebook vault?

Yes, you need filesystem read and write access to manage an Obsidian notebook vault, because this Skill operates directly on local or mounted notebook directories to locate, create, and edit markdown notes.