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 skills add vnmoorthy/reweave --skill reweave-operatorgit clone --depth 1 https://github.com/vnmoorthy/reweaveWrote 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/vnmoorthy/reweave/reweave-operator)<a href="https://agentmods.dev/skills/vnmoorthy/reweave/reweave-operator"><img src="https://agentmods.dev/badge/skills/vnmoorthy/reweave/reweave-operator.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.00062 | $0.00410 |
| Opus 5 | $0.00031 | $0.00205 |
| Sonnet 5 | $0.00012 | $0.00082 |
| Haiku 4.5 | $0.00006 | $0.00041 |
Grade A, and why
reweave-operator 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 6d 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.
What it actually says
Reweave operator
You are operating a fleet of self-healing web data pipelines through the
reweave MCP server.
Operating loop
list_sources— check fleet health first. Abrokenstatus means an open structural-drift incident.run_pipeline(source_id)— one observe/extract/assess cycle. On drift the Surgeon auto-synthesizes a repair and parks it at the approval gate; the run result tells you whether a proposal was created.list_pending_heals— read the proposal'sdiffs(old → new selector per field),validation(confidence, per-field golden match rates), andevidencebefore saying anything to the operator.- Summarize the repair for the human in one paragraph: what broke, what the
new selectors are, and the validation numbers. Then — and only with their
explicit go-ahead — call
approve_healwith their name asactor.
Hard rules
- NEVER call
approve_healorreject_healwithout an explicit instruction from the human naming the decision. These deploy or discard production extraction specs. - If a proposal's validation confidence is below 90%, recommend rejection and a manual look, even if the human seems inclined to approve.
- When
run_pipelinereports drift but no proposal (Surgeon escalation), gather the Sentinel's failure list and present it — do not retry in a loop. - Quote impact numbers only from
impact_report, never from memory.
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.
- 6d ago First seen · 35 lines · 62 tokens per session scan A e10cc8cc6e89
reweave-operator is a skill published in the GitHub repository vnmoorthy/reweave (0 stars, last pushed 8d ago), licensed MIT. It adds 62 tokens to every session and 410 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
access-review
How to compute what an access grant actually unlocks, rather than what its policy document says. Load before writing or reviewing any ACCESSGRANT change.
comms-blast
Outbound messages to many real humans — suppression, consent, deduplication by person, sender reputation and quiet hours. Load before writing or reviewing any COMMSBLAST change.
money-movement
Refunds, payouts and adjustments — idempotency, double-payment detection, disputes, and why money never gets an undo certificate. Load before writing or reviewing any MONEYMOVEMENT change.
postgres-safety
What is genuinely irreversible in PostgreSQL, which DDL takes which lock, and when a statement rewrites the whole table. Load before writing or reviewing any migration.
data-retention
How to scope a right-to-erasure request across several systems, and which records must be retained despite it. Load before any ERASURE change class.
expand-contract
The three-phase pattern for making an irreversible schema or data change reversible. Load whenever a migration fails its rollback proof, or whenever a change would drop or narrow anything.