weavatrix-online

weavatrix-online is a skill for Claude Code, Codex from Weavatrix/weavatrix-online. It costs 58 tokens per session (192 once invoked), scanned A, a copy of weavatrix-online, MIT.

A seven-method online extension for Weavatrix that checks configured services, dependency warnings, installed packages, architecture rules, and approved graph synchronization.

In plain words
What is it for?
Use it to check endpoint status, refresh dependency advisories, review installed packages for malware signals, manage architecture contracts, or synchronize a source-free graph after approval.
Why use it?
It separates online checks from ordinary local code analysis and treats incomplete results as incomplete evidence rather than confirmed findings.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/weavatrix/weavatrix-online/skill
Any agent
npx skills add Weavatrix/weavatrix-online --skill skill
Clone the repo
git clone --depth 1 https://github.com/Weavatrix/weavatrix-online

Made for: Claude Code, Codex.

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 weavatrix-online

README.md
[![agentmods](https://agentmods.dev/badge/skills/weavatrix/weavatrix-online/skill.svg)](https://agentmods.dev/skills/weavatrix/weavatrix-online/skill)
Your own site
<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>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 192 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.00058 $0.00192
Opus 5 $0.00029 $0.00096
Sonnet 5 $0.00012 $0.00038
Haiku 4.5 $0.00006 $0.00019

Measured 4d ago against content hash 33fef64756b7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

Origin

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.

skill/SKILL.md · 18 lines

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.

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. 4d ago First seen · 18 lines · 58 tokens per session scan A 33fef64756b7

Subscribe to this mod's changes

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.

Related

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/weavatrix-js · 60 tokens

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/weavatrix-refactor · 83 tokens

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/weavatrix-refactor-js · 70 tokens

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/weavatrix-refactor · 83 tokens

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

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…

microsoft/ai-agents-for-beginners · 200 tokens