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/tyox-all/weave_protocol/witannpx skills add Tyox-all/Weave_Protocol --skill witangit clone --depth 1 https://github.com/Tyox-all/Weave_ProtocolWrote 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/tyox-all/weave_protocol/witan)<a href="https://agentmods.dev/skills/tyox-all/weave_protocol/witan"><img src="https://agentmods.dev/badge/skills/tyox-all/weave_protocol/witan.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.00040 | $0.00932 |
| Opus 5 | $0.00020 | $0.00466 |
| Sonnet 5 | $0.00008 | $0.00186 |
| Haiku 4.5 | $0.00004 | $0.00093 |
Grade A, and why
consensus-governance 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.
How it starts
The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Consensus & Governance with Witan
Overview
Witan provides multi-agent consensus, policy enforcement, and governance. Use for decisions requiring collective agreement or human escalation.
MCP Tools
| Tool | Purpose |
|---|---|
witan_propose |
Submit action for consensus |
witan_vote |
Cast vote on proposal |
witan_check_status |
Check proposal status |
witan_enforce_policy |
Check if action is allowed |
witan_create_policy |
Create governance policy |
witan_broadcast |
Message all agents |
witan_escalate |
Escalate to human review |
Quick Examples
Propose action for consensus
witan_propose({
action: "deploy_to_production",
required_approvals: ["security-agent", "qa-agent"],
protocol: "unanimous"
})
→ { proposal_id: "prop_abc123", status: "pending" }
Vote on proposal
witan_vote({
proposal_id: "prop_abc123",
agent_id: "security-agent",
vote: "approve"
})
→ { vote_recorded: true, current_status: "pending" }
Enforce policy
witan_enforce_policy({
action: "access_financial_data",
actor: "junior-agent"
})
→ { allowed: false, reason: "Requires senior approval" }
Escalate to human
witan_escalate({
action: "delete_customer_data",
reason: "Requires human approval",
escalate_to: "human-supervisor"
})
→ { escalation_id: "esc_def456", status: "pending_human_review" }
Consensus Protocols
| Protocol | Use Case |
|---|---|
unanimous |
Critical decisions (deployments, deletions) |
majority |
Standard decisions (>50%) |
weighted_majority |
Expert-weighted voting |
quorum |
Minimum participation required |
When to Use
- High-risk operations requiring multi-agent approval
- Irreversible actions (deletions, deployments)
- Actions outside normal agent permissions
- Human-in-the-loop decisions
Links
💰 Skill: spending-caps
You have access to @weave_protocol/witan/spending — autonomous spending caps for AI agents. Per-window budgets on LLM cost, token count, tool calls, and per-tool spend limits.
What ships with it
19 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.
- Dockerfile 219 B
- package-lock.json 42 KB
- package.json 1.1 KB
- README.md 18 KB
- src/bus.ts 20 KB runs code
- src/consensus.ts 17 KB runs code
- src/index.ts 18 KB runs code
- src/policy.ts 21 KB runs code
- src/recovery.ts 22 KB runs code
- src/spending/approval.ts 2.6 KB runs code
- src/spending/cli.ts 8.0 KB runs code
- src/spending/index.ts 1.3 KB runs code
- src/spending/pricing.ts 5.3 KB runs code
- src/spending/store.ts 2.0 KB runs code
- src/spending/tracker.ts 13 KB runs code
- src/spending/types.ts 4.7 KB runs code
- src/spending/ward-integration.ts 6.4 KB runs code
- src/spending/windows.ts 1.8 KB runs code
- tsconfig.json 381 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 · 129 lines · 40 tokens per session scan A 864f7d6260d2
consensus-governance is a skill published in the GitHub repository Tyox-all/Weave_Protocol (0 stars, last pushed 11d ago), licensed Apache-2.0. It adds 40 tokens to every session and 932 once invoked, about $0.0002 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
rtc-balance
Check RustChain wallet balance, epoch info, and network status via the public RPC.
panguard
AI agent security platform — audit skills, scan for threats, and run 24/7 protection with 9,700+ detection rules.
blockchain-solana
Use this skill when asked about Solana blockchain, Solana architecture, Proof of History, Solana programming, Anchor framework, Solana runtime, Solana CLI tools, Solana DeFi, Jupiter, Raydium, Metaplex, SPL tokens, and the Solana ecosystem. Covers Solana protocol architecture (PoH, Tower BFT, Turbine, Gulf Stream…
lictor-security-check
Pre-release security audit for ANY project — AI-built or hand-written, web or mobile. Scans the codebase for the full range of real-world risks that get apps breached: leaked API & AI-provider keys, exposed configs/secrets, broken auth & access control (IDOR), injection (SQL/XSS/command), SSRF, open databases & cloud…
lictor-rotate
Walks the user through rotating a leaked API key — step by step, provider-specific. Knows the exact URL to visit, the exact button to click, and how to verify the rotation worked. Supports Stripe, OpenAI, Anthropic, Google Cloud / AI Studio, GitHub, AWS, Slack, Supabase, Firebase, Postmark, and generic OAuth providers.
alchemy-agentic-gateway
Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…