# Open In User Browser

> Open a URL or local file in the user's regular browser, including live-rendered local Markdown. Use for `/open` or when the user asks to view a target outside the agent browser.

- Skill: `aspiers/open-in-user-browser` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aspiers/open-in-user-browser`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aspiers/open-in-user-browser/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: aspiers (https://skillmd.com/u/aspiers)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/aspiers/open-in-user-browser

---


# Open in the user's browser

> **⚠️ AUTHOR-SPECIFIC:** The helper paths below belong to the maintainer's
> deployed environment. Other users must substitute equivalent trusted tools.

If no target was supplied, infer the URL or file most likely intended from the
recent conversation instead of asking for confirmation.

- For an existing local regular file ending in `.md` (case-insensitively), run
  `~/bin/emacs-markdown-live-preview` with the target as one shell argument.
- For every other target, run `~/bin/open` with the target as one shell
  argument.

Run the selected command once, then report the target opened.

