dull-bird/deeporbit · Archived

do.obsidian-open

Open or reveal Markdown notes in Obsidian with portable fallbacks. Use after creating or modifying a note, when the user asks to open a vault file, or when another DeepOrbit workflow needs to present its output.

First seen Apr 26, 2026

Installation

$ npx skills add dull-bird/deeporbit --skill do.obsidian-open

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dull-bird/deeporbit · top by installs.

npx skills add dull-bird/deeporbit

Browse all from dull-bird/deeporbit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 830 B
  • docs SUMMARY.md 235 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Open a Note

Use this priority order:

  1. If the obsidian executable exists, run obsidian open path="<absolute-path>" without blocking the main workflow.
  2. Otherwise open an encoded obsidian://open?path=<absolute-path> URI.
  3. If neither is available, return the absolute path so the user can open it manually.

When the Python Core is installed, deeporbit.openers.open_note() implements this order. Never treat the inability to launch the desktop application as a failure of the file creation or knowledge workflow. Do not invent vault names or unencoded URIs.