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 HorizunGroup/horizun-pbi-mcp --skill powerbi-project-workflowsgit clone --depth 1 https://github.com/HorizunGroup/horizun-pbi-mcpWrote 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/horizungroup/horizun-pbi-mcp/powerbi-project-workflows)<a href="https://agentmods.dev/skills/horizungroup/horizun-pbi-mcp/powerbi-project-workflows"><img src="https://agentmods.dev/badge/skills/horizungroup/horizun-pbi-mcp/powerbi-project-workflows/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/horizungroup/horizun-pbi-mcp/powerbi-project-workflows"><img src="https://agentmods.dev/badge/skills/horizungroup/horizun-pbi-mcp/powerbi-project-workflows.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.00080 | $0.00873 |
| Opus 5 | $0.00040 | $0.00436 |
| Sonnet 5 | $0.00016 | $0.00175 |
| Haiku 4.5 | $0.00008 | $0.00087 |
Grade A, and why
powerbi-project-workflows 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Power BI project workflows
Turn a plain-language Power BI request into a verified result with the
pbi_* tools. Prefer the high-level workflow tool that matches the requested
outcome; use lower-level tools only when the workflow needs diagnosis or a
precise edit.
Establish the target
- If readiness or the active target is unclear, call
pbi_health_checkandpbi_capabilitiesbefore doing work. - For an open Desktop model, use
pbi_list_desktop_models, thenpbi_select_model. Never guess which model the user means when several are open. - For a file or folder, use
pbi_prepare_projectwith the exact path. It resolves.pbip, converts a.pbixwhen requested, and rejects ambiguous folders instead of choosing a project silently. - Keep the live semantic-model layer separate from the PBIP file layer. Desktop exposes DAX/TOM data and model operations; pages and visuals are authored in PBIR files while the project is safe to write.
Route by outcome
- Audit or explain: start with
pbi_model_summaryandpbi_audit_projectusingcompact=true. Usepbi_audit_model,pbi_audit_report_only, orpbi_diagnose_dataonly when the user needs that narrower evidence. Data diagnosis requires a live, loaded Desktop model. - Diagnose DAX: inspect the measure and its dependencies, reproduce the
symptom with read-only
pbi_run_dax, and usepbi_validate_measuresbefore creating or updating a measure. Do not treat a syntactically valid measure as semantically correct without a representative query. - Build a page or dashboard: prefer
pbi_build_dashboard,pbi_build_executive_page, orpbi_generate_report_page. Run the preview ordry_run=truepath first, verify referenced measures and fields, then apply only when the user's request authorizes the write. - Repair quality findings: audit first, select concrete rules, call
pbi_plan_audit_fixes, show the proposed actions, and pass only those actions topbi_apply_audit_fixes. Never invent an "apply everything" operation. - Prepare delivery: call
pbi_prepare_deliveryin dry-run mode, resolve blockers, validate the project, and generate the requested documentation or exports. Usepbi_finalize_deliveryonly when the user asked for the final deliverable and the target path and overwrite behavior are unambiguous.
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.
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.
- 12d ago First seen · 70 lines · 80 tokens per session scan A 2032c855f554
powerbi-project-workflows is a skill published in the GitHub repository HorizunGroup/horizun-pbi-mcp (13 stars, last pushed 7d ago), licensed Apache-2.0. It adds 80 tokens to every session and 873 once invoked, about $0.0004 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.
Other skills, from other repositories
insights-dashboard
Use this skill whenever the user wants to create, build, set up, or fix a dashboard in Frappe Insights (also called "Insights", "Frappe Insights v3", or the analytics module). Trigger on phrases like: "create an Insights dashboard", "build a dashboard in Insights", "add a chart to a workbook", "create a workbook"…
reusable-visualization
Build ONE reusable chart visualization component that receives its data and its settings from the host application instead of fetching them, and declares the fields and config options the host exposes to viewers. Use this whenever a single chart component is reused across many different queries rather than built for…
lightdash-agent-slack-messaging
Use this skill when writing, designing, or generating Slack messages for Lightdash's in-app analytics agent. Triggers when someone asks to create agent update messages, Slack digests, agent notifications, weekly summaries, daily summaries, or any Slack copy for the Lightdash project agent. Also use when asked to vary…
upgrade-preflight
Checks whether a self-hosted Lightdash upgrade is safe to run, and reads the tooling's answer without over-reading it. Use when upgrading a self-hosted instance, planning a maintenance window, answering "is this upgrade safe", or recovering a failed, hung, parked or lock-stuck migration — covers lightdash…
developing-in-lightdash
Use when reading, creating, and editing Lightdash dashboards and charts as JSON, including dashboard layout and chart-type-specific configuration.
developing-data-apps-locally
Use when editing a locally created or downloaded Lightdash data app — how local editing, building, and uploading work, and what is read-only.