ijfw-dashboard

ijfw-dashboard is a skill for Claude Code from FerroxLabs/ijfw. It costs 48 tokens per session (364 once invoked), scanned A, original, MIT.

A local web dashboard for viewing activity recorded by IJFW and several coding tools. It shows new observations in a browser while they arrive.

In plain words
What is it for?
Use it to start, stop, or check the status of the observation dashboard and review session activity from Claude Code, Codex, Gemini, Cursor, Windsurf, and Copilot.
Why use it?
It avoids checking separate tool sessions or log files to see what happened. The dashboard runs on your computer and is limited to local requests.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex.

Part of the ijfw plugin — 34 skills, 22 commands, 37 agents, 6 hooks shipped together

Good fit Use it to start, stop, or check the status of the observation dashboard and review session activity from Claude Code, Codex, Gemini, Cursor, Windsurf, and Copilot.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ferroxlabs/ijfw/ijfw-dashboard
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 FerroxLabs/ijfw --skill ijfw-dashboard
Clone the repo
git clone --depth 1 https://github.com/FerroxLabs/ijfw

Made for: Claude Code.

Or install ijfw, the plugin that ships this one along with the rest of its 34 skills, 22 commands, 37 agents, 6 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ferroxlabs/ijfw/ijfw-dashboard/github.svg)](https://agentmods.dev/skills/ferroxlabs/ijfw/ijfw-dashboard)
Your own site
<a href="https://agentmods.dev/skills/ferroxlabs/ijfw/ijfw-dashboard"><img src="https://agentmods.dev/badge/skills/ferroxlabs/ijfw/ijfw-dashboard/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 ijfw-dashboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/ferroxlabs/ijfw/ijfw-dashboard"><img src="https://agentmods.dev/badge/skills/ferroxlabs/ijfw/ijfw-dashboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 364 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 pass 7 Sept 2026
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.00048 $0.00364
Opus 5 $0.00024 $0.00182
Sonnet 5 $0.00010 $0.00073
Haiku 4.5 $0.00005 $0.00036

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

Security

Grade A, and why

ijfw-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 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.

claude/skills/ijfw-dashboard/SKILL.md · 40 lines

What it actually says

IJFW Dashboard

Local observability dashboard at http://localhost:37891. Shows observations from all platforms (Claude Code, Codex, Gemini) in real time via SSE.

Commands

ijfw dashboard start    # bind port 37891, open browser (unless $CI)
ijfw dashboard stop     # send shutdown, clean up PID + port files
ijfw dashboard status   # show port, uptime, observation count

How it works

  • Port 37891 by default; walks to 37900 if busy. Actual port written to .ijfw/dashboard.port.
  • Reads ~/.ijfw/observations.jsonl (shared ledger across all platforms).
  • SSE delivers new observations within 150ms of ledger append.
  • Single-file HTML viewer -- no React, no build step, no external network.
  • localhost-gated: external requests return 403.

Platform coverage

Platform Writes observations Reads dashboard
Claude Code yes yes
Codex yes yes
Gemini yes yes
Cursor view-only yes
Windsurf view-only yes
Copilot view-only yes

Session start

Dashboard observations render at session start via session-start-dashboard.sh. Run ijfw dashboard start to also open the browser view.

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 · 40 lines · 48 tokens per session scan A 7a82b2bc25cb

Subscribe to this mod's changes

ijfw-dashboard is a skill published in the GitHub repository FerroxLabs/ijfw (210 stars, last pushed 2d ago), licensed MIT. It adds 48 tokens to every session and 364 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-09-05.