discord-bridge

discord-bridge is a skill for Claude Code, Codex from cirwel/unitares. It costs 42 tokens per session (1,728 once invoked), scanned A, original, Apache-2.0.

A standalone bot that brings UNITARES governance events and agent presence into Discord, a chat platform. It can show activity, agent state, findings, operator alerts, and optional information from the Lumen and Anima systems.

In plain words
What is it for?
Use it to monitor agents, EISV state, findings, alerts, dialectic reviews, Lumen information, and proposed self-iteration work in Discord channels.
Why use it?
It gives operators a shared place to see governance signals and important events without checking separate systems manually. It also labels missing state as unavailable instead of filling it with made-up values.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to monitor agents, EISV state, findings, alerts, dialectic reviews, Lumen information, and proposed self-iteration work in Discord channels.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cirwel/unitares/discord-bridge
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.

Any agent
npx skills add cirwel/unitares --skill discord-bridge
Clone the repo
git clone --depth 1 https://github.com/cirwel/unitares

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 discord-bridge

README.md
[![agentmods](https://agentmods.dev/badge/skills/cirwel/unitares/discord-bridge/github.svg)](https://agentmods.dev/skills/cirwel/unitares/discord-bridge)
Your own site
<a href="https://agentmods.dev/skills/cirwel/unitares/discord-bridge"><img src="https://agentmods.dev/badge/skills/cirwel/unitares/discord-bridge/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for discord-bridge

Your own site · 80×15
<a href="https://agentmods.dev/skills/cirwel/unitares/discord-bridge"><img src="https://agentmods.dev/badge/skills/cirwel/unitares/discord-bridge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,728 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.1 $0.00042 $0.01728
Opus 5 $0.00021 $0.00864
Sonnet 5 $0.00008 $0.00346
Haiku 4.5 $0.00004 $0.00173

Measured 9d ago against content hash 3ca60ac744a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

discord-bridge 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 9d 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.

skills/discord-bridge/SKILL.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Discord Bridge

What It Does

The UNITARES Discord bridge is a standalone Python bot (in the unitares-discord-bridge repo) that combines governance REST/MCP polling with a typed governance WebSocket, and optionally polls Anima. It turns governance into visible operator surfaces: activity, EISV state, findings, dialectic facilitation, Lumen sensors/art, and bounded self-iteration attention.

Operating Layers

The bridge operates across several visible layers:

  1. Activity and signals: Routine lifecycle/knowledge events are separated from operator-attention events and critical alerts.
  2. HUD: A live fleet view with agent counts and measured EISV; missing state is rendered as no state, never as a seed vector.
  3. Resident findings: Sentinel and Doctor have dedicated channels by default; other residents fall back to #residents.
  4. Lumen: Optional physical state, drawings, sensor availability, and weekly Q&A digest from Anima.
  5. Self-iteration attention: Read-only, provenance-labeled proposals/reviews/canaries go to #lumen-iterations, with review-ready and recovery-critical mirrors to signals/alerts.
  6. Class routing / violations: Typed WebSocket events can be mirrored to class-specific channels when enabled.
  7. Phase-B lease transitions: An optional operator-managed channel receives lease-plane transition events.
  8. Acknowledgements: Configured reactions emit bridge.ack delivery receipts; acknowledgement is never an approval signature.

Operator Actions and Authority

The bridge is read-heavy. It does not auto-resume agents, auto-approve Lumen proposals, or treat a Discord reaction as governance authority.

  • /resume is an explicit human command guarded by Manage Server or the Governance Admin role and backed by the operator credential.
  • A dialectic that reports dialectic_facilitation_needed is critical enough to page #alerts; the bridge does not synthesize the missing human decision.
  • Self-iteration attention remains non-authoritative. Critical/recovery routing changes visibility only, not proposal state.

Read the full file on GitHub · 130 lines

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. 9d ago First seen · 130 lines · 42 tokens per session scan A 3ca60ac744a6

Subscribe to this mod's changes

discord-bridge is a skill published in the GitHub repository cirwel/unitares (4 stars, last pushed today), licensed Apache-2.0. It adds 42 tokens to every session and 1,728 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.

Related

Other skills, from other repositories

adk-agent-builder

Builds ADK (Agent Development Kit) Python agents: LLM agents with tools, graph workflows of function and agent nodes, conditional routing, fan-out and join, schema-validated delegation between agents, human-in-the-loop pauses, and pytest coverage for all of it. Use when asked to create an agent or a workflow, add a…

google/adk-python · 177 tokens

adk-style

Python style and codebase conventions for ADK (Agent Development Kit): private-by-default file visibility, imports, type hints, Pydantic v2 models, formatting, docstrings, logging, async I/O, file and test layout, and unit test structure. Use when writing or editing ADK source or tests, deciding whether a new file or…

google/adk-python · 187 tokens

adk-verify-snippets

Checks that every Python code block in a Markdown file actually compiles and runs, by extracting each block to a temporary file, executing it in an isolated subprocess, and writing a pass/fail report with per-snippet coverage. Use when the user asks to verify, test, or validate the code samples in a README, a guide…

google/adk-python · 149 tokens

adk-setup

Sets up a local ADK Python development environment in a git clone of the open-source adk-python repository: a uv virtual environment, all dependency extras, pre-commit hooks, and a first unit-test run. Runs only when explicitly requested, never on its own. Use when asked to set up, bootstrap, or repair a development…

google/adk-python · 146 tokens

python-best-practices

Provides Python patterns for type-first development with dataclasses, discriminated unions, NewType, and Protocol. Must use when reading or writing Python files.

NoesisVision/nasde-toolkit · 36 tokens

Python Data Analysis

Clean datasets and create reproducible Python transformations and charts.

Raidriar7170/hermes-skilleval · 15 tokens