dashboard

dashboard is a skill for Claude Code, Codex from openonion/connectonion. It costs 35 tokens per session (1,371 once invoked), scanned A, original, Apache-2.0.

A skill for updating an agent's Control Center, a visual home dashboard stored as an HTML file. It helps change the dashboard while preserving its existing structure and action-button rules.

In plain words
What is it for?
Use it to update dashboard data, add a visual section, or redesign the agent's home view when explicitly requested.
Why use it?
It keeps dashboard updates focused and avoids accidentally creating a second dashboard or replacing useful existing content. The result is meant to show current state and actions at a glance.

Skill for Claude CodeCodex

About the project

ConnectOnion is an open-source, template-first toolkit for building, debugging, deploying, and operating AI agents. Developers use its command-line tools and Python runtime to create agents, add tools, connect services, deploy them, and make them callable by other agents, while the catalogue entries are related agents, skills, and instructions.

openonion/connectonion · 1,481 stars · on GitHub

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.

agentmods
npx agentmods add skills/openonion/connectonion/dashboard
Any agent
npx skills add openonion/connectonion --skill dashboard
Clone the repo
git clone --depth 1 https://github.com/openonion/connectonion

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 dashboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/openonion/connectonion/dashboard.svg)](https://agentmods.dev/skills/openonion/connectonion/dashboard)
Your own site
<a href="https://agentmods.dev/skills/openonion/connectonion/dashboard"><img src="https://agentmods.dev/badge/skills/openonion/connectonion/dashboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,371 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00035 $0.01371
Opus 5 $0.00017 $0.00685
Sonnet 5 $0.00007 $0.00274
Haiku 4.5 $0.00003 $0.00137

Measured 5d ago against content hash bcd6ae0c5fd4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 5d 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.

connectonion/cli/co_ai/skills/builtin/dashboard/SKILL.md · 89 lines

How it starts

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

Control Center Skill

The agent's Control Center can be customized through the compatible single file .co/dashboard.html, beside .co/skills/. (Older agents keep theirs in the project root — if dashboard.html is there, that is the one being served: edit it where it is, don't create a second one.) OChat renders it in a sandboxed iframe beside the chat and re-reads it after every run. You edit it with your normal file tools (Read, Edit, Write, Bash) — there is no special API.

Instructions

  1. Read the file first.co/dashboard.html, or the root dashboard.html if that is where this agent's already is — so you preserve its structure and styles before changing anything.
  2. Make the smallest edit that satisfies the request — change the data or add a section; don't rewrite the whole file unless the user asks for a redesign.
  3. Keep it visual, not textual. Lead with state, big numbers, generous whitespace, and clear action buttons. A Control Center is glanceable, not a document.
  4. Write the file and stop. OChat picks up the change automatically after the run.

Action buttons — the one contract

A button that runs something MUST be a real, user-invocable skill, wired like this:

<button data-ochat-skill="daily-brief">Build today's brief</button>
  • The data-ochat-skill value is the exact skill name; OChat validates it and runs /daily-brief as a visible chat turn.
  • Optional arguments: data-ochat-skill="meeting-prep" data-ochat-args="2pm sync" → runs /meeting-prep 2pm sync.
  • Use an outcome-oriented label ("Prepare my next meeting"), not the raw skill name.
  • Only reference skills that actually exist. Never invent skill names, and don't add buttons for internal/bootstrap skills.
  • Only project skills work as buttons — the ones in .co/skills/ or .claude/skills/. Your personal skills (~/.co/skills/) and builtin skills aren't published to clients, so a button for one renders but silently refuses to run. Check the skill's location before wiring it up.

Read the full file on GitHub · 89 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. 5d ago First seen · 89 lines · 35 tokens per session scan A bcd6ae0c5fd4

Subscribe to this mod's changes

dashboard is a skill published in the GitHub repository openonion/connectonion (1,481 stars, last pushed today), licensed Apache-2.0. It adds 35 tokens to every session and 1,371 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-30.