# Notebook Skill

> Gain access to the notebook vault. Use when this capability is needed.

- Skill: `tomevault-io/notebook-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/notebook-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/notebook-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/notebook-skill

---


# Notebook Skill

This skill enables agents to access the user's notebook vault, create and edit Obsidian Flavored Markdown.

## Access Path

| Mode | Path |
|------|------|
| **Sandbox** | `/mnt/notebook` |
| **Host** | `$MOUNT_NOTEBOOK` or `cd $MOUNT_NOTEBOOK` |

## Obsidian Markdown Flavor

- [CommonMark](https://commonmark.org/)
- [GitHub Flavored Markdown](https://github.github.com/gfm/)
- [LaTeX](https://www.latex-project.org/) for math
- Obsidian extensions: wikilinks `[[page]]`, callouts, embeds `![[file]]`

## Notebook Hierarchy & Organization

Before creating new notes, **always** explore the existing folder structure to understand the notebook's hierarchy.
- Use tools (like `GlobTool` or `BashTool`) to list directories and find where your note best fits.
- **Do not** simply dump new notes into the root directory unless explicitly asked or if it's a general index.
- If the appropriate folder does not exist, consider creating it to maintain an organized vault.
- If you are unsure where a note belongs after reviewing the hierarchy, ask the user for clarification.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/cyzus) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

