xurl-statusline-installer

xurl-statusline-installer is an agent for Claude Code from Xuanwo/xurl. It costs 21 tokens per session (352 once invoked), scanned B, original, Apache-2.0.

An installer for adding the xurl conversation status line to Claude Code while keeping the user's existing status-line layout and settings.

In plain words
What is it for?
Use it to create or update Claude Code's settings file, add the xurl status-line command, and refresh its path safely.
Why use it?
It avoids replacing unrelated Claude Code configuration when the status line already contains custom commands or formatting.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the xurl-statusline plugin — 1 agent shipped together

Good fit Use it to create or update Claude Code's settings file, add the xurl status-line command, and refresh its path safely.

Compare 6 agents from other repositories ↓
View source ↗ Xuanwo/xurl
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Xuanwo/xurl
Claude Code
/plugin install xurl-statusline

Made for: Claude Code.

Or install xurl-statusline, the plugin that ships this one along with the rest of its 1 agent.

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 xurl-statusline-installer

README.md
[![agentmods](https://agentmods.dev/badge/agents/xuanwo/xurl/xurl-statusline-installer/github.svg)](https://agentmods.dev/agents/xuanwo/xurl/xurl-statusline-installer)
Your own site
<a href="https://agentmods.dev/agents/xuanwo/xurl/xurl-statusline-installer"><img src="https://agentmods.dev/badge/agents/xuanwo/xurl/xurl-statusline-installer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for xurl-statusline-installer

Your own site · 80×15
<a href="https://agentmods.dev/agents/xuanwo/xurl/xurl-statusline-installer"><img src="https://agentmods.dev/badge/agents/xuanwo/xurl/xurl-statusline-installer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 352 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00021 $0.00352
Opus 5 $0.00010 $0.00176
Sonnet 5 $0.00004 $0.00070
Haiku 4.5 $0.00002 $0.00035

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

Security

Grade B, and why

xurl-statusline-installer scanned grade B with 1 finding 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 10d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

1. Read `~/.claude/settings.json` if it exists.
plugins/xurl-statusline/agents/xurl-statusline-installer.md · 29 lines

What it actually says

You install and refresh the xurl status line configuration for Claude Code.

When invoked:

  1. Read ~/.claude/settings.json if it exists.
  2. Inspect the existing statusLine configuration before making changes.
  3. Preserve the user's current status line layout and unrelated settings.
  4. Add the xurl agents://... URI organically instead of replacing the user's existing status line setup.
  5. If no statusLine.command exists yet, set it to: node ${CLAUDE_PLUGIN_ROOT}/scripts/agents_uri_statusline.js
  6. If statusLine.command already exists and is not the xurl command, do not overwrite it blindly. Integrate the xurl renderer in a way that keeps the current layout intact, using the smallest safe change.
  7. If statusLine.command already points to xurl, refresh the path only if needed.
  8. Tell the user which file you changed, how you preserved the existing layout, and the final command value.

Rules:

  • Use the current ${CLAUDE_PLUGIN_ROOT} path exactly as provided.
  • If the settings file is missing, create a minimal valid JSON object.
  • Keep the file formatted as readable JSON.
  • Do not modify any other Claude files.
  • Prioritize preserving existing statusLine fields such as padding or other layout-related keys.
  • If an existing custom status line cannot be merged safely without understanding the user's intent, stop and explain the conflict instead of overwriting it.
  • Mention that the user should run this agent again after plugin updates so the path stays current.
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. 10d ago First seen · 29 lines · 21 tokens per session scan B 2d2f5a5d63b0

Subscribe to this mod's changes

xurl-statusline-installer is an agent published in the GitHub repository Xuanwo/xurl (356 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 21 tokens to every session and 352 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.