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.
npx skills add calvinchengx/data-agent-service --skill dashboard-authoringgit clone --depth 1 https://github.com/calvinchengx/data-agent-serviceWrote 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.
[](https://agentmods.dev/skills/calvinchengx/data-agent-service/dashboard-authoring)<a href="https://agentmods.dev/skills/calvinchengx/data-agent-service/dashboard-authoring"><img src="https://agentmods.dev/badge/skills/calvinchengx/data-agent-service/dashboard-authoring/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.
<a href="https://agentmods.dev/skills/calvinchengx/data-agent-service/dashboard-authoring"><img src="https://agentmods.dev/badge/skills/calvinchengx/data-agent-service/dashboard-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.00445 |
| Opus 5 | $0.00010 | $0.00222 |
| Sonnet 5 | $0.00004 | $0.00089 |
| Haiku 4.5 | $0.00002 | $0.00044 |
Grade A, and why
dashboard-authoring 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.
What it actually says
Loaded when a dashboard is being proposed or published. The input is a SQL template (literals stripped to typed slots) and its catalog grounding; the output is a definition the publisher renders. No figure from any person's run enters the definition.
1. Classify the template's columns
- dimensions: every column in
GROUP BY(and any non-aggregated select column); - measures: every aggregated select expression;
- slots: every literal placeholder — the column it filters, its type, and its cardinality bucket.
2. Name everything from the catalog
- a measure's name is the glossary term or metric it was grounded in; a dimension's name is the column's
displayName(fall back to the column name); - the title is
"<Measure>[ and <Measure>] by <Dimension>[, <Dimension>]", plus", filtered by <Column>"per slot; - if any measure or dimension has no term and no display name, keep the raw name and mark the definition
title-quality: degraded, naming the column. That mark is a catalog finding and must survive into the published item's description.
3. Translate the measure
Each aggregated SQL expression becomes one DAX measure over the same columns, preserving the filter in the SQL WHERE as a CALCULATE(..., FILTER) when the filter is part of the definition (it came from a metric expression) and as a slicer when it is a slot. A slot never gets a default value.
4. Keep it verifiable
Emit, next to the definition, the SQL that the publisher will run to check the measure: the original template with slots bound to the dashboard's slicer defaults (none → no filter). The publisher fails the publish when DAX and SQL disagree.
5. Lineage
Record the source tables by their catalog FQNs so the publisher can attach the dashboard to them in OpenMetadata.
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.
- 9d ago First seen · 32 lines · 19 tokens per session scan A df3d97f73310
dashboard-authoring is a skill published in the GitHub repository calvinchengx/data-agent-service (0 stars, last pushed 3d ago), licensed Apache-2.0. It adds 19 tokens to every session and 445 once invoked, about $0.0001 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.
Other skills, from other repositories
azure-ad-illicit-consent-grant
Exploit Illicit Consent Grants in Azure Active Directory (Entra ID). This skill covers crafting a malicious OAuth application to trick victims into granting broad permissions (like reading emails, modifying files) without requiring their password or MFA.
oh-my-posh
Install, configure, or troubleshoot Oh My Posh/ohmyposh: shell init, themes, segments, Nerd Font icons, and prompt setup on PowerShell, zsh, bash, or fish.
code-changes
Orchestration workflow for any task that ends in code changes: issue analysis, pull request review, feature implementation, bug fixes, refactors, or fleshing out an idea. MUST be invoked at the start of such a task, before reading or writing any code. Defines how to analyze first, gate on user approval, plan, pick the…
azure-ai-voicelive-ts
Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots in Node.js or browser environments. Triggers: "voice live", "real-time voice"…
azure-ai-document-intelligence-dotnet
Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer"…
azure-ai-openai-dotnet
Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants. Triggers: "Azure OpenAI", "AzureOpenAIClient", "ChatClient", "chat completions .NET", "GPT-4", "embeddings", "DALL-E", "Whisper", "OpenAI .NET".