obsidian-md

Create and edit Obsidian-flavored Markdown with wikilinks, embeds, callouts, and properties.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/glfruit/gorin-skills --skill obsidian-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-md
Source: https://github.com/glfruit/gorin-skills/tree/main/openclaw/obsidian-md
Command: npx skills add https://github.com/glfruit/gorin-skills --skill obsidian-md

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian users often need to generate and modify notes that render correctly in Obsidian, including wikilinks, embeds, callouts, and frontmatter properties. This skill automates the creation and editing of Obsidian-flavored Markdown to save time and ensure consistency.

Core Features & Use Cases

  • Wikilinks and Embeds: Produce internal links and content embeds that work in Obsidian vaults.
  • Obsidian Syntax Support: Generate callouts, properties, comments, mermaid diagrams, and Obsidian-specific formatting while preserving standard Markdown.
  • Use Case: Create a new note with a title, tags, and frontmatter, then add related wikilinks to other notes and embed a diagram.

Quick Start

Write a note titled "Project Plan" with tags and a frontmatter block, including at least one wikilink to [[Overview]] and an embed of ![[Diagram]] in the content.

Frequently Asked Questions about obsidian-md

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

FAQPage Schema
How do I create Obsidian markdown notes with frontmatter and wikilinks?

Obsidian markdown notes require specific syntax for frontmatter properties, wikilinks, and embeds to render correctly within a vault. Automating this formatting ensures consistency across newly created and edited content.

Can I generate Obsidian callouts and embeds automatically?

Generating Obsidian callouts and content embeds automatically involves applying Obsidian-specific syntax rules to the text. This preserves callout blocks, comments, and embeds while maintaining standard markdown formatting.

What is the best way to manage wikilinks and properties in a vault?

Managing wikilinks and frontmatter properties effectively requires enforcing consistent Obsidian-compatible formatting across all notes. This approach ensures internal linking and properties are preserved during content edits.

Does standard markdown support Obsidian-specific syntax like mermaid diagrams?

Standard markdown does not fully support Obsidian-specific syntax like mermaid diagrams, callouts, and wikilinks. Generating Obsidian-flavored markdown ensures these specific formatting elements are correctly produced and preserved.

Why do my generated frontmatter properties break in Obsidian?

Generated frontmatter properties break in Obsidian when the markdown syntax does not align with Obsidian's specific formatting rules. Automating note creation with Obsidian-flavored markdown prevents these vault rendering errors.