Nepal Budget Intelligence

Discover and process Nepal government budget documents from PDF, CSV, Excel, and HTML.

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/shadowwave12/Nepal-RAG --skill nepal-budget-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Nepal Budget Intelligence
Source: https://github.com/shadowwave12/Nepal-RAG/tree/main
Command: npx skills add https://github.com/shadowwave12/Nepal-RAG --skill nepal-budget-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires beautifulsoup4, fastapi, httpx, openpyxl, pdfplumber, pydantic, pypdf, python-multipart, PyYAML, uvicorn, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the ingestion and analysis of Nepal government financial documents, enabling efficient data extraction and analysis.

Core Features & Use Cases

  • Document Discovery: Automatically discovers Red Book files from the Ministry of Finance publication page.
  • Document Processing: Extracts text and tables from PDF, CSV, Excel, and HTML documents.
  • Evidence Storage: Creates evidence records for each allocation with links to the source document.
  • Normalization: Normalizes budget information, including amounts and project details.
  • Search API: Provides a search API to query structured records and cited source passages.

Quick Start

Use the nbi discover command to start the process.

Frequently Asked Questions about Nepal Budget Intelligence

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

FAQPage Schema
How do I extract budget data from Nepal government PDF documents?

To extract budget data from Nepal government PDF documents, the Skill uses pdfplumber and pypdf to parse text and tables, normalizing financial amounts and project details into structured records.

Can I automate the discovery of public finance Red Book files from the Ministry of Finance?

Yes, you can automate the discovery of public finance Red Book files from the Ministry of Finance publication page using the nbi discover command to automatically locate and ingest budget documents.

How does budget analysis handle evidence storage for extracted financial allocations?

Budget analysis handles evidence storage by creating records for each allocation with direct links to the source document, providing cited passages to verify normalized budget information.

Does this data extraction tool support processing CSV and Excel files alongside PDF?

Yes, the data extraction tool supports processing CSV and Excel files alongside PDF and HTML, using openpyxl for Excel files to normalize budget information into a searchable structured format.

What is the best way to query structured public finance records after document ingestion?

The best way to query structured public finance records after document ingestion is using the provided FastAPI search API to retrieve normalized budget data and cited source passages.

Do I need Python libraries like beautifulsoup4 and fastapi to run budget analysis locally?

Yes, you need Python libraries including beautifulsoup4 for HTML parsing, fastapi for the search API, and pdfplumber for PDF processing to run the budget analysis and document ingestion workflow.