← スキル一覧に戻る

link-to-obsidian
by lc0rp
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: link-to-obsidian description: Generate shareable http(s) links that redirect into Obsidian via the link-to-obsidian service. Use when sending Obsidian note links in chat apps (Discord/WhatsApp) that can’t open obsidian:// URLs, or when converting obsidian://open links to http(s) format.
Link-to-Obsidian (usage)
Overview
Generate HTTP links that redirect to obsidian://open so they’re clickable in apps that only allow http(s) links.
Quick start
Format:
http://<host>:<port>/open?vault=<VaultName>&file=<Path/Note.md>
Example:
http://dev.quail-mercat.ts.net:7777/open?vault=Obsidian-Notes&file=0-Inbox/Tasks.md
Notes:
- Keep the entire query string; only scheme/host/port change from
obsidian://open. - Percent-encode the
file=path the same way Obsidian expects. - Use the Tailscale host/IP (e.g.,
dev.quail-mercat.ts.net) for shareable links. - Do not use
127.0.0.1unless the link is only for your own browser on the same host. - Default port is
7777(unless overridden by config).
Convert from obsidian://open
Given:
obsidian://open?vault=Vault&file=Inbox/Note.md
Convert to:
http://<host>:<port>/open?vault=Vault&file=Inbox/Note.md
Troubleshooting link format
- If the link doesn’t open, check for bad encoding in
file=or a missingvault=. - If unsure of host/port, check
/etc/link-to-obsidian/link-to-obsidian.env(read-only) forLTO_TAILSCALE_DNS,LTO_TAILSCALE_IP, andPORT.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です