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/weavatrix/weavatrix-online/skillnpx skills add Weavatrix/weavatrix-online --skill skillgit clone --depth 1 https://github.com/Weavatrix/weavatrix-onlineWrote 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/weavatrix/weavatrix-online/skill)<a href="https://agentmods.dev/skills/weavatrix/weavatrix-online/skill"><img src="https://agentmods.dev/badge/skills/weavatrix/weavatrix-online/skill.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.00058 | $0.00192 |
| Opus 5 | $0.00029 | $0.00096 |
| Sonnet 5 | $0.00012 | $0.00038 |
| Haiku 4.5 | $0.00006 | $0.00019 |
Grade A, and why
weavatrix-online 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 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.
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.
This is a copy
100% identical to weavatrix-online — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Weavatrix Online
This is the seven-method network extension. Core graph/search methods and Refactor write methods live in their separate plugins.
Read tool routing to choose one method, then load
only that method's card. Network methods require the user's requested online
workflow and a configured endpoint. preview_sync is local; call sync_graph
only after the exact preview is approved, using its still-valid token.
Treat NOT_CHECKED and PARTIAL as incomplete evidence. Malware findings are
review signals, not proof of execution, exposure, safety, or compromise.
What ships with it
8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/tool-routing.md 917 B
- references/tools/online_status.md 466 B
- references/tools/preview_sync.md 544 B
- references/tools/pull_architecture_contract.md 445 B
- references/tools/refresh_advisories.md 504 B
- references/tools/scan_dependency_malware.md 611 B
- references/tools/scan_dependency_vulnerabilities.md 465 B
- references/tools/sync_graph.md 592 B
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 · 18 lines · 58 tokens per session scan A 33fef64756b7
weavatrix-online is a skill published in the GitHub repository Weavatrix/weavatrix-online (1 stars, last pushed 11d ago), licensed MIT. It adds 58 tokens to every session and 192 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to weavatrix-online, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
weavatrix-js
Use the Weavatrix MCP as a reusable local repository-intelligence layer: understand unfamiliar applications with a bounded code graph, reduce repeated context, review Health, dead code, duplicates and history, trace endpoints and blast radius, enforce target architecture, and verify changes before a PR.
weavatrix-refactor
Use Weavatrix Refactor only when the user explicitly requests repository source changes that benefit from a proven refactor workflow: symbol rename, coordinated rename, signature change, symbol edit, selected replacement, import cleanup, file or symbol move planning, deletion readiness, exact plan application, or…
weavatrix-refactor-js
Apply hash-verified refactoring edit plans: a weavatrix-refactor-js plan producer computes and proves a plan against the read-only core, then applyeditplan previews it (issuing a confirm token), applies with automatic rollback, and verifiedchange proves it. The only Weavatrix component that writes code.
weavatrix-refactor
Use Weavatrix Refactor only when the user explicitly requests repository source changes that benefit from a proven refactor workflow: symbol rename, coordinated rename, signature change, symbol edit, selected replacement, import cleanup, file or symbol move planning, deletion readiness, exact plan application, or…
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…