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.
/plugin marketplace add wookiya1364/scv-claude-code/plugin install scvWrote 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.
[](https://agentmods.dev/commands/wookiya1364/scv-claude-code/install-deps)<a href="https://agentmods.dev/commands/wookiya1364/scv-claude-code/install-deps"><img src="https://agentmods.dev/badge/commands/wookiya1364/scv-claude-code/install-deps.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00085 | $0.01491 |
| Opus 5 | $0.00043 | $0.00745 |
| Sonnet 5 | $0.00017 | $0.00298 |
| Haiku 4.5 | $0.00009 | $0.00149 |
Grade B, and why
install-deps scanned grade B with 2 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 yesterday.
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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Linux / macOS: sudo password may be prompted for apt / dnf / pacman. Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
description: "Detect missing SCV system dependencies (git, gh, glab, curl, jq, ffmpeg, python3) and either show OS-specific install commands or run them. graphify (Claude Code skill) is detected separately and links to i How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/scv:install-deps
Detect SCV's external CLI dependencies on the current machine and help the user install whatever is missing.
Language preference
Resolve the user's preferred language with this priority, then use it for ALL user-facing output (question text, summaries):
scv/scv_settings.json—SCV_LANG(set by/scv:help's first-time setup).- Auto-detect from the user's most recent message language.
- Default to English.
Technical identifiers (tool names like gh, glab, ffmpeg, command names, file paths, env var names) stay as-is. If scv/scv_settings.json SCV_LANG is unset, suggest /scv:help once to lock the preference (don't block — fall back to auto-detect / English for now).
Plain language first
Skip this section only when scv/scv_settings.json sets SCV_PLAIN_LANGUAGE=off
(absent or any other value = on).
Answer shape — every time you explain something to the user:
- First, 1–2 sentences. Lead with what the user gets.
The cap is 2 unless
scv/scv_settings.jsonsetsSCV_PLAIN_MAX_SENTENCES=<n>(a positive integer) — then up to n. - Then one example — from the user's situation, or an everyday comparison.
- No code values before the user asks: file paths, variable names, version numbers, setting values. Use the plain name instead ("the settings file", "last week's plan").
- Detail comes after, and only when wanted. Offer it in one line.
Identifiers the user needs to act on — the next command to run, a file that was created — stay exact, after the plain summary.
Bad: "The block landed in scv_settings.example.json:154-161 and the stamp advanced
2.1.0 → 2.2.0."
Good: "Your settings example file is up to date. For example, the new 'effort'
setting now shows there. Want the exact lines?"
This governs everything the user reads: answers, questions, plans, progress reports, summaries, and explanations of what went wrong.
Step 0 — Run --check
bash "${CLAUDE_PLUGIN_ROOT}/scripts/install-deps.sh" --check
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.
- yesterday Changed · -1 lines 2e1bb54aaa8b
- 5d ago First seen · 125 lines · 85 tokens per session scan B 2eac6bfb52f2
install-deps is a command published in the GitHub repository wookiya1364/scv-claude-code (7 stars, last pushed yesterday), licensed MIT. It adds 85 tokens to every session and 1,491 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
caspian-email
Send or reply via Caspian email (ask thread vs new).
caspian-connect-email
Connect Caspian email (sandbox key or dashboard paste) and enable email in caspian.json.
caspian-connect-telegram
Connect Caspian Telegram and enable telegram in caspian.json.
caspian-connect-discord
Connect Caspian Discord and enable discord in caspian.json.
caspian-discord
Post a Discord message via Caspian (channel snowflake id).
caspian-inbox
List Caspian inbox messages (email + configured channels).