obsidian

Manages and edits Jira projects, and creates and edits tickets and sub-tickets with metadata and customization options via Jira REST API.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/lachlanchen/LazyingArtBot --skill obsidian-lachlanchen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/lachlanchen/LazyingArtBot/tree/main/skills/obsidian
Command: npx skills add https://github.com/lachlanchen/LazyingArtBot --skill obsidian-lachlanchen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management and automation of your Obsidian notes, allowing you to interact with your Markdown vault using a command-line interface.

Core Features & Use Cases

  • Vault Management: Easily find and interact with your Obsidian vaults.
  • Note Operations: Search, create, move, rename, and delete notes within your vaults.
  • Link Updates: Automatically updates internal links when notes are moved or renamed.
  • Use Case: Quickly create a new note in your 'Projects' folder, link it to an existing note, and then rename the new note, ensuring all references are updated automatically.

Quick Start

Use the obsidian skill to create a new note named 'Meeting Notes' in the 'Daily' folder with the content 'Discussed project roadmap.'.

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 using a command-line interface?

You can manage Obsidian notes via a command-line interface by using a Skill that automates vault workflows. It enables searching, creating, moving, renaming, and deleting Markdown notes directly from your terminal.

How do I update internal links when moving or renaming Markdown notes?

To update internal links when moving or renaming Markdown notes, the Obsidian CLI Skill automatically maintains link integrity. It ensures that all references to the modified note are updated across your vault seamlessly.

Do I need obsidian-cli installed to automate vault workflows?

Yes, you need obsidian-cli installed and configured to automate vault workflows. The Skill relies on this command-line dependency to interact with your Obsidian vault and execute note operations.

Can I create a new Markdown note in a specific folder automatically?

Yes, you can create a new Markdown note in a specific folder automatically. The Skill allows you to specify the target directory, note name, and content, adding it directly to your Obsidian vault.

What is the best way to automate note-taking workflows for Obsidian?

The best way to automate note-taking workflows for Obsidian is using a CLI Skill that handles vault management. It streamlines finding vaults and executing file operations while preserving internal links.

Why do my internal links break when I move notes in my Obsidian vault?

Internal links may break when moving notes if your tool lacks reference tracking. This Skill uses obsidian-cli to automatically update internal links, ensuring connections remain intact after structural changes.