open-weburl

open-weburl is a skill for Claude Code from aiya000/dotfiles. It costs 34 tokens per session (843 once invoked), scanned A, original, MIT.

A helper for opening URLs, numbered web references, or GitHub repository names using the computer’s default URL-opening command. It chooses the appropriate command for the operating system.

In plain words
What is it for?
Use it to open numbered links from the conversation, direct URLs, or repository names such as owner/project-style GitHub references.
Why use it?
It avoids manually converting repository names into GitHub links or locating URLs previously mentioned in a conversation. It also reports when a requested reference cannot be found.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to open numbered links from the conversation, direct URLs, or repository names such as owner/project-style GitHub references.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiya000/dotfiles/open-weburl
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aiya000/dotfiles --skill open-weburl
Clone the repo
git clone --depth 1 https://github.com/aiya000/dotfiles

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for open-weburl

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiya000/dotfiles/open-weburl.svg)](https://agentmods.dev/skills/aiya000/dotfiles/open-weburl)
Your own site
<a href="https://agentmods.dev/skills/aiya000/dotfiles/open-weburl"><img src="https://agentmods.dev/badge/skills/aiya000/dotfiles/open-weburl.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 843 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00843
Opus 5 $0.00017 $0.00421
Sonnet 5 $0.00007 $0.00169
Haiku 4.5 $0.00003 $0.00084

Measured 8d ago against content hash d4386a152e06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

open-weburl scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude_global/skills/open-weburl/SKILL.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

open-weburl

Description

Opens URLs using the method appropriate for the current OS. Can handle numbered references from previous conversation or direct repository names.

  • wslview -- If on WSL
  • xdg-open -- If on Linux
  • open -- If on macOS

Usage

  • open-weburl 1, 2, 3 - Opens URLs that were referenced as "1.", "2.", "3." in the previous conversation
  • open-weburl foo.nvim bar.nvim nvim-baz - Opens GitHub repositories for the specified names

Implementation

When this skill is used:

  1. Parse the arguments (comma-separated or space-separated)
  2. For each argument:
    • If it's a number: Look for recent URLs that were referenced with that number in the conversation
    • If it's a repository name: Convert to GitHub URL format
  3. For missing references, report "URL for [X] not found"
  4. Open available URLs in background with the format:
    ( wslview URL1 ; wslview URL2 ; wslview URL3 ) &
    

Examples

Numbered References

User: open-weburl 1, 2, 3
Assistant: Opening URLs from recent list:
- 1: https://github.com/mtth/scratch.vim
- 2: https://github.com/LintaoAmons/scratch.nvim
- 3: https://github.com/0x00-ketsu/scratchpad.nvim

Repository Names

User: open-weburl telescope.nvim lazy.nvim
Assistant: Opening repositories:
- telescope.nvim: https://github.com/nvim-telescope/telescope.nvim
- lazy.nvim: https://github.com/folke/lazy.nvim

Mixed/Missing

User: open-weburl telescope.nvim, nonexistent-software, lazy.nvim
Assistant: Opening only available URLs:
- telescope.nvim: https://github.com/nvim-telescope/telescope.nvim
- lazy.nvim: https://github.com/folke/lazy.nvim
Also Assistant tells 'nonexistent-software is not found' to the user.

No Arguments (Reading Context)

Assuming the last conversation mentioned to telescope.nvim and lazy.nvim:

User: open-weburl
Assistant: Opening repositories:
- telescope.nvim: https://github.com/nvim-telescope/telescope.nvim
- lazy.nvim: https://github.com/folke/lazy.nvim

Read the full file on GitHub · 109 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 109 lines · 34 tokens per session scan A d4386a152e06

Subscribe to this mod's changes

open-weburl is a skill published in the GitHub repository aiya000/dotfiles (19 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 843 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.