Share Obsidian links that actually work in chat.
Want your bot to share links to Obsidian with you in WhatsApp, Telegram, Slack or elsewhere?
Use https://links.xfiner.com/ links that redirect to obsidian:// deep links.
How to use
- Add query parameters
vaultandfile; addlinefor a precise editor location. - Use the resulting URL in WhatsApp, Slack, email, or notes.
Example
https://links.xfiner.com/?vault=Obsidian&file=Sites%2FJoost.blog%2FPosts
Use Cases
- Share clickable Obsidian note links in messengers that do not handle
obsidian://URLs well. - Have agents (Codex, OpenClaw, Claude Code) output safe, canonical note links for reports and task updates.
- Convert existing
obsidian://openandobsidian://open-lineURIs into public HTTPS links.
Obsidian URL converter
Paste an obsidian://open or obsidian://open-line URL and generate a shareable HTTPS link.
Agent Skill: obsid-link-builder
Use this skill in Codex, OpenClaw, and Claude Code to generate canonical share links.
Install for your agent
Install for Codex / OpenClaw
mkdir -p "$CODEX_HOME/skills/obsid-link-builder/scripts" curl -fsSL https://links.xfiner.com/skills/obsid-link-builder/SKILL.md -o "$CODEX_HOME/skills/obsid-link-builder/SKILL.md" curl -fsSL https://links.xfiner.com/skills/obsid-link-builder/scripts/build_obsid_link.sh -o "$CODEX_HOME/skills/obsid-link-builder/scripts/build_obsid_link.sh" chmod +x "$CODEX_HOME/skills/obsid-link-builder/scripts/build_obsid_link.sh"
Install for Claude Code
mkdir -p "$HOME/.claude/skills/obsid-link-builder/scripts" curl -fsSL https://links.xfiner.com/skills/obsid-link-builder/SKILL.md -o "$HOME/.claude/skills/obsid-link-builder/SKILL.md" curl -fsSL https://links.xfiner.com/skills/obsid-link-builder/scripts/build_obsid_link.sh -o "$HOME/.claude/skills/obsid-link-builder/scripts/build_obsid_link.sh" chmod +x "$HOME/.claude/skills/obsid-link-builder/scripts/build_obsid_link.sh"