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.
npx agentmods add skills/e1024kb/wise-claude/wise-initnpx skills add e1024kb/wise-claude --skill wise-initgit clone --depth 1 https://github.com/e1024kb/wise-claudeWrote 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/skills/e1024kb/wise-claude/wise-init)<a href="https://agentmods.dev/skills/e1024kb/wise-claude/wise-init"><img src="https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-init.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 | $0.00135 | $0.04245 |
| Opus 5 | $0.00068 | $0.02122 |
| Sonnet 5 | $0.00027 | $0.00849 |
| Haiku 4.5 | $0.00014 | $0.00424 |
Grade B, and why
wise-init 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 4d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
it's a user-space install with no sudo and no system packages. How it starts
The opening of the file, as written. The whole thing — 396 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/wise-init — first-time setup wizard
Why this skill exists
Before 0.41.0, every workflow-adjacent wise skill ran
scripts/bootstrap-deps.sh as its first step — probing Python,
Node, and the gh CLI on every invocation. That was correct but
slow on the hot path and clumsy for fresh installs: the user got
piecemeal "install X, now install Y, now gh auth login" across
successive skill invocations instead of one guided walkthrough.
/wise-init is that walkthrough. It probes each dep in turn, shows
installer options with exact commands to paste when something's
missing, pauses for the user to run them, re-probes, and finally
writes a registry file the workflow engine consumes as a
fast-path on every subsequent run. Re-runs are cheap — the wizard
skips deps that are already present.
The registry lives at ${CLAUDE_PLUGIN_ROOT}/.wise-init-registry.yaml.
That's inside the plugin install dir on purpose — it gets wiped on
every /plugin install wise@…, which is exactly the invalidation
signal we want: "the plugin updated, something new might be
required, user should re-init".
Arguments
This skill takes no arguments. Ignore anything the user types beyond the skill name.
Procedure
1. Preamble
Print one short paragraph to the user introducing the flow. Keep it under 4 lines:
First-time setup. I'll walk you through the system deps wise needs —
Python 3, Node ≥22, the gh CLI (with auth), and markitdown (file →
markdown text extraction). Re-runs are safe: I skip what's already
installed. After this I cache the probe results so future workflow
runs skip the live check.
2. Python (and its pip modules)
2a. Probe.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/init.sh" probe-python
The probe emits bare KEY=VALUE lines — STATUS, BINARY,
VERSION, MODULE_YAML, MODULE_ULID, MODULE_TYPING_EXTENSIONS
(all three probes reuse the same bare key names by design; see
init.sh). Read them into per-dep Claude-side variables — referred
to below as PY_STATUS, PY_BINARY, PY_VERSION, PY_MODULE_*.
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.
- 4d ago First seen · 396 lines · 135 tokens per session scan B 26c5f0d93d00
wise-init is a skill published in the GitHub repository e1024kb/wise-claude (4 stars, last pushed 8d ago), licensed MIT. It adds 135 tokens to every session and 4,245 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
google-ads-audit
Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…
review
5-pass structured code review — correctness, security, performance, readability, consistency.
alive:system-upgrade
Upgrade ALIVE to the current version. Handles v1/v2/v3.x source states, multi-surface aware (alive-mcp / Hermes / Codex), retroactive version detection, partial-failure resume, dry-run previews, and rollback inspection.
codex-test-gen
Generate unit tests for specified functions using Codex MCP.
brand-docx
Brand-aware Word engine. Use to (1) EXTRACT a company's brand from a Word template into a reusable "Brand Profile", (2) COMPREHEND the template with the model (optional), (3) VERIFY it, (4) GENERATE new on-brand .docx documents FROM a saved profile. Trigger on "extract our brand", "learn/match this template", "use our…
extract-resume
Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.