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.

aspiers Updated

File contents

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.

aspiers/ai-config/tree/main/.agents/skills/open-in-user-browser commit 2bfcfa468d

Frequently asked questions

npx skillmds@latest add aspiers/open-in-user-browser