uri-scheme

Manage Git history across branches with rebasing, cherry-picking, and reflog recovery.

7|1|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill uri-scheme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uri-scheme
Source: https://github.com/julianobarbosa/claude-code-skills/tree/main/skills/obsidian-skill
Command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill uri-scheme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill documents the obsidian:// URI scheme and Advanced URI plugin options to automate vault and note operations.

Core Features & Use Cases

  • Native URI actions: Open vaults, files, searches, and new notes via obsidian:// URIs.
  • Advanced URI plugin: Extend with custom URIs for complex workflows.
  • Automation templates: Build reusable URI patterns for team workflows.

Quick Start

Open a vault and navigate to a specific note using Obsidian URI schemes.

Frequently Asked Questions about uri-scheme

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

FAQPage Schema
How do I automate opening Obsidian vaults and notes with URI schemes?

Obsidian URI schemes (obsidian://) let you automate vault and note operations directly. Use obsidian://open?vault=name&file=path to open specific files, or obsidian://search?query=term to trigger searches. The Advanced URI plugin extends these with custom actions for complex workflows.

What's the difference between native Obsidian URIs and the Advanced URI plugin?

Native obsidian:// URIs handle basic operations like opening vaults, files, and searches. The Advanced URI plugin extends functionality with custom URIs for complex automation templates, enabling reusable patterns for team workflows and cross-vault operations.

Can I use Obsidian URIs to automate workflow tasks in markdown?

Yes. Obsidian URIs let you embed automation commands in markdown files and external tools. Combine native URIs with the Advanced URI plugin to build reusable automation templates that trigger vault operations, create notes, and execute searches from markdown links or external triggers.

How do I create reusable URI patterns for team workflows?

Document URI templates using the obsidian:// scheme and Advanced URI plugin options. Build patterns for common tasks—opening specific note types, running searches, creating templated notes—then share URI schemes across your team to standardize vault navigation and automation.

Do Obsidian URIs work with external automation tools?

Obsidian URIs function as protocol handlers, so external tools, scripts, and services can trigger vault operations by calling obsidian:// schemes. This enables cross-tool automation workflows where other applications invoke Obsidian actions without direct plugin integration.