Obsidian Cli

🌐Community
by kepano · vlatest · Repository

Obsidian Cli allows you to execute Obsidian commands directly from the command line for automation and scripting workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add obsidian-cli npx -- -y @trustedskills/obsidian-cli
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "obsidian-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/obsidian-cli"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The obsidian-cli skill provides command-line interface (CLI) tools to interact with Obsidian vaults, enabling users to manage notes, create links between documents, and automate tasks within the Obsidian knowledge management system. It supports operations like creating new notes, searching for content, and generating markdown files directly from the terminal.

When to use it

  • Automating repetitive note-taking or documentation tasks in Obsidian.
  • Creating or updating notes programmatically as part of a workflow.
  • Searching through large Obsidian vaults quickly using command-line tools.

Key capabilities

  • Create new notes with custom content.
  • Search for keywords across all notes in the vault.
  • Generate markdown files and manage links between documents.

Example prompts

  • "Create a note titled 'Project Plan' with the content 'Outline the project phases here.'"
  • "Search for all mentions of 'AI' in my Obsidian vault."
  • "Generate a new markdown file named 'Meeting Notes.md' in the 'Work' folder."

Tips & gotchas

  • Ensure that your Obsidian vault is properly configured and accessible from the CLI.
  • Some advanced features may require additional plugins or configurations within Obsidian itself.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kepano
Installs
1.7k

🌐 Community

Passed automated security scans.