obsidian

Edit and generate Obsidian-flavored Markdown and Bases for vault workflows.

3|3|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/diegocamara89/ai-skills-hub --skill obsidian-diegocamara89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/diegocamara89/ai-skills-hub/tree/main/all-skills/obsidian
Command: npx skills add https://github.com/diegocamara89/ai-skills-hub --skill obsidian-diegocamara89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a single, Obsidian-aware workflow for creating and editing Obsidian-flavored Markdown, defining and maintaining Bases (database views), and automating vault operations via the Obsidian CLI so users avoid manual, error-prone edits and inconsistent vault structure.

Core Features & Use Cases

  • Obsidian Flavored Markdown: Compose and validate notes with frontmatter properties, wikilinks, embeds, callouts, math, diagrams, tags, and comments to ensure correct rendering and link resilience.
  • Bases (Database Views): Create and edit .base files with filters, formulas, views (table, cards, list, map), ordering, grouping, and summaries to surface tasks, projects, and metrics across a vault.
  • Obsidian CLI & Plugin Tools: Read, create, append, search, and target files or vaults via the obsidian CLI; support plugin and theme workflows including reload, eval, errors, screenshots, and console inspection.
  • Use Case Example: Aggregate active project tasks from many notes into an "Active Tasks" Base, compute days until due with formulas, and update notes automatically via the CLI while reloading a development plugin to reflect UI changes.

Quick Start

Open your vault and instruct the obsidian skill to create a new note titled "Project Plan" with appropriate frontmatter tags, wikilinks to related notes, and a Base that lists active tasks.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I create Obsidian-flavored Markdown notes with frontmatter and wikilinks?

Obsidian-flavored Markdown notes are generated with frontmatter properties, wikilinks, embeds, callouts, and tags to ensure correct rendering and link resilience within your vault.

How do I build Obsidian Bases views with filters and formulas?

You build Obsidian Bases by creating and editing YAML-valid .base files configured with filters, formulas, views like table or cards, ordering, and grouping to surface tasks and metrics across your vault.

Can I use the Obsidian CLI to search and append content to vault files?

Yes, the Obsidian CLI supports reading, creating, appending, searching, and targeting files within vaults to automate vault operations and avoid manual edits.

Does this workflow support Obsidian plugin development and reloading?

Yes, the workflow supports plugin and theme development by utilizing the Obsidian CLI to reload plugins, evaluate code, inspect console errors, and capture screenshots.

What is the best way to aggregate active tasks from multiple notes into a single view?

The best way to aggregate tasks is to create an Obsidian Base with filters and formulas that pull active tasks from various notes to compute metrics like days until due.

Do I need a running Obsidian instance to manage vault content and syntax?

A running Obsidian instance or CLI is optional for performing file and plugin operations, but handling Obsidian-specific syntax like wikilinks and properties is required for vault content management.