export-vault-note

Installation
SKILL.md

Export Vault Note

This skill runs inside an Obsidian vault. It bundles a single Markdown note and every image it links into a portable archive placed at a location of the user's choosing (defaulting to one directory above the vault root).

Handles two image link styles:

  • Wiki-style: ![[image.png]] or ![[subfolder/image.png]]
  • Inline Markdown: ![alt text](path/to/image.png)

Example:

/export-vault-note projects/blog/my-post.md zip ~/Desktop

Step 1 — Parse Arguments

Installs
11
GitHub Stars
10
First Seen
Jun 27, 2026
export-vault-note — psenger/ai-agent-skills