bridge-dashboard

bridge-dashboard is a skill for Claude Code, Codex from bks-lab/open-bridge. It costs 105 tokens per session (960 once invoked), scanned A, original, MIT.

A Python tool that gathers Bridge system information and renders it as a single HTML dashboard. It shows infrastructure, work items, the next 24 hours of calendar entries, channels, Git activity, events, and optional service metrics.

In plain words
What is it for?
Checking connected machines and services, reviewing work-board and calendar status, seeing recent Git changes, and monitoring Bridge activity.
Why use it?
It brings operational information from separate files, repositories, and services into one browser view.

Skill for Claude CodeCodex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/bridge-dashboard.py.

Good fit Checking connected machines and services, reviewing work-board and calendar status, seeing recent Git changes, and monitoring Bridge activity.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/bks-lab/open-bridge
agentmods
npx agentmods add skills/bks-lab/open-bridge/bridge-dashboard

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/bks-lab/open-bridge/bridge-dashboard.svg)](https://agentmods.dev/skills/bks-lab/open-bridge/bridge-dashboard)
Your own site
<a href="https://agentmods.dev/skills/bks-lab/open-bridge/bridge-dashboard"><img src="https://agentmods.dev/badge/skills/bks-lab/open-bridge/bridge-dashboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 960 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 47
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00105 $0.00960
Opus 5 $0.00053 $0.00480
Sonnet 5 $0.00021 $0.00192
Haiku 4.5 $0.00011 $0.00096

Measured 7d ago against content hash 8386c23f10b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

bridge-dashboard 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 7d 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/bridge-dashboard/SKILL.md · 86 lines

How it starts

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

Bridge Dashboard

What it does

A Python generator — scripts/bridge-dashboard.py, a shared repo-root utility shipped with the Bridge repo itself (not inside this skill's own directory), stdlib + PyYAML only — aggregates the entire Bridge state in parallel and renders a self-contained HTML:

Tile Source Parallel probe
Fleet infra/remotes/*.yaml + ICMP ping (Tailscale > LAN) yes, 8 workers
Work Board work/board.md (doing/backlog/done) yes
Calendar 24h workflow/calendars/entries.yaml + RRULE expander yes
Channels infra/channels/*.yaml yes
Bridge-Deck (optional) HTTP http://homeserver:8791/metrics — tile shows "offline" when absent yes, 1.5s timeout
Git Activity all repos from ecosystem.yaml via git log --since=24h yes, 6 workers
Upstream HEAD..development yes
Events last 10 lines from work/log.md yes

Design: dark theme, cyan/amber, responsive 12-column grid. Sticky header with live counters. Auto-refresh every 30s via meta tag.

Usage

# Generate once → work/dashboard.html
python3 scripts/bridge-dashboard.py

# Generate and open in the browser
python3 scripts/bridge-dashboard.py --open

# Continuous mode: server on :8790, regenerate every 30s
python3 scripts/bridge-dashboard.py --serve

Serve mode is suited for launchd/cron on homeserver. A plist template lives in skills/bridge-dashboard/references/com.example.bridge-dashboard.plist.

Relationship to Bridge-Deck (optional — not yet public, coming soon)

Bridge-Deck :8791 Bridge Dashboard :8790
Purpose Ambient pixel-art office view Ops-grade situational awareness
Tech Node/React/Pixi + WS live Python → HTML, 30s refresh
Runs where homeserver (launchd, always on) on-demand or launchd (optional)
Scope Agents/Channels/Calendar Fleet + Board + integrations-ready + Git

Both read the Bridge's YAML data read-only. No duplicate source.

Read the full file on GitHub · 86 lines

Files

What ships with it

1 file 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.

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. 7d ago First seen · 86 lines · 105 tokens per session scan A 8386c23f10b2

Subscribe to this mod's changes

bridge-dashboard is a skill published in the GitHub repository bks-lab/open-bridge (8 stars, last pushed yesterday), licensed MIT. It adds 105 tokens to every session and 960 once invoked, about $0.0005 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.