obsidian

Create, read, search, and link markdown notes in an Obsidian vault via the Local REST API plugin.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/knsiuss/orion --skill obsidian-knsiuss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/knsiuss/orion/tree/main/workspace/skills/obsidian
Command: npx skills add https://github.com/knsiuss/orion --skill obsidian-knsiuss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to interact with your Obsidian vault programmatically, enabling you to create, read, and link notes without leaving your current workflow.

Core Features & Use Cases

  • Note Creation: Generate new markdown notes with specified titles and content.
  • Note Reading/Searching: Retrieve the content of existing notes or search your vault for specific keywords.
  • Linking: Create wiki-links between different notes to build a connected knowledge base.
  • Use Case: "Create a new note in my 'Daily Notes' folder summarizing today's meetings and link it to the 'Project X' note."

Quick Start

Create a new Obsidian note titled 'Meeting Notes' in the 'Work' folder with the content 'Discussed project timelines and action items.'.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage Obsidian notes programmatically without leaving my current workflow?

You can manage Obsidian notes programmatically by using a Skill that interacts with the Local REST API plugin. This enables you to create, read, and search markdown notes directly without opening the Obsidian application.

Do I need the Local REST API plugin to automate Obsidian note creation?

Yes, you need the Obsidian Local REST API plugin installed and configured with environment variables for the URL and API key. This setup is required to programmatically create and manage markdown notes within your vault.

How do I create and link markdown notes in my Obsidian vault via API?

You can create and link markdown notes by sending requests through the Local REST API. This supports generating new notes with specified content and creating wiki-links between them to build a connected knowledge base.

Can I search my Obsidian vault for specific keywords using a REST API?

Yes, you can search your Obsidian vault for specific keywords using the Local REST API. The interface allows you to retrieve content from existing markdown notes and execute keyword searches across your entire vault.

What are the limitations of using a REST API for Obsidian knowledge management?

Using a REST API for Obsidian knowledge management requires the Local REST API plugin to be actively running and properly configured with environment variables. It operates strictly over this local connection to manage markdown notes.