skill-budget-bplus-export

Export and analyze BPLUS-NG budget data into structured reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tobiascm/vobes-agent-vscode --skill skill-budget-bplus-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-budget-bplus-export
Source: https://github.com/tobiascm/vobes-agent-vscode/tree/main/.agents/skills/skill-budget-bplus-export
Command: npx skills add https://github.com/tobiascm/vobes-agent-vscode --skill skill-budget-bplus-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This section automates the extraction and analysis of budgeting data from BPLUS-NG by syncing the local budget database and producing structured reports. It covers both standard analysis reports and explicit Excel exports.

Core Features & Use Cases

  • Analyze BPLUS-NG data to generate a Markdown budget report (BM/EA overviews, status distribution, and per-firm insights) using report_bplus.py.
  • Explicitly export data to Excel via the Web/Playwright path when a file download is requested.
  • Keep the local data synchronized by syncing BTL data for a given year and retrieving up-to-date results for budgeting decisions.

Quick Start

Run the BPLUS export script to generate and view the latest budget report from your local database.

Frequently Asked Questions about skill-budget-bplus-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export BPLUS-NG budget data to Excel?

To export BPLUS-NG budget data to Excel, use the Web/Playwright path provided by this Skill. It explicitly handles file downloads to generate an Excel export from your local budget database.

Can I analyze BPLUS-NG budget data locally using Python?

Yes, you can analyze BPLUS-NG budget data locally using Python via the report_bplus.py script. It generates a structured Markdown report containing BM/EA overviews, status distributions, and per-firm insights.

How do I sync BTL data for a specific budget year?

This Skill enforces automated data synchronization of BTL data for a given year. It syncs the local SQLite budget database to retrieve up-to-date results for budgeting decisions.

Does this BPLUS-NG export tool require any external dependencies?

No external dependencies are required to run this BPLUS-NG export tool. It operates independently to sync BTL data and generate budget reports without additional library installations.

What is the best way to generate a procurement overview from a local budget database?

The best way to generate a procurement overview from a local budget database is using the report_bplus.py analysis script. It produces structured budget reports covering BM, budget, and procurement overviews for firms, concepts, and EAs.