obsidian-notes

Create, read, search, and update Markdown notes in an Obsidian vault with GitHub sync.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Moisesjr20/gueclaw --skill obsidian-notes-moisesjr20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-notes
Source: https://github.com/Moisesjr20/gueclaw/tree/main/.agents/skills/obsidian-notes
Command: npx skills add https://github.com/Moisesjr20/gueclaw --skill obsidian-notes-moisesjr20

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to manage Obsidian notes stored in a Git-synced vault by creating, reading, listing, updating, and searching Markdown files across local, VPS, and GitHub repositories.

Core Features & Use Cases

  • Create new notes in the Obsidian vault and push changes to GitHub to keep all devices in sync.
  • Read and search notes by title or content to retrieve relevant information quickly.
  • Update existing notes with changes that are automatically committed and pushed, ensuring a consistent history across platforms.

Quick Start

Create a new note titled Meeting Minutes and save it to the vault, ensuring it is synced with GitHub.

Frequently Asked Questions about obsidian-notes

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

FAQPage Schema
How do I sync Obsidian notes with GitHub automatically?

To sync Obsidian notes with GitHub, this skill manages Markdown files by creating, reading, and updating vault content while enforcing automated Git operations to commit and push changes across local and remote repositories.

Can I search for Obsidian Markdown files by title or content?

Yes, you can search Markdown notes by title or content. The skill identifies and retrieves relevant information quickly by querying the Obsidian vault path and returning matching notes for your workflow.

Does this approach require frontmatter initialization for Obsidian vaults?

Yes, frontmatter initialization is required. The skill enforces frontmatter-driven initialization for Markdown formatting to ensure consistent metadata management and reliable execution within the Obsidian vault path.

What is the best way to manage Obsidian vault updates across multiple devices?

Managing Obsidian vault updates across devices requires committing and pushing Markdown file changes to GitHub. The skill ensures consistent history by automatically applying Git operations after updating content.

How do I create a new Obsidian note and push it to Git?

Creating a new Obsidian note and pushing it to Git involves writing a Markdown file to the vault path. The skill handles frontmatter formatting and automatically commits and pushes the new note to GitHub.

Why use a Git-synced vault for Obsidian Markdown organization?

Using a Git-synced vault for Obsidian Markdown organization ensures changes are committed and pushed automatically, keeping local, VPS, and GitHub repositories consistent while providing reliable version history across platforms.