Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 13, 2026·2 min de lectura

pbi-cli — Power BI Skills for Claude Code

pbi-cli is a Python CLI that installs Claude Code skills for Power BI models and PBIR reports. Get started with pipx + `skills install`.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone el comando CLI, metadata JSON, plan de instalación y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Destino
Claude Code
Tipo
Cli
Instalación
Pipx
Confianza
Confianza: Established
Entrada
pip install pbi-cli-tool
Comando CLI de instalación
npx tokrepo install 13f2565a-22aa-5ce0-b842-c3fab1330fbd --target codex
Introducción

pbi-cli is a Python CLI that installs Claude Code skills for Power BI models and PBIR reports. Get started with pipx + skills install.

Best for: Power BI users who want Claude Code to query and refactor models/reports

Works with: Windows + Python 3.10+, Power BI Desktop, Claude Code skills

Setup time: 6-15 minutes

Key facts (verified)

  • GitHub: 286 stars · 81 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: pip install pbi-cli-tool.

Main

  • Use the two-layer approach described in README: connect to Power BI Desktop for semantic-model operations, and operate on PBIR JSON directly for report-layer changes.

  • Treat skills install as the key step: it registers the skill bundle so Claude Code can discover capabilities without you memorizing commands.

  • If PATH issues happen on Windows, prefer pipx (README explains why pip installs often land outside PATH).

Source-backed notes

  • README Get Started flow is three commands: pipx install pbi-cli-tool, pbi-cli skills install, pbi connect.
  • README states it requires Windows with Python 3.10+ and Power BI Desktop running for the semantic-model layer.
  • README says Claude Code discovers 13 Power BI skills after installation.

FAQ

  • Is this an MCP server?: No — README explicitly says ‘No MCP server’ and uses in-process interop for desktop model operations.
  • Do reports require Desktop running?: README says report-layer work can operate on PBIR files without a connection.
  • Why pipx?: README recommends pipx because it handles PATH automatically on Windows.
🙏

Fuente y agradecimientos

Source: https://github.com/MinaSaad1/pbi-cli > License: MIT > GitHub stars: 286 · forks: 81

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados