corezoid-dashboard-manager

corezoid-dashboard-manager is a skill for Claude Code from corezoid/corezoid-ai-plugin. It costs 115 tokens per session (2,095 once invoked), scanned A, original, MIT.

A dashboard tool for Corezoid, a platform for running automated business processes. It creates charts that show task counts from process steps and can link related dashboards for drill-down.

In plain words
What is it for?
Use it to create Corezoid dashboards, add column, pie, funnel, or table charts, connect charts to process metrics, enable live updates, and link dashboards for closer inspection.
Why use it?
It removes the need to assemble separate reports to see how tasks move through Corezoid processes. Data appears only when the processes are deployed and handling tasks.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the corezoid plugin — 26 skills, 1 MCP server shipped together

Good fit Use it to create Corezoid dashboards, add column, pie, funnel, or table charts, connect charts to process metrics, enable live updates, and link dashboards for closer inspection.

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

Made for: Claude Code.

Or install corezoid, the plugin that ships this one along with the rest of its 26 skills, 1 MCP server.

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 corezoid-dashboard-manager

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/corezoid/corezoid-ai-plugin/corezoid-dashboard-manager"><img src="https://agentmods.dev/badge/skills/corezoid/corezoid-ai-plugin/corezoid-dashboard-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,095 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.00115 $0.02095
Opus 5 $0.00057 $0.01047
Sonnet 5 $0.00023 $0.00419
Haiku 4.5 $0.00012 $0.00210

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

Security

Grade A, and why

corezoid-dashboard-manager 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.

plugins/corezoid/skills/corezoid-dashboard-manager/SKILL.md · 211 lines

How it starts

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

Corezoid Dashboard Manager

What dashboards are

A Corezoid dashboard visualizes task counters in process nodes — it shows how many tasks are accumulated in (or have passed through) specific nodes. The data comes directly from running processes, not from external databases.

Key implication: processes must be deployed and have tasks flowing through them for data to appear.


MCP Tools Reference

Tool Purpose
create-dashboard Create a new dashboard, returns obj_id (= dashboard_id)
get-dashboard Get dashboard details including all charts and series
add-chart Add a chart to a dashboard, returns obj_id (hex chart ID)
get-chart Get a single chart with its series
modify-chart Modify an existing chart — always provide full series array
set-dashboard-layout Save chart positions on the grid — required to make charts visible
pull-process Pull process JSON to find node IDs for series

Workflow: Create a dashboard with charts

Step 1 — Identify the process (MANDATORY FIRST STEP)

Before doing anything else, resolve the target process:

  1. Check whether the user already provided a process identifier — a file path, process name, or process ID — in the current message or conversation history.

  2. If no identifier is provided, ask:

    "Which process(es) do you want to monitor? You can provide a file path (e.g. 123_payment.conv.json), a process name, or a process ID."

    Do not call any MCP tools until the user provides an identifier.

  3. If the user gave a name or ID (not a file path), search the local working directory for the matching .conv.json file using the find or grep Bash tools (the project is already pulled locally).

  4. Once the file path is known and the file exists locally, open and read it to find node IDs in scheme.nodes[].id — note the IDs of nodes you want to measure. End nodes are best as primary metric sources.

    If the process is not available locally, fall back to:

    pull-process(process_id=<PROC_ID>)
    

Read the full file on GitHub · 211 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 · 211 lines · 115 tokens per session scan A 0602c499740c

Subscribe to this mod's changes

corezoid-dashboard-manager is a skill published in the GitHub repository corezoid/corezoid-ai-plugin (73 stars, last pushed 5d ago), licensed MIT. It adds 115 tokens to every session and 2,095 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

stop-that-shit

Keep coding agents focused on requested and necessary work. Use when a request sets a read-only, answer-only, file, action, or stopping boundary; when evidence shows scope creep, speculative hardening, unnecessary hashing or dependencies, repeated audit loops, or valueless delegation; or when the user invokes Stop…

lennney/stop-that-shit · 86 tokens

stss

Reduce defensive disclaimers, stacked hedging, and self-protective narration in proposals and decision-facing writing. Use when the user asks to rewrite or audit a proposal, plan, research contribution, executive summary, or similar text for directness. Do not use for ordinary code work or unrelated prose.

lennney/stop-that-shit · 63 tokens

superloopy-clone

Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect…

beefiker/superloopy · 113 tokens

superloopy-loop

Use Superloopy's lightweight strict-evidence loop for Codex tasks that need durable progress, criteria, and artifact-backed completion.

beefiker/superloopy · 31 tokens

superloopy-doctor

Use when diagnosing Superloopy doctor, install, wrapper, plugin cache, hook bootstrap, bundled agents, marketplace, Codex, Claude Code, stale-version, evidence-floor, or host-wiring health problems.

beefiker/superloopy · 48 tokens

inspect-codex-trajectory

Inspect or show a local Codex task trajectory, including turns, approximate model steps, assistant messages, reasoning summaries, tool calls, failures, compaction, token usage, and timing. Use when the user asks for a trajectory, execution trace, task timeline, slow-tool analysis, visual event ledger, or live…

icesixgod/codex-trajectory · 78 tokens