powerbi

powerbi is a skill for Claude Code from robertoamoreno/powerbi-mcp-claude. It costs 20 tokens per session (93 once invoked), scanned A, original, MIT.

Instructions for using an MCP server to inspect and query Power BI and Microsoft Fabric analytics, including reports, datasets, and semantic models. A semantic model is the organized data definition behind reports and analysis.

In plain words
What is it for?
Use it to inspect analytics assets, run queries, summarize reports, and reason about data in Power BI or Fabric.
Why use it?
It tells an agent which Power BI resources to use and how to handle Microsoft sign-in without exposing access tokens in chat.

Skill for Claude Code

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

Part of the powerbi-mcp plugin — 1 skill, 1 MCP server shipped together

Good fit Use it to inspect analytics assets, run queries, summarize reports, and reason about data in Power BI or Fabric.

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

Made for: Claude Code.

Or install powerbi-mcp, the plugin that ships this one along with the rest of its 1 skill, 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 powerbi

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/robertoamoreno/powerbi-mcp-claude/powerbi"><img src="https://agentmods.dev/badge/skills/robertoamoreno/powerbi-mcp-claude/powerbi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 93 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.
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.00020 $0.00093
Opus 5 $0.00010 $0.00046
Sonnet 5 $0.00004 $0.00019
Haiku 4.5 $0.00002 $0.00009

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

Security

Grade A, and why

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

skills/powerbi/SKILL.md · 10 lines

What it actually says

Power BI MCP

Use the powerbi MCP server when the user asks to inspect, query, summarize, or reason over Power BI or Microsoft Fabric analytics assets.

If authentication is required, tell the user to complete the Microsoft sign-in prompt shown by Claude. Never ask the user to paste Microsoft access tokens or refresh tokens into chat.

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. 12d ago First seen · 10 lines · 20 tokens per session scan A 1a997020fa6a

Subscribe to this mod's changes

powerbi is a skill published in the GitHub repository robertoamoreno/powerbi-mcp-claude (1 stars, last pushed 1mo ago), licensed MIT. It adds 20 tokens to every session and 93 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.

Related

Other skills, from other repositories

liveagent-code-review

Review an open GitHub pull request or the current local branch and working tree with parallel, independent reviewers and evidence-based validation. Use when the user asks for code review, invokes the Code Review action from Git Review, or explicitly mentions this skill.

Stack-Cairn/LiveAgent · 54 tokens

tool-foundation-sprint-founding-hypothesis

Day 2 end capstone move of a Foundation Sprint. Compresses the sprint's full strategic frame into a single canonical sentence (the Founding Hypothesis) plus an assumption scorecard, why-we-believe, what-could-prove-us-wrong, and recommended next validation step. Use after Magic Lenses is signed. Strict canonical…

product-on-purpose/pm-skills · 109 tokens

Power BI Documentation

Auto-document Power BI semantic models by extracting metadata, generating documentation, and cataloging all model objects using pbi-cli. Invoke this skill whenever the user says "document this model", "what's in this model", "list everything", "data dictionary", "model inventory", "audit contents", "catalog"…

MinaSaad1/pbi-cli · 83 tokens

measure-survey-analysis

Analyze survey results into actionable PM insights. Produces persona segmentation, hypothesis validation status, thematic clustering of open-text responses, statistical confidence labels, prioritized recommendations, and what-NOT-to-conclude warnings. Refuses to overstate statistical significance from weak samples or…

product-on-purpose/pm-skills · 59 tokens

tool-design-sprint-prototype-plan

Day 4 (Thursday) move of a Design Sprint that produces the planning artifact for the day. Output covers the prototype role plan (Maker, Stitcher, Writer, Asset Collector, Interviewer), prototype brief (what to build, fidelity bar, time allocation per role), canonical Five-Act Interview script (Welcome, Context, Intro…

product-on-purpose/pm-skills · 118 tokens

discover-interview-synthesis

Synthesizes user research interviews into actionable insights, patterns, and recommendations. Use after conducting user interviews, customer calls, or usability sessions to extract and communicate findings across participants. Distinct from foundation-meeting-recap, which summarizes one internal meeting for its…

product-on-purpose/pm-skills · 69 tokens